Forum

Using my tensorflow model in EA

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

ChartScreeShot not saving on Mac

Hi All, it seems that ChartScreeShot does not save anything while running inside wine-preloader. bool newBar=NewBar.CheckNewBar( _Symbol , _Period ); if (newBar== true ){ //string name="FirstChart.gif"; //--- Save the chart screenshot in a file in the