Pritesh-Mhatre / autotrader

AutoTrader - Automated trading, Realtime Data & bulk order software for UPSTOX, KITE, ODIN, NOW & NEST (client & dealer) terminals.
GNU General Public License v3.0
3 stars 0 forks source link

Order validation module #98

Closed Pritesh-Mhatre closed 4 years ago

Pritesh-Mhatre commented 5 years ago

As of now, many orders which are functionally invalid end up going to the broker. Example, a STOP_LOSS order with zero price.

We should have a new validation module to decline such orders with a user friendly error message.

Architecture: Make a generic validator for all brokers & then add broker specific validators.

Pritesh-Mhatre commented 4 years ago

Available in AutoTrader Web.