Many many thanks kolier for your quick response. I'll give that a try.
Cheers

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. I'm trying to find the Highest High since the open of the current session (whether Asian, London, New York) in MT4. Should be easy enough. The only problem is I'm trying to find the value over a range of currencies each to be displayed in a separate window: e.g.
GBPEUR 38
GBPCHF 10
GBPEUR 20
High[] coupled with iHighest() works for the current chart:
double cur_session_high=High;
where curr_symbol = the symbol under consideration
shift = bar relative to the current bar
however I cannot seem to get the values for pairs outside of the current chart. Is this possible? Many thanks for your help.
Cheers