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 System by Gomu Vetrivel for Metastock
mich3
over 13 years ago
Metastock

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

Gomu Vetrivel’s article, “Improving Your Trading System with Speed,” discusses
the value of measuring speed in your trading systems. He uses a basic system
as a control and two variations using speed in different ways. The MetaStock code
and instructions for entering these systems are as follows:

1. Select Tools > the Enhanced System Tester.
2. Click New.
3. Enter a name, “Base System”
4. Select the Buy Order tab and enter the following formula:

Indicator / Formula

Copy & Paste Friendly
Cross( Mov( C, 5, S ), C )
Copy & Paste Friendly
Cross( Mov( C, 10, S ), C )
Copy & Paste Friendly
Cross( C, Mov( C, 5, S ) )
Copy & Paste Friendly
Cross( C, Mov( C, 10, S ) )

0 comments

Leave Comment

Please login here to leave a comment.

Back