Is it possible to access real time computed values of Indicators , inorder to set Alerts on them (eg. Stochastic D-K crossover)?
The available Tick types (link) provided in Tws-api doesn't mention any way to access them.
Is it possible to access real time computed values of Indicators , inorder to set Alerts on them (eg. Stochastic D-K crossover)?
The available Tick types (link) provided in Tws-api doesn't mention any way to access them.
Not unless you want to subscribe to market data and calculate the indicators yourself. It is not possible to interact with indicators at all via the api.