Out-of-sample testing is the norm in all mathematical economic disciplines other than technical analysis. The basis of walk forward out-of-sample testing is to take a test sample (in-sample) of data, perform a combinatorial input parameter search (dubbed optimization by current trading platforms) on the in-sample data, choose the input parameters from the combinatorial search based upon some performance metric (net profit, profit factor, etc) in the in-sample sample and then apply those input parameters to data they haven't been tested on to see if they work.
Why use walk forward analysis? Why not just optimize over the total amount of data once and choose the inputs from the best performance parameters? Optimization is a misnomer and should really be called Combinatorial search
. That is, we have the software output certain performance metrics like net profit or profit factor for every combination of a range of input parameters. We then sort that range on that performance metric. Whenever you run an combinatorial or genetic search over many different combinations of input parameters on noisy data on a fixed time interval, the best performance parameters found are guaranteed be due to curve fitting
the noise and signal. This curve fitting is also called Data Mining
or Data Snooping
. A fixed number of prices on a fixed time interval has many spurious movements which is also called noise. When we run, say, 5000 different input variations or cases, the best performance parameters will be from those system input variables that are able to produce profits from the price or signal dynamics and the spurious movements . While the signal dynamics, if there, will repeat, the same spurious price movements will not. If the spurious movements that were captured by a certain set of input parameters were a large part of the net profit, then choosing these input parameters would produce losses when traded on future data. These losses occur because the spurious movements will not be repeated in the same way. The input parameters chosen from the in-sample section are cherry picked
to perform well on only those exact same spurious movements. This is why combinatorial or genetic searches with no out-of-sample testing cause loses in the out-of-sample section from something that looked great in the in-sample section.
For each TS/MC run, the user can select the in-sample dates he wants to perform the optimization on and the out-of-sample(OOS) dates for out-of-sample performance. The in-sample and out-of-sample periods are user selectable in calendar days, trading days or exact calendar months. After examining fifty or more different in-sample and out-of-sample files, the user rapidly gets a real feel for the statistics and filters that are important for determining good out-of-sample performance. No more guess work. The PWFO is a real time saver. Please note that the median is used for a number of performance statistics instead of the average. The median is a much more robust measure than the average and is not distorted by outliers. However if the user wishes to use the average instead, there is a PWFO strategy input option for that.
If the optimization run consisted of 5000 different cases of the strategy input variables, then each of the PWFO files would have 5000 lines and each PWFO file would represent only the in-sample and out-of-sample performance for the in-sample/out-of-sample dates selected. Of course if the data loaded into TS/MC was much longer in time, then the PWFO could generate up to 1000 different sample in-sample and out-of-sample date files.
Below are the performance metrics that are printed out for each strategy input variable combination in each PWFO file.
Below is a snippet of the output from a PWFO run. This example shows the partial output for the Fading Memory Polynomial Velocity Strategy for the in-sample dates of 5/23/19 to 6/21/19 and out-of-sample dates of 6/24/16 to 6/28/18. Notice how the out-of-sample results are on the same line as the input parameters and in-sample performance variables. This example is from my working paper Trading 1Min Bar Euro Futures Using the Fading Memory Polynomial Velocity Strategy
This output presentation allows you to see immediately the out-of-sample results from your in-sample performance variable selection techniques. For instance if you wanted to see all those cases that satisfied a Profit Factor greater than 1 and less than 3 with losers in a row of 3 or less, then using Excel's Autofilter feature, you could immediately see all cases that satisfied those criteria and what the out-of-sample results would be.
In addition, using Excel's macro creation ability you can create an excel macro to perform your own performance variable screen with a one button click. This allows you to go through the many walk forward files created by the PWFO in minimal time to see how your performance variable screen or filter works over many in-sample/out-of-sample runs.
The Walk Forward Metric Explorer, The Walk Forward Input Explorer and the Walk Forward Metric Surface Explorer can perform these filter searches and many more automatically and present many out-of-sample performance results for each filter examined.
As noted above, the PWFO uses the median instead of the average for many metrics. The median is a much more robust statistic than the average. As an example look at row 4 on the below spreadsheet snippet. The median trade profit is minus $6.3 while the average trade profit (tnp/nT) is $36. The average can be controlled by a few outliers while the median is robust and immune to these few outliers. However, as also mentioned above, if the user wishes to use the average instead, there is a PWFO strategy input option for that.
How is the use of the PWFO possible with any Strategy? TradeStation's and Multichart's strategy combining window allows for the combining of any number of strategies or signals into one strategy. The PWFO is a strategy that computes and prints out to a user defined directory and Excel file all the performance statistics above using a super fast C++ DLL. For TS or MultiCharts you need to access the Power Editor for your strategy and add the line value99=$6PWFOinp(input1,input2,input3,etc); at the end of "YourStrategy". Then, do a "save as" with a new name like "YourStrategyPWFO", and you are ready to use the PWFO.
The Power Walk Forward Optimizer comes with a detailed manual explaining:
User Comparison between TS Walk Forward optimizer(Grail) and the PWFO "The pwfo brought about a deeper understanding of how to properly optimize a system. There are things I learned though that process that I now incorporate into my new strategy development. Even though it was a difficult process, I finished a much wiser system designer. So for me the steep pwfo learning curve was ultimately an advantage. The biggest difference from the grail is that pwfo includes a methodology on how to properly evaluate trading systems. That is not available anywhere else. I spent 6 months using the Grail, prior to encountering the pwfo, optimizing while not being fully aware that I didn't know how to properly interpret my results and guide my decisions in a more consistently and profitable way. This resulted in all my systems not conforming to my back test results in real time. The next difference in systems is a huge improvement as well. Using metric filters to arrive at my final trading input variables is not discussed or possible with the grail and I think the pwfo method is superior. Further more the best way to optimize in pwfo is to give up profit and explore metrics/variables that reside in the median values. That is not discussed or possible with the grail. A typical grail optimization will take me a few hours. A typical pwfo optimization requires at least 4 full optimization runs and a lot of thinking and comparing so this process requires a minimum of 1 day and often many days. There are fewer statistics in a grail optimization run and it is not currently possible to export All the results from grail to an excel spreadsheet for further analysis. There is an export function in Grail but it will not export all the variables or the walk forward tests, only 1 final optimized test result. So I am forced in Grail to view the results inside TradeStation."
Compatibility Note: It is possible to use the PWFO with any TS or MC strategy. However, if the strategy is locked, read protected or cannot be accessed and changed by the Power Editor, then the PWFO will not work with that strategy. Otherwise if the strategy is accessible and can be edited by the Power Editor then that strategy will work with the PWFO.
For TradeStation or MultiCharts64, the Power Walk Forward Optimizer v6t package consisting of manual, DLL files and TradeStation ELD file or MC64 PLA file and is being offered, for $395. The PWFO has a "Key Licence" that allows it to be installed on three computers.
How To Order