Jordanelis / Publications
Forum
Historical Data of MqlRates
Hello everyone! I searched the forum a little and didn't seem to find an answer to my question. I use this code MqlRates rates[]; int copied = CopyRates(symbolTmp, PERIOD_H1, myTime, 24, rates); double totalSpread = 0; for(int i = 0; i < copied; i++) { totalSpread += rates[i].spread; } double