|
MACD Crossover System
MetaStock Trading System
To create the 2/20-Day EMA Breakout System by David Landry in
MetaStock for Windows, choose System Tester from the Tools menu. Now
choose new and enter the following system test rules and options:
| Signal Formulas |
|
Enter Long:
Mov(C,5,E) > Mov(C,13,E)
AND Mov(C,13,E) > Mov(C,40,E) |
Close Long:
Cross(Mov(C,13,E),Mov(C,5,E)) |
|
Now you can play with these combinations on both the enter long
and close long side. For example, keep the same Enter Long but
change the Close Long to:
Cross(Mov(C,40,E) ,Mov(C,5,E) )
This will keep you in the trade longer. You may want to enter
when the 5 crosses above the 13 and not wait for the 40 OR, you may
just want to use the 5 cross above the 40 and forget about the 13.
|