Threshold Sensitivity
Does a tuned RSI level hold up? Each fold picks its threshold from training sessions only, then is scored on sessions it never saw.
It takes one simple rule โ RSI(14) crossing below a threshold โ and tries every threshold on a grid, measuring the return a fixed number of sessions later. That part is what any grid search does, and it always finds a best cell.
Then it does the part a grid search does not: it splits the history into folds, lets each fold pick its threshold using only its own training sessions, and scores that choice on later sessions it never saw. Sessions whose forward window overlaps the boundary are purged and a further stretch is embargoed, so training cannot peek at the answer through the horizon.
The decision is not "which threshold should I use". It is "should I trust a tuned threshold at all". Four numbers answer it, and any one of them can end the discussion:
- Degradation wide โ the grid was fitting noise.
- p-value above ~20% โ random draws did this too.
- Selection stability below 50% โ the folds disagreed, so there is no stable level to use.
- Few observations โ nothing was really measured, whatever the percentages say.
Only when all four look sound is there weak evidence โ and weak evidence is the ceiling this page can reach.
It is one rule, on one listing, over one history, with no costs, slippage or position sizing anywhere in it. And the search you run yourself counts: sweeping twenty symbols until one passes is the same overfitting one level up, which is why the honest use of this page is to rule things out rather than to collect the ones that survive.
2 / 0 scored nothing at all and contributes no evidence.