Dominik Čoupek / Publications
Forum
Problem with obtaining historical data
Hi guys, I am building EA strategy and I have some troubles with obtaining data. The strategy needs to send M30 OHLC data 1000 bars backwards to my R client, so I have written this: MqlRates rates[]; ArraySetAsSeries (rates, true ); int copied = 0 ; int count = 1000 ; copied = CopyRates ( Symbol ()