SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Metastock 6.0 for Window

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Chris G. who wrote (1969)4/18/1998 11:26:00 AM
From: Craig DeHaan  Read Replies (1) of 4056
 
Chris,

I intended for that post to infer this.

Cross(C,Ref(Mov(C,89,TSF),-8)) is an example of price crossing above the 89TSF MA with 8 day horizontal right shift.

Cross(C,Ref(Mov(C,89,TSF),8)) for left shift, but of little value in explorations for obvious reasons.

Vertical shifts are accomplished by adding or subtracting some value from the indicator as in this upper bollinger band code:

mov( C,20,S ) + ( 2 * ( std( C,20 ) ) )

A simple left shift weekly doubler system test:

Buy:
C<Ref(C,5)*.5

Sell:
C=Ref(HHV(C,5),5)

:>)
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext