Skip to main content
Track Walk-forward analysis
4 / 50
Library

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.
Entries in this reading3 entries

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.

Educational research material, not investment advice. Historical source context does not establish present-day performance.
4 of 50 in the Walk-forward analysis track
19921-8 pp.Next on Walk-forward analysisWalk-forward evaluation of stop overlays on average crossoversThe triple-average-offset rule entered only when the short, intermediate and long averages lined up in one direction and returned to flat on a later short-versus-intermediate cross.
All readings on this track · 50 readings
  1. 1990Three-window walk-forward system evaluation
  2. 1990Building the construction layer of a mechanical trading system
  3. 1991Constructing walk-forward neural trading rules
  4. 1991Constructing neural trading systems from facts to walk-forward
  5. 1992Walk-forward evaluation of stop overlays on average crossovers
  6. 1992Audit mechanical system tests for fills and regimes
  7. 1993Walk-forward evaluation of monthly yield and real-rate forecasts
  8. 1993Constructing walk-forward forecasts with linear and moving-average baselines
  9. 1993Walk-forward hybrid rules for intermarket forecast stacks
  10. 1994Neural-net construction as a mechanical trading-system problem
  11. 1995Constructing an intermarket neural net trading system
  12. 1996Weekly market breadth as one procedure on an unused window
  13. 1996Walk-forward evaluation of gold-index bond-fund rules
  14. 1996Evaluating weekday-in-month filters for index day trades
  15. 1996Require both a trend filter and a cycle oscillator before entry
  16. 1997Walk-forward windows as a diagnostic of parameter instability
  17. 1997Walk-forward validation of a market-breadth timing rule
  18. 1997Sunspot spikes and walk-forward evaluation of an adaptive cycle rule
  19. 1997A walk-forward check for bond-breadth timing
  20. 1998Walk-forward audit of regression trend forecasts
  21. 1998Evaluating a cubic least-squares currency trend with walk-forward segments
  22. 1998Walk-forward evaluation of recursive yen trend signals
  23. 1999Personal system design under crowd psychology
  24. 1999Walk-forward evaluation of a polynomial price forecast
  25. 2000Walk-forward optimization of regression-slope-angle rules
  26. 2001Construct a winter seasonal window as one procedure
  27. 2001Inspectable rules when system write-ups dry up
  28. 2002Evaluating mechanical systems before position sizing
  29. 2003Walk-forward construction of rule-based market-position systems
  30. 2007Evaluating metal seasonal windows across regimes
  31. 2007Evaluating mechanical timing systems against hold baselines
  32. 2011Walk-forward reoptimization as a system design gate
  33. 2011Evaluate generated systems on holdouts, then add stops
  34. 2012Walk-forward analysis and out-of-sample tests for a mechanical trading system
  35. 2012Personality-first trading system design
  36. 2012Scorecard-first mechanical system construction
  37. 2012Constructing an advancer-decliner moving average for market breadth
  38. 2012Formula search as mechanical system construction
  39. 2013Identity-first system construction
  40. 2013Construct a swing system from bias rules to walk-forward
  41. 2014Evaluate mechanical stock systems with stops and walk-forward
  42. 2014Walk-forward velocity filters on noisy intraday trends
  43. 2015Event-predictability versus position-constrained rules
  44. 2015Constructing mechanical systems for walk-forward tests
  45. 2016When a tested system must be retired
  46. 2016Walk-forward metric filters and chance-level checks for selected inputs
  47. 2018Evaluate mechanical trading systems without catalog rankings
  48. 2019Phased stop construction from entry risk to trailing exit
  49. 2020Stockpiling simple ideas for mechanical system construction
  50. 2020A pretty first draft is not a walk-forward waiver
All 95 readings tagged Walk-forward analysis
Also on Walk-forward analysis5 readings