Exponential Average Crossover System
September 11, 2005 by Ed Seykota
Note: For a more rigorous definition of terms, see System_Math
The Rules:
Compute the Lags
Every day, after the close, compute:
- Slow_Lag (Slow Exponential Average)
- Fast_Lag
- ATR (Average True Range)
Give these indicators some time to warm up (25 days) to allow them to stabilize before generating timing signals.
Signal Timing
If the fast lag crosses above the slow lag, enter an order to buy on the following open.
If the fast lag crosses below the slow lag, enter an order to sell on the following open.
Position Sizing
Set the Risk_Per_Lot = ATR * ATR_Risk_Multiplier.
Position_Size = Equity / Risk_Per_Lot
Round Position size to the nearest 250 lots
Trade from the long side only; go long or out, never short.
Instrumentation
Trade the continuous contract for S&P futures.
'선물옵션 다양한 생각들' 카테고리의 다른 글
the 10 steps of Strategy Design (0) | 2022.09.11 |
---|---|
복잡계와 경제시스템 7강 - 이승국 (0) | 2022.09.11 |
Market Profile Basics (0) | 2022.09.11 |
A Tutorial on hidden Markov Models and Selected Applications in Speech Recognition (0) | 2022.09.11 |
The Original Turtle Trading Rules (0) | 2022.09.11 |
댓글