mirror of
https://github.com/BrentNeale1/fx-quant.git
synced 2026-08-23 15:08:05 +00:00
- Built event-driven backtesting engine with spread/slippage modeling, 3-TP partial closes, trailing stops, and rich trade logging (20+ features) - Implemented 5 strategy signal generators (MA Breakout, VWAP Reversal, Key Level Breakout, EMA Ribbon Scalp, Momentum Exhaustion) - Full indicator library (EMA, SMA, RSI, ATR, MACD, ADX, Stochastic, Session VWAP bands, swing points, key levels, RSI divergence) - Data pipeline: Dukascopy download, validation, 70/30 train/test split - Baseline results: all 5 strategies generate 200+ trades on training data (Jan 2021 - Aug 2023), best profit factors 0.82-0.96 on select pairs - Trade logs and reports saved for Phase 3 ML feature engineering Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"pair": "GBP_AUD",
|
|
"strategy_id": 5,
|
|
"strategy_name": "S5_Momentum_Exhaustion",
|
|
"total_trades": 264,
|
|
"win_rate_pct": 36.36,
|
|
"avg_rr": 1.5,
|
|
"expectancy_pips": -1.27,
|
|
"sharpe_ratio": -1.69,
|
|
"max_drawdown_pct": -39.48,
|
|
"profit_factor": 0.79,
|
|
"total_pnl_pips": -336.04,
|
|
"total_pnl_dollars": -27953.37,
|
|
"avg_win_pips": 21.26,
|
|
"avg_loss_pips": 14.15,
|
|
"max_consecutive_wins": 5,
|
|
"max_consecutive_losses": 13,
|
|
"avg_hold_time_minutes": 143.5,
|
|
"best_trade_pips": 66.05,
|
|
"worst_trade_pips": -26.36,
|
|
"best_trade_dollars": 2554.95,
|
|
"worst_trade_dollars": -1041.23,
|
|
"final_equity": 72046.63,
|
|
"starting_equity": 100000.0,
|
|
"session_breakdown": {
|
|
"LONDON": {
|
|
"trades": 148,
|
|
"win_rate": 37.83783783783784,
|
|
"total_pnl_pips": -55.194967048454885
|
|
},
|
|
"OVERLAP": {
|
|
"trades": 116,
|
|
"win_rate": 34.48275862068966,
|
|
"total_pnl_pips": -280.84359608526563
|
|
}
|
|
},
|
|
"exit_reasons": {
|
|
"SL": 168,
|
|
"TP1+TP2+SL": 35,
|
|
"TP1+SL": 44,
|
|
"TP3": 17
|
|
}
|
|
} |