Chapter
How to Get My Trading Idea into Pseudocode
The Tale of Two Paradigms
Chapter 2 Stochastics and Averages and RSI! Oh, My!
Average Directional Movement Index (ADX)
Relative Strength Index (RSI)
George Lane’s Stochastics—Fast %K: Fast %D: Slow %K: Slow %D
Donald Lambert’s CCI—Commodity Channel Index
Gerald Appel’s MACD—Moving Average Convergence Divergence
Simple, Exponential, and Weighted Moving Averages
Chapter 3 Complete Trading Algorithms
Trend-Trading Battle Royale
Multi-Algorithm Strategy (MAS)
Chapter 4 Introduction to AmiBroker's AFL
Things All Programmers Need to Know
AmiBroker Loop Programming
Chapter 5 Using Microsoft Excel to Backtest Your Algorithm
VBA Functions and Subroutines
Chapter 6 Using Python to Backtest Your Algorithm
Chapter 7 An Introduction to EasyLanguage
Chapter 8 Genetic Optimization, Walk Forward, and Monte Carlo Start Trade Analysis
Utilizing TradeStation and AmiBroker
Genetic Algorithms:What Are They?
Computers, Evolution, and Problem Solving
Initial Population Setup Using VBA Excel
Testing Fitness of Chromosomes Using VBA Excel
Converting Fitness in Terms of Slice Size—Using VBA Excel
Calculate Probability of Being Hit by Dart—Using VBA Excel
Creating Chromosome Dartboard—Using VBA Excel
Simulating a Dart-Throwing BlindfoldedMonkey Using VBA Excel
Chromosome Replacement Function—Using VBA Excel
Crossing Chromosomes/Finding Moms and Pops—Using VBA Excel
How to Allocate Genes to Junior—Using VBA Excel
Mutating Chromosomes—Using VBA Excel
Using Genetic Algorithms in Trading System Development
Preventing Over-Curve-Fitting
Walk-Forward Optimizer: Is It Worth the Extra Work and Time?
Chapter 9 An Introduction to Portfolio Maestro, Money Management, and Portfolio Analysis
Fixed Fractional MoneyManagement Overlay
Utilizing Exploration for Debugging
Position Sizing in Futures Mode
Appendix B: Excel System Backtester
Functions and Subroutines
Appendix C: Python System Backtester
Indicator Classes and Functions
Appendix D: TradeStation and EasyLanguage
Importing ELD file from Book Website
About the Companion Website