PureBytes Links
Trading Reference Links
|
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/
|