You can use your ChaosHunter models in NeuroShell Trader several different ways and the chart we are about to create will concentrate on two methods. First we built a daily NeuroShell Trader for Deere & Company (DE), which displayed some regular price move over the selected period. The regular price movement makes it easier for a neural network to find patterns compared to a stock that simply trends.
We built a neural network prediction of the open 1 period ahead using some of our favorite indicators from the Price Momentum Category (ADX, CCI, RSI, and Stochastic %K). We set optimization to input selection. The model found some trading signals at the peaks and valleys, including in the out-of-sample period.
Next we wanted to see which inputs ChaosHunter would choose. We exported the price data from the NeuroShell Trader chart and added all of the indicators in the Price Momentum Category as inputs. We selected all of the functions from the arithmetic category, negative and inverse from the algebra category, and two neural network functions.
We let ChaosHunter run for a while and then created a new neural network prediction using the inputs found by ChaosHunter. ChaosHunter chose Stochastic %K, MACD, and RMI. That prediction is labeled Prediction ChaosHunter Inputs on the NeuroShell Trader chart that you may download from www.ward.net in either the New and Updated Examples section of the NeuroShell Trader or ChaosHunter section. Those trading signals produced a decent profit in the out-of-sample period, but we wondered if perhaps we would have gotten better results if we had simply used the ChaosHunter Trading Signals based on the complete model rather than extracting the inputs from the ChaosHunter model and using them in a neural network.
The Trading Strategy ChaosHunter at the bottom of the chart uses the exact ChaosHunter model by using the NeuroShell Trader's ability to call ChaosHunter models as indicators. In NeuroShell Trader we selected the External Program & Library Calls indicator category and chose the ChaosHunter Trading Signal Indicator. To use this indicator all you have to do is search for the ChaosHunter model, the .md file, which not only remembers the model but the prediction thresholds as well. This model did not perform as well as the other two models in the out-of-sample period but did trade more often during the optimization period.
We leave it as an exercise for the reader to combine these three different trading models into a concensusTrading Strategy that says to buy when 2 out the 3 are true. This method may possibly increase the chances of your overall Trading Strategy being correct. Look for the Ensemble Estimators tip on either the NeuroShell Trader or ChaosHunter section of www.ward.net for an explanation of why this works.