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=5370
------------------------------------------------------------------------
never ever use peakbars or troughbars in a trading system. both look
forward and will always give good, but unobtainable results. same
comment apply to zigzag. in essence, these functions allow you to
look into the future.
/j.
--- In equismetastock@xxxx, "yellowstoneuk" <yellowstoneuk@xxxx> wrote:
> The formula in my first message is the buy, however I forgot to give
> the sell formula:-------Your comments on the efficacy of the system
> are welcome.
>
>
> BUY:--------
> myvar:=3;When(TroughBars(1,C,myvar)*2,=,PeakBars(1,C,myvar)) AND When
> (PeakBars(1,C,myvar),>,TroughBars(1,C,myvar))
>
>
>
> SELL:------
> myvar:=3;When(PeakBars(1,C,myvar)*2,=,TroughBars(1,C,myvar)) AND When
> (PeakBars(1,C,myvar),<,TroughBars(1,C,myvar))
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/
|