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

RTD - Live prices gets stuck sometimes #1

Closed Pritesh-Mhatre closed 5 years ago

Pritesh-Mhatre commented 5 years ago

Sometimes it has been observed that Live prices get stuck.

Pritesh-Mhatre commented 5 years ago

Added a new setting in AutoTrader (STALE_PRICE_INTERVAL) Changes done & verified & they will go live in release 2.8.0

image

Pritesh-Mhatre commented 5 years ago

Enhanced the stale price check condition:

if (rtd_symbols > 5) { if(more than 70% of symbols have stale price) { Restart RTD } }