just verified this on 7.0.0.3:
SITUATION
one chart with two overlaied instruments;one indicator on two instruments (the ratio Closes[0][0]/Closes[1][0] of the two instruments);
Bollinger on the ratio and Stochastic on the ratio;
if calculate on bar close == true no meory problem but the ratio does not updates as soon as a new bar is formed
As soon as I put calculate on bar close == false the memory grow up
without stopping and the indicator update in a regular way;
if I change again on the fly to calculate on bar close == true the meory revert back to a normal value
Verified with GAIN DEMO connection and with IB "live" connection
Bye

Comment