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
Hi Javier
Thanks for reply.
I found the problem. You have named "stock_prediction_model_MACD.onnx" in EA but zip files have it named as stock_prediction_model_MACD_Signal.onnx
I have also noticed inappropriate use of indicator handle (bug!!!) in the code. You have used
In MQL5, indicator values are derived using CopyBuffer and indicator handle, which you have used in
Can you please elaborate why handle was used differently with double variable to get the values in the first case?Regards and have nice weekend.
Hi Anil
atr * _Point() to use the value directly. Print atr without the point and it will give weird values.