You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
MQL5 :
Author: MetaQuotes
" Error of Feed Forward: 0" in the strategy tester
I made sure to set the "BarsToLine" input variable to 40, which i used for collecting and for training the model.
if I used the "attention" script it works fine
Hi everyone. I believe many of us have hit into errors and it's very frustrating. To be honest with you, I too was very excited in the beginning to get the expert advisor to work and as expected found myself in a pile of errors.
If you have patience and go through the book while looking at the code step by step I guarantee you will find yourself doing the right thing and getting the results you want. What you need the most is to understand the mql5 language as best you can.
I am luckily able to get the whole code to work and the expert advisor is also working but I need a strategy.
One more thing. Whenever the code is running and I stop it, I am getting two buffer objects leaking in memory. I need help finding this bug.
One more thing. Whenever the code is running and I stop it, I am getting two buffer objects leaking in memory. I need help finding this bug.
That usually happens when indicator handles are not released from the terminal's memory upon EA removal.
Try changing:
to: