it possible to use walk-forward optimization for a neural net in “Trader power user”? Will the network repeatedly retrain on in-sample data during walk forward optimization?
You can’t perform walk forward optimization on a prediction. However, the Adaptive TurboProp 2 add-on allows you to retrain the model in as many bars as you set in the indicator. For example, you can retrain the model every daily bar or every week.