jtl:
What does the documentation say for High[] ?
Does anyone here know why this only returns the highest value of the current chart loaded rather than the timeframe
Based on the mql documentation it should be working
int iHighest( | string symbol, int timeframe, int type, int count=WHOLE_ARRAY, int start=0) |
Returns the shift of the maximum value over a specific number of periods depending on type.

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
Does anyone here know why this only returns the highest value of the current chart loaded rather than the timeframe
Based on the mql documentation it should be working
Returns the shift of the maximum value over a specific number of periods depending on type.
How can I correct this?