Skip to main content

Base Channel System for Metastock

mich3 over 15 years ago Metastock

  • Rating:
    5 / 5 (Votes 1)
  • Tags:
    metastock, trading system

The following is Metastock’s attempt to program the basic channel enter the following formula “BaseC” into the indicator builder. It needs to have the name of base for your system test to work.

Indicator / Formula

Copy & Paste Friendly

Enter the long and short rules into the metastock system builder.


{Enter Long}

Cross(H,Ref(HHV(H,20)+Fml("BaseC"),-1))


{Enter short}

Cross(Ref(LLV(L,20)-Fml("BaseC"),-1),L)
Copy & Paste Friendly

Indicator to plot the base channel.

{Formula1}
Ref(HHV(H,20) + Fml("BaseC"),-1);

{Formula2}
Ref(LLV(L,20) - Fml("BaseC"),-1)
Copy & Paste Friendly

Add formula as an indicator.

If(Cum(1)<=31,1,(((Stdev(C,30)-Ref(Stdev(C,30),-1))/Stdev(C,30))+1)*PREV)

0 comments

Leave Comment

Please login here to leave a comment.