Custom Formula Collection
Genesis of a Simple Futures Trading System
It's quite easy to use MetaStock for Windows to duplicate the Genesis of a Simple Futures Trading system which is presented in the TASC May 97 issue's interview of Jay Kaeppel. In MetaStock for Windows, choose System Tester from the Tools menu. Click on the New button and enter in the following rules:
SIGNAL FORMULAS
- Enter Long:
Cross( Mov( Close,9,S), Mov( Close,50,S)) And Close >
Mov( Close,80,S)
- Close Long:
Cross( Mov( Close,50,S), Mov( Close,9,S)) And Close >
Mov( Close,80,S)
- Enter Short:
Cross( Mov( Close,50,S), Mov( Close,9,S)) And Close <
Mov( Close,80,S)
- Close Short:
Cross( Mov( Close,9,S), Mov( Close,50,S)) And Close <
Mov( Close,80,S)
When testing futures in MetaStock it's best to use a "points only" test. To do this, choose Options from the System Tester dialog and then Points Only Test from the Testing page.
To use The Explorer to screen for futures generating a recent signal with this system, choose The Explorer from the Tools dialog and enter in the following rules:
COLUMN FORMULAS
- ColumnA: Buy Sign
Cross( Mov( Close,9,S), Mov( Close,50,S)) And Close >
Mov( Close,80,S)
- ColumnB: Shrt Sig
Cross( Mov( Close,50,S), Mov( Close,9,S)) And Close <
Mov( Close,80,S)
FILTER SOURCE
- Filter Enabled: Yes
- Formula:
colA = 1 OR colB = 1
Next choose Explore and The Explorer will search for and then display any futures, which have generated new signals.
For additional help with formulas, please see the Formula Primer.
Can't find the custom formula you need? MetaStock can create formulas for you.
- Creating Custom Formulas
- Absolute Breadth Index
- Advance / Decline Line with Negative Volume
- ADX/ADXR Custom (without rounding)
- Alpha and Beta
- Arms Index (TRIN)
- Average-Modified Method
- Breadth Thrust
- CCI Moving Average Crossover System Test
- Chande's Momentum Oscillator
- Combining Trend and Oscillator Signals System Test
- Commodity Channel Index Buy and Sell Signals
- Comparative Relative Strength
- Comparative Relative Strength Exploration
- Coppock Curve
- Derivative Moving Average
- Detrended Price Oscillator
- Disparity Index
- Displaying the Price of a Security in 32nds and 64ths
- Divergence between the Close and an Indicator
- Dynamic Momentum Oscillator
- Elder Ray and The Force Index
- End Point Moving Average
- Genesis of a Simple Futures Trading System
- Historical Volatility Daily
- Historical Volatility System, Connors and Raschke's
- Historical Volatility Weekly
- InSync Index
- Investor Preference Index
- Keltner Channels
- Ken Roberts' Formulas
- Kurtosis Indicator
- MACD Histogram
- Market Facilitation Index
- Market Facilitation Index Expert Advisor
- Market Thrust Oscillator
- Martin Pring's KST Formulas
- Mass Index
- McClellan Oscillator
- McClellan Summation Index
- Modified VIX Indicator
- Money Flow Index
- Moving Average of Only One Day of a the Week
- Natenberg's Volatility
- New Advance Decline Line
- Pathfinder Trading System
- Polarized Fractal Efficiency
- Price Action Indicator (PAIN)
- Price Volume Rank
- Random Walk Index
- Rate of Change Since a Specific Date
- Regression Oscillator and the Slope/Close Indicator
- Relative Strength Index, Custom (RSI)
- Relative Volatility Index (RVI)
- Slope of a Line
- Slope of a Linear Regression Line
- Standard Error Bands
- STIX Oscillator
- Stochastic %D
- Stochastic Relative Strength Index
- Tick Line Momentum Oscillator
- Trading Channel Index
- Wilder's Volatility
- WillSpread by Larry Williams