| 
 PureBytes Links 
Trading Reference Links 
 | 
Traderix,
Just look at the afl code I gave you in #59398
--- In amibroker@xxxxxxxxxxxxxxx, "traderix2003" <d.adam@xxxx> wrote:
> I would like to put two horizontal lines on the stoch rsi 
indicator: 
> level 20 and 80.
> 
>                                                          
> period = 14;
> 
> Graph0=100*( ( RSI( period ) - LLV( RSI( period ) , period ) ) / ( 
( 
> HHV( RSI( period ) , period ) ) - LLV(RSI( period ), period ) ) );
> 
>  I put then:
> 
> plot(20,"",colorGreen);
> plot(80,"",colorRed);
> 
> The first part is ok; the error is in the last part of the formula.
> 
> Thxs for  help
> 
> Traderix
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
     amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 
 |