PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Larry,
<FONT face=Arial color=#0000ff
size=2>
<FONT
color=#282828>period=Param<FONT
color=#282828>("Periods"<FONT
color=#282828>,6<FONT
color=#282828>,5<FONT
color=#282828>,50<FONT
face="Courier New">); smooth= <FONT
color=#ff00ff>5;
storsi =Nz( (
RSI( period) -
LLV( <FONT
color=#0000ff>RSI(period) ,period) ) / ( (
HHV( <FONT
color=#0000ff>RSI(period) ,period) ) - <FONT
color=#0000ff>LLV(<FONT
color=#0000ff>RSI<FONT
color=#282828>(period),period) ) ); <FONT
color=#0000ff>Plot(<FONT
color=#0000ff>EMA(storsi,<FONT
color=#ff00ff>5),<FONT
color=#0000ff>EncodeColor(<FONT
color=#000000>colorWhite)+<FONT
color=#ff00ff>"Sto Rsi",<FONT
color=#000000>colorBlue,<FONT
color=#ff00ff>1);
Plot(<FONT
color=#0000ff>EMA(<FONT
color=#0000ff>EMA(storsi,<FONT
color=#ff00ff>5),smooth),<FONT
color=#ff00ff>"5 DMA",<FONT
color=#000000>colorYellow,<FONT
color=#ff00ff>1);
Plot(.30,<FONT
color=#ff00ff>"",<FONT
color=#000000>colorRed,<FONT
color=#ff00ff>1);
Plot(.80,<FONT
color=#ff00ff>"",<FONT
color=#000000>colorGreen,<FONT
color=#ff00ff>1<FONT
color=#282828>); <FONT
color=#000000>Buy=<FONT
color=#0000ff>Cross(<FONT
color=#0000ff>EMA(storsi,<FONT
color=#ff00ff>5),<FONT
color=#0000ff>EMA(<FONT
color=#0000ff>EMA(storsi,<FONT
color=#ff00ff>5<FONT
color=#282828>),smooth)); Sell<FONT
color=#282828>=Cross<FONT
color=#282828>(EMA<FONT
color=#282828>(EMA<FONT
color=#282828>(storsi,5<FONT
color=#282828>),smooth),EMA<FONT
color=#282828>(storsi,5<FONT
face="Courier New">)); <FONT
color=#0000ff>PlotShapes(<FONT
color=#0000ff>IIf(<FONT
color=#000000>Buy,<FONT
color=#000000>shapeUpArrow,<FONT
color=#000000>shapeNone) ,<FONT
color=#000000>colorBrightGreen,<FONT
color=#ff00ff>0,<FONT
color=#000000>Graph0,-<FONT
color=#ff00ff>15);
PlotShapes<FONT
color=#282828>(IIf<FONT
color=#282828>(Sell<FONT
color=#282828>,shapeDownArrow<FONT
color=#282828>,shapeNone<FONT
color=#282828>),colorRed<FONT
color=#282828>,0<FONT
color=#282828>,Graph1<FONT
color=#282828>,-15<FONT
face="Courier New">); <FONT
color=#000000>GraphXSpace=<FONT
color=#ff00ff>10;
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: larypowell
[mailto:larypowell@xxxxxxxxxxxxx]Sent: Tuesday, November 18, 2003
10:01 PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
StochRSI
<SPAN
>Does anyone have an afl for the
StochRSI that is modeled after the one used at
stockcharts.com?
<SPAN
>
<SPAN
>Thanks,
<SPAN
>
<SPAN
>Larry M. Powell
<FONT face="Times New Roman"
size=3><SPAN
>---------------------------------------------------------------------Eliminate
annoying spam!My mailbox is protected by iHateSpam, the #1-rated spam
buster.<A href=""
target=_blank>http://www.ihatespam.net
<SPAN
> Send
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
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
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
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|