Business & Finance Stocks-Mutual-Funds

How to Design a MetaStock Trading System

Before designing and developing a successful trading system, traders must understand the base theory of Efficient Market Hypothesis (EMH).
The current market price of traded assets (e.
g.
, stocks, bonds, or property) already reflect all fundamental and economic influences and known information.
Therefore, the price action is taken into consideration.
Most of trading systems are based on this understanding of the market.
The rule of trading system here is built corresponding to price action as well.
Developing a trading system involves the following components.
  • Entry Rules (when traders should open a position)
  • Exit Rules (when traders should close a open position)
  • Money Management Rules (how much money should traders put in a trade?)
  • Back-Testing (test the trading system by using historical data)
Before going further, there is an important thing to be remember: There is no Holy Grail of trading systems.
There is no MetaStock Formula that makes traders win markets 100%.
Only one component, Entry Rules, from four components is taken into consideration to build an example trading system.
The following factors are picked to be used in identifying possible entry points.
  1. Liquidity: how much money the stock trades at.
    Avoid stocks that don't trade enough whether traders can risk being trapped in stocks where the market is moving against them if the stocks have low liquidity.
    For example here, the 21-day average of volume multiplied by the closing price of liquid stock must greater than $200,000.
    This can be written in the MetaStock Formula format as follow.
    Mov(v, 21, e)*C > 200000
  2. Trigger: the signal that will indicate it is time to enter a trade.
    The trigger condition doesn't hold "true" over extended periods of time but occurs only at one point in time, such as moving average cross over.
    For example, the first day the when a faster moving average (a shorter period Moving Average) crosses above a slower Moving Average (a longer period moving average) which is considered a bullish crossover as follow.
    Mov(C, 5, e) > Mov(C, 10, e)*C
Simply put all formulas together, A simple entry system looks like:
Mov(v, 21, e)*C > 200000 Mov(C, 5, e) > Mov(C, 10, e)*C
That is the basic of designing a MetaStock Trading System

Related posts "Business & Finance : Stocks-Mutual-Funds"

How to Figure Out If a Stock Sold Above Par Value

Stocks-Mutual-Funds

Here's How Anyone Can Make Money With Penny Stocks

Stocks-Mutual-Funds

Stock Market Investing - Making Smart Moves

Stocks-Mutual-Funds

Dow Record Means Little to Average Investor

Stocks-Mutual-Funds

School Fundraising Companies Help Raise Money for Education

Stocks-Mutual-Funds

Technical Analysis of AMR Stock

Stocks-Mutual-Funds

How to Form an Investment Club - The Mechanics

Stocks-Mutual-Funds

Why Plan Your Stock Investments

Stocks-Mutual-Funds

Things You Need To Know About Your Share Broker

Stocks-Mutual-Funds

Leave a Comment