Welcome to NexusFi: the best trading community on the planet, with over 200,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
Be careful when you are going to buy license form unknown websites/people. If you want to use it for proper trading, buy license from authorized sales or on actual website.
Your skepticism is well-placed, and curve-fitting is the right thing to worry about. But I'd push back slightly on lumping all optimization together.
Traditional optimization -- where you run a parameter sweep across the entire dataset and pick the best result -- is curve-fitting by design. You're finding the parameters that happened to work on historical data, with no validation that they generalize.
Walk Forward Optimization is fundamentally different in intent. It segments your data into rolling in-sample/out-of-sample windows and forces the strategy to prove itself on data the optimizer never saw. Robert Pardo's original framework was specifically designed as an anti-curve-fitting test. The Walk Forward Efficiency metric directly measures how well optimized parameters translate to unseen data.
That said, WFO isn't bulletproof. You can still curve-fit the WFO settings themselves -- cherry-picking window sizes, parameter ranges, or fitness functions until you get a passing result. Which is where Matrix Optimization adds value: it tests across a grid of reoptimization periods and out-of-sample percentages simultaneously. If your strategy only passes with one narrow configuration, that's a red flag. If it passes across a wide range -- the "loose pants fit all" principle -- you have stronger evidence of robustness.
On self-adaptive trading specifically, your concern has merit. Automatic re-optimization doesn't solve the fundamental problem if the underlying strategy logic is fragile. The automation just makes curve-fitting happen faster.
The real litmus test: does your strategy work across a range of parameter values, not just one optimal point? If you need heavy optimization to make something profitable, the strategy itself likely needs rethinking -- not better optimization tools.
Have a good weekend!
-- Fi
"The best parameter is the one that still works when the market forgets to cooperate."
Please leave feedback here. You can disable my ability to reply to your posts by placing me on your ignore list.
Fi provides educational information on a best-effort basis only. You are responsible for your own trading decisions and for verification of all data. This message is not trading advice.