MetaTraderForecast icon indicating copy to clipboard operation
MetaTraderForecast copied to clipboard

RNN based Forecasting App for Meta Trader and similar trading platforms

Results 11 MetaTraderForecast issues
Sort by recently updated
recently updated
newest added

Hey everyone, I was testing this out and found a few changes that need to be made to the build.py script. Remove: 1. CuDNNLSTM 2. CuDNNGRU (they are no longer...

How is this supposed to work? After adding the Json library to the folder in MQL5, I was able to compile the EA, but once added to the chart and...

can you record a video, I didn't understand how it works, and solving which problems in which ways?

Hi, I'm struggling to add some other parameters in the python code...such as MACD, RSI for example along with the Close. Quick example in python would be appreciated. Kind Regards

The question is how you can use the publication as an open source or publicly accessible, because GitHub and Tensorflow are legally provided. Ultimately, I now have a hobby website...

I'm not familiar with these. Can you write down how to use your code,thinks

Is it possible to back test using this system via the MT4 Tester or would the barrage of data stop it being able to make trades in the necessary time...

`` D:\_Python\python.exe "C:\Users\Beertje\PyCharm Community Edition 2019.2.4\helpers\pydev\pydevd.py" --multiproc --qt-support=auto --client 127.0.0.1 --port 52744 --file "D:/_Forex Projects/python/MetaTraderForecast/socketserver.py" Socket Created at ('127.0.0.1', 9090). Waiting for client.. connected to ('127.0.0.1', 52997) Traceback (most recent...

The exported test vs prediction plot gives unexpected/erroneous results. Like the following exported image shows. ![model1](https://user-images.githubusercontent.com/26044178/60753326-197a7780-9fee-11e9-9744-3828e6e86c09.jpg) This does not happen however when using python directly without sockets. Following image is...