copydate

samjesse

Active Trader
Aug 30, 2011
118
0
27
Hi
can I expect this "TerminalInfoInteger(TERMINAL_MAXBARS)" to work?
I want to get all the data available on the terminal.

Code:
            int copied=CopyRates(pair.names[i], pair.periods[j], 0, TerminalInfoInteger(TERMINAL_MAXBARS), myRates);

thx