1991issue C061-6
Constructing neural trading systems from facts to walk-forward
A neural trading procedure is specified by the forecast object, the input requirements, the network type, and the system's size and structure. Supervised training changes connection weights only when a forecast mismatches its target. Walk-forward testing then uses withheld facts and does not update connection strengths.
- Five construction choices specify the procedure: the forecast object, the input requirements, the network type, and the system's size and structure.
- Inputs may mix technical and fundamental series, but they are preprocessed into relative forms such as oscillators, momentum, and ratios so relationships are explicit.
- Hidden-layer capacity is a generalization control: too few neurons block the mapping, while too many memorize training facts, which is treated as curve-fitting or overoptimization.
- After training, walk-forward testing and live use hold connection strengths fixed. A trading fact file matches the training schema but omits target patterns.
Specify the procedure first
A neural trading procedure is specified by five construction choices: the forecast object, the input requirements, the network type, and the system's size and structure. Those choices decide what the network is asked to emit, which series it may see, how layers are arranged, and how large the system is.
The procedure can be configured to emit one of four output kinds: classification, pattern, real-valued levels, or an optimization result.
Build the fact schema
Inputs may mix technical and fundamental series. Apparently peripheral series may still be kept, because training is expected to sort relevance. Preprocessing those inputs into relative forms such as oscillators, momentum, and ratios is treated as necessary so relationships are explicit rather than left for the network to invent.
A fact is a paired record of current market and rate inputs plus the later target the procedure is asked to map. Input-layer width equals the number of data categories after preprocessing. A twelve-category market-and-rate set implies twelve input neurons, and each paired input with its next-session target is a training fact.
Set size and structure
A typical feedforward layout uses an input layer, a hidden layer, and an output layer. Information moves only to the next layer. Neurons in the same layer do not connect. A fully connected feedforward layout joins every neuron to every neuron in the succeeding layer.
The hidden layer is the interior recoding stage meant to hold correlations that are not explicit in the raw inputs. Hidden-layer capacity is a generalization control. Too few neurons block input-to-output mapping. Too many let the network memorize training facts instead of extracting features, which is treated as equivalent to curve-fitting or overoptimization.
Output-layer width equals the number of forecasted categories. Forecasting the next session's open, high, low, and close requires four output neurons.
Train with a learning law
Supervised training presents facts, then uses a learning law such as backpropagation to send error backward and change connection weights only when the forecast mismatches the target. Once all facts are learned, the network is treated as stable and ready for further testing.
Hold weights fixed in walk-forward testing
Walk-forward testing uses facts withheld from training and does not update connection strengths. Live use likewise feeds daily inputs without weight changes. A trading fact file is a live input file that matches the training schema but omits the target patterns present in the training file.
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