PureBytes Links
Trading Reference Links
|
I am trying to write the Fractal Dimension Index formula in Metastock
but it does'nt seem right. This is what I have:
Q:=Input("Short period",1,1000,20);
R:=Input("Long period",1,10000,200);
2-(Log((Sum((HHV(C,Q)-Mov(HHV(C,Q),R,S)),R)
-Sum((LLV(C,Q)-Mov(LLV(C,Q),R,S)),R))
/Stdev(C,R)))/Log(R/2)
Can anyone spot the problem with this formula compare to the formula
published in the May issue of TASC?
Thank you
--- In equismetastock@xxxxxxxxxxxxxxx, "gator1trader"
<chasecarney@xxxx> wrote:
> Does anyone have the MS code for the "Fractal Dimension Index"
found
> in the May issue of TASC.
>
> Thanks,
>
> Chase
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/uetFAA/BefplB/TM
---------------------------------------------------------------------~->
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/
|