Discussing the article: "Example of new Indicator and Conditional LSTM" - page 2

 
Anil Varma #:

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.