Kinzel / mt5R

Easy integration between R and MT5 using socket connection, tailored to fit Machine Learning users and traders needs
https://kinzel.github.io/mt5R
GNU General Public License v2.0
34 stars 11 forks source link

Real Time Data & Multiple Assets Data #13

Open allanvc opened 3 years ago

allanvc commented 3 years ago

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

lemuelemos commented 3 years ago

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.

Valdsonmaia commented 1 year ago

I didnt understand. Is it possible see the plot in R?