Hello Marco,
I am trying to do the same thing (using tensorflow model in strategy tester MT5).
Dit you find a way to get this working ?
thanks,
Gino.
Hi ALL,
I spent the last month understanding how to test my tensorflow model in a EA in MQL5.
Doing that in real time, is pretty simple: create a docker container and connect to that via SocketCreate or WebRequest. That is it!
But my problem is how to test in Strategy Tester the model itself. The network function do not work in Tester and what I found as workaround either do not work or it is so complex that I cannot believe it should be the case.
I though about DLL, but creating a DLL from tensorflow, it seems not to be so simple.
Any idea?
I consider this post quite relevant since more and more people are developing their model with tensorflow.
Thanks and cheers,
Marco
Same problem here was there an easy solution?

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi ALL,
I spent the last month understanding how to test my tensorflow model in a EA in MQL5.
Doing that in real time, is pretty simple: create a docker container and connect to that via SocketCreate or WebRequest. That is it!
But my problem is how to test in Strategy Tester the model itself. The network function do not work in Tester and what I found as workaround either do not work or it is so complex that I cannot believe it should be the case.
I though about DLL, but creating a DLL from tensorflow, it seems not to be so simple.
Any idea?
I consider this post quite relevant since more and more people are developing their model with tensorflow.
Thanks and cheers,
Marco