Hello
Basically I want to have the following operation translated into MQL4:
double sumofhighs = the sum of all M15 highs of the previous trading day (i.e. the M15 high of 00:00 + the M15 high of 00:15 + the M15 high of 00:30 + etc.)
I assume it is done with ArrayCopyRates or something similar but I'd like to know how exactly. Thanx in advance.
Basically I want to have the following operation translated into MQL4:
double sumofhighs = the sum of all M15 highs of the previous trading day (i.e. the M15 high of 00:00 + the M15 high of 00:15 + the M15 high of 00:30 + etc.)
I assume it is done with ArrayCopyRates or something similar but I'd like to know how exactly. Thanx in advance.
Do we have a deal?