Experts: OHLC Stochastic

 

OHLC Stochastic:

The Expert Advisor based on iStochastic (Stochastic Oscillator) indicator and OHLC analysis

OHLC Stochastic

Author: Vladimir Karputov

 
Hello Vladimir.  
When compiling, the EA generates two error records. I would be grateful if you can correct the errors.  
Thank you.


 
Edviao :
Hello Vladimir.  
When compiling, the EA generates two error records. I would be grateful if you can correct the errors.  
Thank you.


The MQL5 language is constantly evolving - when I wrote this code, there were no compilation errors.

What you need to do: in the above lines, replace 'INIT_FAILED' with 'false'.

 
Vladimir Karputov:

The MQL5 language is constantly evolving - when I wrote this code, there were no compilation errors.

What you need to do: in the above lines, replace 'INIT_FAILED' with 'false'.

Thanks. Worked like butter.
Reason: