Hi.  

The code below is giving me the same RSI output value each date for every 
ticker column (using AB 5.26 Beta in this case).


--- In [email protected], Tomasz Janeczko <gro...@...> wrote:>Try this 
and you should not have any problems.

Filter = 1;

tickers = 
"INTU,VMED,JBHT,ADSK,LRCX,SIAL,BMC,MAT,MYL,QGEN,VOD,PCLN,CERN,NWSA,FSLR,ILMN,ORLY,WCRX,ADP";
  

for( i = 0; ( ticker = StrExtract( tickers, i ) ) != ""; i++ )
{
  SetForeign( Ticker );
  AddColumn( RSI( 2 ), Ticker, 1.2 );
}


Reply via email to