[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[EquisMetaStock Group] Re: HH + HL's



PureBytes Links

Trading Reference Links

--- In equismetastock@xxxxxxxxxxxxxxx, markumansky <no_reply@xxx> 
wrote:
>
> Can anyone help me find an Expert Advisor that tracks the Trends 
based
> on Dow Theory. For example, Higher Peaks + Higher Troughs for
> up-trends and Lower Peaks & Lower Troughs for down-trends?
> 
> Any assistance would be greatly appreciated.
> 
> P.S. Perhaps Equis has one part of its list of explorers??? If so, 
can
> anyone direct me to it?? 
> 
> Thanks!!!
> 
> Mark
>
If you have Powerpivots use pivot values, if not use fractals 
definition as below:
F1:=ValueWhen(1,H<Ref(H,-2) AND Ref(H,-1)<Ref(H,-2) AND Ref(H,-3)<Ref
(H,-2) AND Ref(H,-4)<Ref(H,-2),Ref(H,-2));

F2:=ValueWhen(2,L>Ref(L,-2) AND Ref(L,-1)>Ref(L,-2) AND Ref(L,-3)>Ref
(L,-2) AND Ref(L,-4)>Ref(L,-2),Ref(L,-2));

F3:=ValueWhen(1,L>Ref(L,-2) AND Ref(L,-1)>Ref(L,-2) AND Ref(L,-3)>Ref
(L,-2) AND Ref(L,-4)>Ref(L,-2),Ref(L,-2));

F4:=Min(F2,F3);

F1;F4


------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/equismetastock/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:equismetastock-digest@xxxxxxxxxxxxxxx 
    mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx

<*> 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/