PureBytes Links
Trading Reference Links
|
Hello,
here it is:
Cycle =Param("Schaff Cycle",10,1,100,1);
SH =Param("Short Period",23,5,50,1);
LG=Param("Long Period",50,20,200,1);
Typical = ( H + L + C ) /3;
MCD= Wilders( typical,Sh) - Wilders( typical,Lg);
ST = ((MCD-LLV(MCD,Cycle)) / (HHV(MCD,Cycle)-LLV(MCD,Cycle))) *100;
STC = Wilders(ST,Cycle/2);
Plot(stc,"STC",4,1);
_ _ _ _ _ _ _ _ _ _ _ _
Best regards
Thomas Zmuck
www.tradingbasis.com
_ _ _ _ _ _ _ _ _ _ _ _
-----Original Message-----
From: renilange [mailto:reni.lange@xxxxxxxx]
Sent: Monday, November 08, 2004 9:17 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] SCHAFF indicator
Has anybody the AFL formula for the SCHAFF indicator?
Thank you
Reni
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
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/
|