PureBytes Links
Trading Reference Links
|
Paul,
Perfect!
I'll work on some things and give you some ideas to work with.
In the meantime this is a perfect opportunity for others to jump in
with their ideas as well.
What we've got here is a long only system that trades well in a
trend but gets whipsawed in consolidation. Our trades are 10 times
more profitable than our losses and we have a 60/40 win loss ratio.
What should we do or consider inorder to further improve or build on
the system?
Looking forward to other comments,
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "Paul Harris"
<paul_vicmar@xxx> wrote:
>
>
> Preston and others interested
>
> Find enclosed the formula I have used for the binary wave in the
chart
>
> {Acciona Binary Wave Composite}
> DemandInd:= If(Dema(DI(),8) > 5,+1,If(Dema(DI(),8) < -13,-1,0));
> LinReg:= If(Dema(10000*LinRegSlope(C,13)/C,13) > 5,+1,
> If(Dema(10000*LinRegSlope(C,13)/C,13) < -13,-1,0));
> Rocd:= If(Dema(ROC(C,8,%),8) > 2,+1,If(Dema(ROC(C,8,%),8) < -2,-
1,0));
> Mome:= If(Dema(RSI(13) + Stoch(13,3) + Mo(13) + CCI(13),5) > 5,
+1,
> If(Dema(RSI(13) + Stoch(13,3) + Mo(13) + CCI(13),5) < -13, -1,0));
> DemandInd+LinReg+Rocd+Mome
>
> Is there anything here I might do or use to improve the above?
>
> When you spoke about the whipsaw problem you mentioned that a stop
> loss solution might not be the best way to go. I have tried the
> different formulas and they do not improve the situation at all.
What
> would you suggest would be the best wasy to go?
>
> Yours
>
> PAUL
>
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/
|