PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Traderix,
You
are using old syntax with graph0. replace with newer Plot()....
try
<FONT face=Arial color=#0000ff
size=2>
Regards,
Jayson
period = <FONT face=Arial
color=#0000ff size=2>14<FONT face=Arial
color=#0000ff>;
x=<FONT
size=2>100*( ( RSI(
period ) - LLV( <FONT
size=2>RSI( period
) , period ) ) / ( (
HHV<FONT color=#282828
size=2>( RSI<FONT color=#282828
size=2>( period ) , period ) ) - <FONT color=#0000ff
size=2>LLV(<FONT color=#0000ff
size=2>RSI( period ),
period ) ) );
Plot(x,<FONT face=Arial
color=#ff00ff size=2>""<FONT face=Arial color=#282828
size=2>,colorBlue<FONT face=Arial
color=#282828 size=2>,1<FONT
face=Arial color=#282828 size=2>);
Plot<FONT color=#282828
size=2>(20<FONT color=#282828
size=2>,""<FONT color=#282828
size=2>,colorGreen<FONT color=#282828
size=2>);
Plot<FONT color=#282828
size=2>(80<FONT color=#282828
size=2>,""<FONT color=#282828
size=2>,colorRed<FONT color=#282828
size=2>);
<FONT face=Tahoma
size=2>-----Original Message-----From: traderix2003
[mailto:d.adam@xxxxxxx]Sent: Thursday, February 26, 2004 9:56
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
putting lines in an indicatorI 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
helpTraderixSend BUG REPORTS to
bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
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 the Yahoo! Terms of Service.
|