S samjesse Active Trader Aug 30, 2011 118 0 27 Jan 1, 2012 #1 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
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
Enivid Administrator Staff member Nov 30, 2008 20,304 1,765 144 Odesa www.earnforex.com Jan 1, 2012 #2 TerminalInfoInteger(TERMINAL_MAXBARS) will return the amount of max bars from the terminal settings, but the actual amount of bars on the chart can be less than that.
TerminalInfoInteger(TERMINAL_MAXBARS) will return the amount of max bars from the terminal settings, but the actual amount of bars on the chart can be less than that.
S samjesse Active Trader Aug 30, 2011 118 0 27 Jan 1, 2012 #3 and how do I get the actual amount of bars on the chart in my code? "script code". thx
Enivid Administrator Staff member Nov 30, 2008 20,304 1,765 144 Odesa www.earnforex.com Jan 2, 2012 #4 Bars(_Symbol,_Period);