PureBytes Links
Trading Reference Links
|
<FONT face="Comic Sans MS"
color=#0000ff>Steve,
<FONT face="Comic Sans MS"
color=#0000ff>
<FONT face="Comic Sans MS"
color=#0000ff>Forget the books and just start using Metastock. Start by
copying the builtin experts using
the
copy feature on say Equis MACD where the formulas are not password
protected. Then
<FONT face="Comic Sans MS"
color=#0000ff>start modifying some of the MACD expert code. Don't
worry about making errors as anyone
who
does anything significant with Metastock has made plenty of
mistakes. If you get stuck,
<FONT face="Comic Sans MS"
color=#0000ff>then just do a screen dump and post here. There is no
substitute for time spent working
<FONT face="Comic Sans MS"
color=#0000ff>with Metastock to learn how to use
effectively.
<FONT face="Comic Sans MS"
color=#0000ff>
As
far a Fast %K stochastic, it depends on your definition.
<FONT face="Comic Sans MS"
color=#0000ff>
<FONT face="Comic Sans MS"
color=#0000ff>Here is a stochastic of a MACD:
<FONT face="Comic Sans MS"
color=#0000ff>
<FONT face="Comic Sans MS"
color=#0000ff>100*Mov(((MACD()-LLV(MACD(),9))/(HHV(MACD(),9)-LLV(MACD(),9))),3,E)
<FONT face="Comic Sans MS"
color=#0000ff>
Now
substitute C for the first MACD(), L for the second MACD(), and H
for the third MACD() and L for the final MACD(),
<FONT face="Comic Sans MS"
color=#0000ff>then you should have a Fast K stochastic of 9 periods slowed by 3
periods. You can changed the last 3 to 1
for
an unsmoothed Fast K. Note this formula is normalized for 0 to 100 instead
of 0 to 1 which
is
the traditional range of a stochastic.
<FONT face="Comic Sans MS"
color=#0000ff>
You
can enhance this formulation by using variables for the numbers in the above
formulas and
<FONT face="Comic Sans MS"
color=#0000ff>also use the "input" instruction in MSFL.
<FONT face="Comic Sans MS"
color=#0000ff>
<FONT face="Comic Sans MS"
color=#0000ff>Good luck
<FONT face="Comic Sans MS"
color=#0000ff>
<FONT face="Comic Sans MS"
color=#0000ff>
<FONT face="Times New Roman"
size=2>-----Original Message-----From: Stephen Dawson
[mailto:dawsonsg@xxxxxxxxxxxxxxx]Sent: Wednesday, August 04, 2004
6:57 AMTo: equismetastock@xxxxxxxxxxxxxxxSubject:
[EquisMetaStock Group] Fast % K question
Hi Guys,
I was wondering if anyone could let me know is it
possible to create a Fast %K stochastic indicator in metastock? If so, could
someone please give me a clue.
Another thing while I am here, I have Metastock
in a Nutshell but was wondering what the best book is to get for programming
in Metastock to do with "Expert Advisor" and "System Tester".
Any help appreciated,
Regards
Steve Dawson
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|