Deep dive
The concept is called single-regime sampling, and it is simpler than it sounds. A financial market does not behave the same way all the time. It trends upward, it grinds downward, and it chops sideways with no conviction in either direction. Each of those states — bull, bear, and chop — rewards different strategies and punishes others. If you observe a strategy only while the market is in one of those states, you have not tested the strategy. You have tested the strategy against one mood, and you have learned almost nothing about what it will do when the mood changes.
The trap is easy to fall into because short observation periods feel like real evidence. A trader runs a system for two weeks, sees some results, and interprets those results as a verdict. The mistake is not laziness. The mistake is a failure to ask how representative that window actually was. Markets cycle through regimes on timescales of weeks to months, sometimes longer. A two-week window can land entirely inside a single regime — and if it does, the results tell you about that regime, not about the strategy. Fund managers fall for this. Retail traders fall for this. Automated system developers fall for this. The cost is misplaced confidence: you either ship a system you believe works when it has not been tested against adversarial conditions, or you abandon a system that might have worked because it looked bad in the one regime you happened to observe.
What happened with v2
WiseBot's v2 was a SOL scalping project. It ran a 14-day paper trading period before any capital commitment. At the end of those 14 days, all three strategies posted negative returns. The random baseline — a coin-flip benchmark — came in at -50.4% over the same window, which at least provided context: the market environment itself was punishing nearly everything indiscriminately. The tempting interpretation would have been to call the strategies broken and move on. The honest interpretation was different: 14 days had sampled one mood of the market, a low-volatility drift, and there was no way to separate strategy signal from regime noise in a window that short. The result was not exoneration and it was not a verdict of failure. It was a data point too small to act on with confidence in either direction. The paper run had been designed to catch operational bugs, and it caught some. As an evidence base for whether the strategies worked, it proved almost nothing.
The v3 design took this lesson forward directly. Rather than relying on a live observation window, v3 was validated against years of historical data — a backtest long enough to include bull runs, drawdown periods, and sideways chop. The backtest produced a Sharpe ratio of approximately 0.93 against a buy-and-hold Sharpe of 0.62, and a maximum drawdown of approximately -21% against buy-and-hold's approximately -59%. Those figures are backtest results, not live performance, and they carry all the caveats that come with any backtest. But the point is that they were derived from a sample spanning multiple regimes, which means they at least had the opportunity to reflect how the strategy behaves when conditions change. A 14-day paper run cannot offer that opportunity by construction, no matter how carefully it is run.
The portable rule is this: before you trust a result, ask which regimes your test window actually contained — if you cannot name at least two, you have not finished testing.
Every step described here, including the v2 paper run and the v3 backtest methodology, is part of WiseBot's publicly documented record at the-wisebot.com.