PureBytes Links
Trading Reference Links
|
Preston et al
I have problems with this code as it is rejected by MS. And I can´t
see why.
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));
Roc:= If(Dema(ROC(C,8,%),8) > 2,+1,If(Dema(ROC(C,8,%),8) < -2,-1,0));
Mon:= If(Dema(MFI(8),8)-50 > 5,+1,If(Dema(MFI(8),8)-50 < -5,-1,0));
DemandInd+LinReg+Roc+Mon
Anyone see what the problem is.
Thanxs
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/
|