PureBytes Links
Trading Reference Links
|
Use
S1 = StochK(15,6);
S2 = StochK(25,10);
Plot(S1,""coloryellow,styleline);
Plot(S2,""colorygreen,styleline);
----- Original Message -----
From: "Joseph Platt" <jplatt@xxxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, February 11, 2008 1:22 PM
Subject: [amibroker] Stochastics AFL
> I've been doing some experimenting with Stochastics and if the numbers
> were for example 15, 6, 10 where 15 is the period, 6 is %K and 10 is %D
> I would like to omit the 3rd figure 10 (%D) which I believe is a MA of %
> K so the modified stochastic would simply be 15, 6.
>
> I haven't been able to omit the 3rd figure by using the "parameter" box
> so it looks like a special AFL would be required.
>
> What I'd like to wind up with is 2 stochastics that would be plotted in
> one pane and would cris/cross each other like with regular Stochastics.
>
> The first one would be 15, 6 and colored yellow.
>
> The second one would be 25, 10 and colored Green.
>
> Any help with an AFL would be greatly appreciated.
>
> thanks,
>
> .....JoeP
>
>
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
> Yahoo! Groups Links
>
>
>
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|