Hi Ricardo, Gave error.
Error 29. Variable 'buy' used without having been initialized. Error 29. Variable 'sell' used without having been initialized. Hugs --- In [email protected], Ricardo Ribeiro Romero <listaora...@...> wrote: > > Try this. > > AddColumn (Buy,"buy",1.2); > AddColumn (Sell,"sell",1.2); > > On Tue, May 11, 2010 at 5:15 PM, ricardo.nunes70 > <ricardo.nune...@...>wrote: > > > > > > > Hi, > > > > How do I put the columns BUY and SELL? > > > > Filter = ( Cross( OBV(), EMA(OBV(),10) ) OR > > Cross( EMA(OBV(),10), OBV() )) AND > > ( Cross( RSI(14), EMA(RSI(), 10) ) OR > > Cross( EMA(RSI(), 10), RSI(14) )); > > AddColumn( Close, "Close " ); > > > > Best Regards > > > > > > >
