marco82ger
marco82ger
Friends

Add friends via their profile or user search and you will be able to see if they are online

marco82ger
Added topic 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
marco82ger
Added topic 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
marco82ger
Added topic 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 ){
marco82ger
Registered at MQL5.community