PureBytes Links
Trading Reference Links
|
I need a stochastics with this set up:
Stoch%K=13
slowing %K=3
%D=3
method %D= exponential
I have this code but there is no possibility to "smooth" it:
MaxGraph = 4;
FASTSTOCHK = 100*(C-LLV(L,13))/(HHV(H,13)-LLV(L,13));
Graph0 = SLOWSTK = MA( FastStochK, 3 ); // calculated Slow Stoch %K
Graph1 = StochK( 13 ); // built in Slow Stoch %K
Graph3 = StochD( 13 ); // built-in Slow Stoch %D
Plot (60,"",colorRed,styleLine|styleThick|styleNoRescale);
Plot (40,"",colorGreen,styleLine|styleThick|styleNoRescale);
Thxs for your help
Reni
------------------------ 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/
|