Install
openclaw skills install @superior-ai/probability-mean-reversionUse when a Polymarket outcome appears to overreact and then stall away from recent filled-price range.
openclaw skills install @superior-ai/probability-mean-reversionUse this when someone asks for fade, overreaction, mean reversion, range trading, panic buy, euphoria selloff, or probability jumps with weak follow-through.
POST /v3/markets/search.Moderate fit. Filled TradeTick history can test whether probability moves have a measurable reversion pattern, while using actual fills as the execution proxy.
Limit: backtests cannot validate resting liquidity, spread paid, or what is missed in the maker queue.
Enter when the outcome trades below a lower band and exit near the rolling median. If your implementation permits, do the inverse for above-band conditions when downside overextension appears.
{
"window_ticks": 40,
"entry_deviation": 0.08,
"exit_deviation": 0.02,
"order_size": 10,
"max_holding_ticks": 80
}
| Knob | Effect |
|---|---|
window_ticks | Larger windows produce a smoother baseline. |
entry_deviation | Higher values wait for stronger overreactions. |
exit_deviation | Lower values demand tighter reversion before exit. |
max_holding_ticks | Prevents stale positions through stale conditions. |
"This is an overreaction fade. It works best in noisy markets without new decisive information. I’ll backtest it on filled prices first, then verify trade frequency and liquidity before suggesting live use."