PureBytes Links
Trading Reference Links
|
This
might help...
<FONT face=Arial color=#0000ff
size=2>herman
// Steve Karnish's StoRSI
w/MA
<FONT face=Arial color=#0000ff
size=2>StochRsi=EMA((RSI(8)-LLV(RSI(8),8))/(HHV(RSI(8),8)-LLV(RSI(8),8)),3)*100;
Buy=Cross(17,StochRsi) AND
Ref(MA(C,21),-1);
Sell=Cross(StochRsi,83);
Short=Cross(StochRsi,83) AND
Ref(MA(C,21),-1);
Cover=Cross(17,StochRsi);
<FONT face=Arial color=#0000ff
size=2>Plot(Equity(),"Equity",1,1);
<FONT face=Tahoma
size=2>-----Original Message-----From: cdickerm
[mailto:cdickerm@xxxxxxxxx]Sent: Friday, June 25, 2004 11:41
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
stoRSII think this is metastock. How would you
convert this to afl
amibroker??buy=Cross(17,(Mov((RSI(8)-LLV(RSI(8),8)) /
(HHV(RSI(8),8)-
(LLV(RSI(8),8))),3,E)*100));sell=Cross((Mov((RSI(8)-LLV(RSI(8),8)) /
(HHV(RSI(8),8)- (LLV(RSI(8),8))),3,E)*100),83);Thanks
much,CLDCheck AmiBroker web page at:<A
href="">http://www.amibroker.com/Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
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.
|