PureBytes Links
Trading Reference Links
|
Rahul,
The manual covers this. Further, every copy of metastock has a help
file. You should learn to use it. This comes directly from that file.
The following formula calculates a 5-period %K Stochastic Oscillator
with 3-period slowing:
(sum( C - llv(L,5), 3 ) / sum(hhv(H,5) - llv(L,5), 3) ) * 100
This next formula calculates a 3-period %D of the %K in the preceding
formula.
mov( stoch(5,3), 3, S )
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "Rahul" <me@xxxx> wrote:
> Hi,
> I tried searching archives. But couldnt find anything.
> Any help would be welcome.
> Again, I need to know how to build slow stochastics function.
> Regards
> Rahul
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, <uhehs@xxxx> wrote:
> > Have you searched the Archives of this message board?
> >
> > I'm pretty sure something like this would already be in there.
> >
> >
> >
> > Or, check this site: http://trader.online.pl/MSZ/!-MSZ-index-
en.html
> >
> >
> >
> > -----Original Message-----
> > From: Rahul [mailto:me@x...]
> > Sent: Thursday, April 01, 2004 10:27 AM
> > To: equismetastock@xxxxxxxxxxxxxxx
> > Subject: [EquisMetaStock Group] Stochastics
> >
> >
> >
> > Hi,
> > I need help in calculating slow stochastics indicator. Say Slow
> > stochastics(12,3,3). How is it done?
> > I believe the Stoch() function is for fast stochastics.
> > Thanks for help.
> > Rahul
> >
> >
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Sponsor
> >
> >
> >
> > ADVERTISEMENT
> >
> >
>
<http://rd.yahoo.com/SIG=12chjkhv0/M=281792.4727319.5879690.1261774/D=
egroup
> >
>
web/S=1705375617:HM/EXP=1080923470/A=2058224/R=0/SIG=116652qbq/*http:/
my.yah
> > oo.com/promo/ppets.html> click here
> >
> >
> >
> >
> <http://us.adserver.yahoo.com/l?
M=281792.4727319.5879690.1261774/D=egroupweb
> > /S=:HM/A=2058224/rand=736741322>
> >
> >
> >
> > _____
> >
> > Yahoo! Groups Links
> >
> > * To visit your group on the web, go to:
> > http://groups.yahoo.com/group/equismetastock/
> >
> >
> > * To unsubscribe from this group, send an email to:
> > equismetastock-unsubscribe@xxxxxxxxxxxxxxx
> > <mailto:equismetastock-unsubscribe@xxxxxxxxxxxxxxx?
subject=Unsubscribe>
> >
> >
> > * Your use of Yahoo! Groups is subject to the Yahoo!
Terms of
> > <http://docs.yahoo.com/info/terms/> Service.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/BefplB/TM
---------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|