In my strategy, I create several UI elements including buttons.
If I understand correctly, then indicator data (e.g. atr), price data (OHLC), Volume and position status are not always available from the thread where the buttons are running.
How can I get a guaranteed access to this data from UI Event or Timer Event?
Comment