With AB 5.29.6 Beta different RSI output values each data for every ticker column are observed (as expected and intended). Exploration processing must have changed between these versions.
--- In [email protected], "progster01" <progs...@...> wrote: > > > 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 <groups@> 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 ); > } >
