Discussing the article: "Algorithmic Trading With MetaTrader 5 And R For Beginners" - page 2

 
There is also a way to access R from mql5 using the mt-R library.

 
Aleksey Nikolayev #:
There is also a way to access R from mql5 using the mt-R library.

What can mt-R library do that Kinzel/mt5R can’t?

 
mytarmailS #:

What can mt-R library do that Kinzel/mt5R can’t?

If you need complex actions with the trading environment, then it is better to do it inside mql5. It is unlikely that everything will be available from R.
 
Aleksey Nikolayev #:
If you need complex actions with the trading environment, then it is better to do it inside mql5. It is unlikely that everything will be available from R.
I don’t really understand what you mean, please give me an example of such “complex actions”
 
mytarmailS #:
I don’t really understand what you mean, please give me an example of such “complex actions”

Just look at the documentation for the mql5 trading api, there are at least a hundred functions there.


How to organize an event model outside of mql5?


When working with a metatrader via Python/R, the ability to test with a regular tester is lost.

Reason: