Forum

VPS and docker for requesting prediction from a tensorflow trained model.

Hi All, I finally trained a model using tensorflow. I created a EA that uses the model prediction. The model runs in a docker container and is requeseted by my EA via webrequest. Any suggestion on how to move to production? Ido not want my laptop running 24h as a server. I need a VPS that support

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