does a plugin have to redo MarketData to refresh the data in the timer event?
Created at 21 Feb 2025, 18:27
does a plugin have to redo MarketData to refresh the data in the timer event?
21 Feb 2025, 18:27
for a plugin that reads multiple price data, with multiple timeframes, do I need to redo the MarketData command to refresh the data in the timer event?
Edward357Johnson
22 Feb 2025, 06:23
Hello!
Yes, for a plugin that reads multiple price data with multiple timeframes, you typically need to refresh the MarketData command in the timer event to ensure the data is up-to-date. This approach helps maintain accurate and current information for your analysis or trading strategies.
@Edward357Johnson