Positions, trade history, backtests and configuration
A backtest runs a trading strategy against historical candle data to measure how it would have performed — without risking any real capital.
You can run backtests here, but the preferred and most convenient way is to arm your Claw with the trader CLI and it will take care of it. The backtest results, whether started by your bot or started from this interface, are all visible here.
Signal Ngn computes key metrics for each run: total return, win rate, max drawdown, and trade count. Use backtests to evaluate and compare strategies before deploying them live.
Sign in to run backtests, or explore the trader CLI on GitHub to learn more.