BTW, using:

AddColumn( RSI( 2 ), Ticker, 1.2, colorDefault, IIf( RSI( 2 ) > 80, colorGreen, 
IIf( RSI( 2 ) < 20, colorRed, colorDefault)) );

instead of:

AddColumn( RSI( 2 ), Ticker, 1.2 ) ;

has a profound effect on the memory usage, requiring much more memory.

Is there any way to get the colored output without the memory hit?



Reply via email to