PureBytes Links
Trading Reference Links
|
------------------------------------------------------------------------
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group.
To reply: http://groups.yahoo.com/group/equismetastock/post?act=reply&messageNum=5404
------------------------------------------------------------------------
I have checked out the formula that spyros suggested and although
the formula suggested is neat and concise it does not address the
requirement that an exploration should preferably not consume a
large amount of time in completing. The problem appears to be
the "prev" function used and I have tested out the suggested formula
on a multiple ttt exploration and the time taken was 6 mins 48 secs
on my Pentium 2.4.
I have an alternative which only took 19 seconds to complete on my
machine. My formula as follows:-
explore:1 #
myvar:=3;When(TroughBars(1,C,myvar)*2,=,PeakBars(1,C,myvar)) AND When
(PeakBars(1,C,myvar),>,TroughBars(1,C,myvar)) AND When( Fml( "zig
zag trend"),=,+1)
explore:2 #
myvar:=3;When(TroughBars(1,C,myvar)*3,=,PeakBars(1,C,myvar)) AND When
(PeakBars(1,C,myvar),>,TroughBars(1,C,myvar)) AND When( Fml( "zig
zag trend"),=,+1)
#change number below to any number ranging between 3 to 6.
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/
|