Same as any other array:
http://www.amibroker.com/guide/h_exploration.html

You might find the other tutorials helpful too:
http://www.amibroker.com/guide/tutorial.html

Mike

--- In [email protected], "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
>


Reply via email to