Thank you for this great package. I have two questions.
1) If I'm not mistaken, the minimum value for "iTF" is 1 minute in MT5.GetSymbol. Is there a command/function to obtain real-time prices from MT5?
2) Is there a way to obtain data from multiple assets without having to attach the "mt5R v0_1_5" advisor to each graph, one at a time, in MT5?
1 - You can update realtime, just call repeatedly.
2 - You dont need attach the mt5R v0_1_5 to every graph you want data. You just need one to aks for all data.
Hi Kinzel,
Thank you for this great package. I have two questions. 1) If I'm not mistaken, the minimum value for "iTF" is 1 minute in
MT5.GetSymbol
. Is there a command/function to obtain real-time prices from MT5? 2) Is there a way to obtain data from multiple assets without having to attach the "mt5R v0_1_5" advisor to each graph, one at a time, in MT5?Thanks, Allan