Tks Chris.

On Fri, Apr 30, 2010 at 11:26 PM, Chris DePuy <[email protected]> wrote:

>
>
> Just run explore for the Range: "n last quotations" n=1
> And that will show you the ones for today
>
> *
>
> Buy
> * = RSI(14) < 30;
> *
>
> Sell
> * = RSI(14) > 90;*
>
> Filter
> *=*Buy* *OR* *Sell*;
>
> AddColumn
> ( DateTime(), "Date", *formatDateTime* );
>
> AddColumn
> ( RSI(14), "RSI");
>
> AddColumn
> (*Buy*,"buy",1.2);
>
> AddColumn
> (*Sell*,"sell",1.2);
>
>
> ----- Original Message -----
> *From:* Ricardo Ribeiro Romero <[email protected]>
> *To:* [email protected]
> *Sent:* Friday, April 30, 2010 6:55 PM
> *Subject:* [amibroker] RSI
>
>
>
> Hi,
>
> How can I create a explorer to check a stock with RSI(n) < 1
>
>
> I was trying to use a explorer like this.
>
> But doesn´t work.
>
>
> Buy = RSI(14) < 30;
> Sell = RSI(14) > 90;
> Filter=Buy OR Sell;
> AddColumn( DateTime(), "Date", formatDateTime );
> AddColumn( RSI(14), "RSI");
>
>
> Why doesn´t work ?
>
> B/c when I run the explore, show me some Ticker with RSI like 50 and I was
> trying to see only < 30 or > 90.
>
>
> Thanks in advance,
> RR
>
>  
>

Reply via email to