mu_world:
I need to have differentiate High array, but I don't know how to do that.
When I tried to duplicate High array, I got an error message " ']' - expression expected ".
How should I solve this?
I tried the followings
error message
']' - expression expected

Documentation on MQL5: Array Functions / ArrayCopy
- www.mql5.com
//| Filling out non-extremum candlesticks | //| Custom indicator initialization function | //| Custom indicator iteration function | //| Check if the current array element is a local high |...

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
I need to have differentiate High array, but I don't know how to do that.
When I tried to duplicate High array, I got an error message " ']' - expression expected ".
How should I solve this?
I tried the followings
error message
']' - expression expected