1991issue C021-10
Constructing walk-forward neural trading rules
Build an adaptive network as one mechanical procedure that can go long, short, or stand aside. Then judge every capacity, input, and target change by whether the same frozen mapping still holds after the fitting window ends.
- Treat the network as one mechanical-signal: two outputs become long, short, or no position, and the same mapping is used while fitting, on reserved cases, and on later live inputs.
- End weight updates at a walk-forward-split so later cases are scored with frozen weights and no error sent backward.
- Use input-normalization and precomputed series so saturating units stay sensitive and hidden capacity is spent on broader regularities.
- If reserved-set results fail, treat capacity-revision, input or target changes, and refitting as redesign of the same procedure, and watch for overtraining.
The network as one procedure
A back-propagation unit forms a weighted sum of incoming values, adds an adjustable threshold, and applies a saturating transfer function such as a sigmoid. Hidden units sit between environmental inputs and emitted outputs. A fully connected layout feeds every unit from every unit in the prior layer.
The construction treats this stack as a single mechanical procedure whose later stance is long, short, or stand aside, not as a discretionary overlay added afterward.
Fitting, reserved cases, and redesign
During fitting, a fraction of the gap between emitted values and designer-set targets is sent backward to update weights. Reserved input-target pairs are later presented with those updates turned off.
If reserved-set results are unsatisfactory, redesign options include incremental refitting, a full restart, revising which inputs or targets are used, and changing how many units sit in each layer.
The mechanical-signal and the walk-forward-split
One mechanical mapping treats two outputs as long and short indicators. It takes a long stance when the long indicator exceeds 0.5 and a short stance when the short indicator exceeds 0.5. That mechanical-signal is a predetermined mapping from network outputs to long, short, or no position, applied the same way while fitting, on reserved cases, and on later live inputs.
A walk-forward-split is the cutoff that ends weight updates. Later cases are scored with frozen weights and no error sent backward. In one weekly-index construction, after that cutoff the charted lines switch from training targets to the frozen network outputs.
Fitting targets may include later price action that the live procedure cannot see. A future-knowledge-target is that kind of fitting goal. After weight updates stop, later signals depend only on whether historical regularities were captured.
Input-normalization and precomputed series
Unscaled price and volume ranges that sit far outside a unit interval can pin a sigmoid. Construction practice is to remove level bias and rescale inputs toward 0 to 1 or -1 to 1. Input-normalization is that recentering and rescaling, so rule inputs occupy the sensitive region of a saturating transfer function instead of pinning it.
Supplying precomputed series such as moving averages, RSI, percent R, stochastics, or MACD as inputs is proposed so hidden units spend capacity on broader regularities instead of rebuilding those calculations.
Overtraining and capacity-revision
Overtraining is described as learning the fitting cases too exactly. It is the adaptive analogue of overfitting a conventional rule set: the fit reproduces the training cases too exactly and then fails to transfer to reserved cases. Suggested countermeasures include more varied cases, slight noise on successive presentations, and not inflating hidden-layer size without regard to memory and run time.
When reserved-set results fail, changing how many units sit in a layer is a capacity-revision. It is redesign of the same procedure rather than a new discretionary overlay.
All readings on this track · 50 readings
- 1990Three-window walk-forward system evaluation
- 1990Building the construction layer of a mechanical trading system
- 1991Constructing walk-forward neural trading rules
- 1991Constructing neural trading systems from facts to walk-forward
- 1992Walk-forward evaluation of stop overlays on average crossovers
- 1992Audit mechanical system tests for fills and regimes
- 1993Walk-forward evaluation of monthly yield and real-rate forecasts
- 1993Constructing walk-forward forecasts with linear and moving-average baselines
- 1993Walk-forward hybrid rules for intermarket forecast stacks
- 1994Neural-net construction as a mechanical trading-system problem
- 1995Constructing an intermarket neural net trading system
- 1996Weekly market breadth as one procedure on an unused window
- 1996Walk-forward evaluation of gold-index bond-fund rules
- 1996Evaluating weekday-in-month filters for index day trades
- 1996Require both a trend filter and a cycle oscillator before entry
- 1997Walk-forward windows as a diagnostic of parameter instability
- 1997Walk-forward validation of a market-breadth timing rule
- 1997Sunspot spikes and walk-forward evaluation of an adaptive cycle rule
- 1997A walk-forward check for bond-breadth timing
- 1998Walk-forward audit of regression trend forecasts
- 1998Evaluating a cubic least-squares currency trend with walk-forward segments
- 1998Walk-forward evaluation of recursive yen trend signals
- 1999Personal system design under crowd psychology
- 1999Walk-forward evaluation of a polynomial price forecast
- 2000Walk-forward optimization of regression-slope-angle rules
- 2001Construct a winter seasonal window as one procedure
- 2001Inspectable rules when system write-ups dry up
- 2002Evaluating mechanical systems before position sizing
- 2003Walk-forward construction of rule-based market-position systems
- 2007Evaluating metal seasonal windows across regimes
- 2007Evaluating mechanical timing systems against hold baselines
- 2011Walk-forward reoptimization as a system design gate
- 2011Evaluate generated systems on holdouts, then add stops
- 2012Walk-forward analysis and out-of-sample tests for a mechanical trading system
- 2012Personality-first trading system design
- 2012Scorecard-first mechanical system construction
- 2012Constructing an advancer-decliner moving average for market breadth
- 2012Formula search as mechanical system construction
- 2013Identity-first system construction
- 2013Construct a swing system from bias rules to walk-forward
- 2014Evaluate mechanical stock systems with stops and walk-forward
- 2014Walk-forward velocity filters on noisy intraday trends
- 2015Event-predictability versus position-constrained rules
- 2015Constructing mechanical systems for walk-forward tests
- 2016When a tested system must be retired
- 2016Walk-forward metric filters and chance-level checks for selected inputs
- 2018Evaluate mechanical trading systems without catalog rankings
- 2019Phased stop construction from entry risk to trailing exit
- 2020Stockpiling simple ideas for mechanical system construction
- 2020A pretty first draft is not a walk-forward waiver