Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Noon Barbari Backtesting

xyz.noonbarbari/backtesting

Crypto backtesting tools: real backtests with robustness verdicts, daily signals and market data.

Uptime
100.0%
1 direct probes · 30d
Response
175ms
last probe
Tools
11
callable
Resources
3
readable
Prompts
3
available

Tools · 11

list_strategies

List the strategy templates available for backtesting and comparison (name, title, one-line description). Use the returned `name` value as the strategy identifier in other tools.

get_coin_signals

Today's daily-bar indicator readings for crypto coins, computed by a real backtesting engine from Binance closes: price, RSI-14, MACD state, SMA 50/200 posture, SuperTrend, Bollinger position, ATR vol…

get_buy_hold

What a $1,000 buy of a coin on Jan 1 of each available year would be worth today — ROI, peak value and date, and the maximum drawdown endured along the way. Real Binance data, refreshed daily.

get_overfitting_index

The Crypto Overfitting Index: the monthly share (%) of default-parameter strategy configurations (10 templates × 50 coins) whose out-of-sample Sharpe turned negative — how much of what backtests promi…

compare_strategies

Head-to-head comparison of two strategy templates from real monthly engine runs across ~50 coins: per-coin win count, median out-of-sample Sharpe, survival counts, median return and drawdown. Use stra…

search_answers

Search Noon Barbari's Q&A knowledge base of direct, data-grounded answers about backtesting, overfitting, validation, indicators, risk management and crypto markets. Returns the top matching questions…

run_backtest

Run a real backtest of a strategy template on BTC/USDT from a start date (public what-if engine; may take up to a minute on a cache miss; rate-limited). Returns net return, max drawdown, trade count, …

get_dca

Dollar-cost-averaging outcome for a coin: what buying a fixed dollar amount on a schedule (weekly or monthly) since a start date would be worth today — total invested, units, average cost, current val…

check_overfitting

Compute the Deflated Sharpe Ratio (Bailey & Lopez de Prado 2014) for YOUR OWN backtest: given its annualised Sharpe, length, and how many strategy variants you tried before selecting it, returns the p…

query_dataset

Query our open 11,440-run curve-fitting study (10 strategy templates x 20 coins, 70/30 in-sample/out-of-sample split). Returns the headline overfitting stats and the tuned picks matching an optional t…

search_glossary

Search Noon Barbari's trading glossary for a plain-language definition of an indicator, metric or concept (RSI, MACD, Sharpe ratio, drawdown, walk-forward, overfitting, and 60+ more). Returns the top …

Resources · 3

Crypto Overfitting Index

The current monthly Crypto Overfitting Index plus full history.

noon://overfitting-index
Curve-fitting study summary

Headline overfitting stats, method and totals from the 11,440-run study.

noon://research/summary
Strategy templates

The strategy templates available for backtesting and comparison.

noon://strategies

Prompts · 3

audit-strategy

Backtest a strategy on BTC and then stress-test whether its result is real skill or curve-fitting.

is-it-overfit

Check whether a backtest Sharpe survives the number of variants you tried (Deflated Sharpe).

coin-snapshot

Pull today's indicator readings, buy-and-hold history and a DCA outcome for one coin.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "noon_barbari_backtesting": {
      "url": "https://noonbarbari.xyz/mcp",
      "transport": "streamable-http"
    }
  }
}