Trading Strategies from Active Trader Magazine
Lazy Gainer
This system test is designed to use the Security Data function, which is only available in MetaStock version 8.01 or later. To enter the formula into MetaStock:
- Select the Enhanced System tester from the Tools menu
- Click New
- Enter the name of the system
- select the Buy Order tab and enter the following formula:
hv100:=Std(Log(C/Ref(C,-1)),100)*Sqrt(365)*100;
setup:=Security("ONLINE:SPY",hv100)<20 AND hv100<20 AND c>mov(c,70,e);
sum(setup,5)=5 - select the Sell order tab and enter this formula
Simulation.CurrentPositionAge=250
The above formulas were written to use online data. They can be modified to use data stored locally by replacing the text ONLINE: with the path to the local data. For example, if the local data was stored in the folder C:\ MetaStock Data, the second line of the Buy Order would look like this:
setup:=Security("C:\ MetaStock Data\SPY",hv100)<20 AND
Please note that the path entered must be correct or the formula will return errors.
Contents
- 100-20 Channel Breakout System
- 4-Week Breakout
- 60-minute Breakout System
- Another Oddball System
- 'Blood in the Street' System
- CMO StochRSI
- Commodity Channel Index System
- Experimenting with Exits
- Glitch Index
- ITC – Weekly
- Keltner Classic System
- Lazy Gainer
- MAMA-FAMA
- May-October System
- MFI Timing System
- Monthly Breakout
- One Night Stand
- Opening Range Breakout
- PGO System
- QQQ Crash
- RSI Trend System
- Trend with Pattern Entry System
- Triple Screen SMA System p44
- Triple Screen SMA System p54
- Two-bar Breakout System (futures and options)
- Two-bar Breakout System (stocks)
- WMA Crossover