nonlinear,
Yes you are correct in your assumption. The bot is not adaptive and the market is just returning to the rhymn that the bot was designed to capture....
On the subject of neural nets. Have you tried using neural nets before? My experience with them has been its GREAT if you want to curve fit something but doesn't do well in the future at all.... I have done lots of tests with neural nets and my findings have always been the same.......... As the % of correct signals generated on the training group goes up the % of correct signals on the out of training data set goes down almost in step with it.....
I have tried many different uses of neural nets:
1. Predict if the next day or if in x days the price will be higher or lower than the current day.
2. I have tried using them to predict the likely hood of the entry signal generated will result in profit... I did a lot of tests on my current method doing this... and the neural net never could do better than just randomly picking which of the bot's trades to take and which to not take...
3. Predicting if an indicator's value would rise or fall on the next bar...
All 3 of these tests showed the same thing, which is either neural networks are next to useless in this environment or I just do not use them properly
Yes you are correct in your assumption. The bot is not adaptive and the market is just returning to the rhymn that the bot was designed to capture....
On the subject of neural nets. Have you tried using neural nets before? My experience with them has been its GREAT if you want to curve fit something but doesn't do well in the future at all.... I have done lots of tests with neural nets and my findings have always been the same.......... As the % of correct signals generated on the training group goes up the % of correct signals on the out of training data set goes down almost in step with it.....
I have tried many different uses of neural nets:
1. Predict if the next day or if in x days the price will be higher or lower than the current day.
2. I have tried using them to predict the likely hood of the entry signal generated will result in profit... I did a lot of tests on my current method doing this... and the neural net never could do better than just randomly picking which of the bot's trades to take and which to not take...
3. Predicting if an indicator's value would rise or fall on the next bar...
All 3 of these tests showed the same thing, which is either neural networks are next to useless in this environment or I just do not use them properly
