Stock Portfolio Organizer

The ultimate porfolio management solution.

Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

Base Channel System for Metastock
mich3
over 13 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.

Back