Most backtests lie: lookahead bias, no fees, overlapping trades, unwarmed indicators. I build backtests designed to survive live trading.
What's included:
- Python implementation of your rules (confirmed with you in writing first)
- 12-month backtest on real exchange data: taker fees + slippage per trade, conservative fills (stop counted first), proper indicator warm-up
- Report: Win Rate, Profit Factor, Max Drawdown, avg R/R, long/short breakdown, equity curve
- Honest verdict — including "this has no edge" if that's what data shows. You're paying for truth, not a nice chart.
- Full source code so you can re-run and modify
- Typical delivery: 5 business days from receiving your rules
My backtesting engine (same methodology): https://github.com/dallas2408/bybit-signal-bot
Requirements from you: strategy rules (entries, exits, sizing), target exchange and pairs, timeframe.