mirror of
https://github.com/BrentNeale1/fx-quant.git
synced 2026-08-22 14:38:08 +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": "EUR_AUD",
|
|
"strategy_id": 5,
|
|
"strategy_name": "S5_Momentum_Exhaustion",
|
|
"total_trades": 284,
|
|
"win_rate_pct": 31.34,
|
|
"avg_rr": 1.54,
|
|
"expectancy_pips": -2.48,
|
|
"sharpe_ratio": -3.15,
|
|
"max_drawdown_pct": -48.68,
|
|
"profit_factor": 0.65,
|
|
"total_pnl_pips": -704.74,
|
|
"total_pnl_dollars": -47670.21,
|
|
"avg_win_pips": 18.64,
|
|
"avg_loss_pips": 12.12,
|
|
"max_consecutive_wins": 5,
|
|
"max_consecutive_losses": 9,
|
|
"avg_hold_time_minutes": 129.8,
|
|
"best_trade_pips": 78.7,
|
|
"worst_trade_pips": -28.46,
|
|
"best_trade_dollars": 2740.9,
|
|
"worst_trade_dollars": -1007.73,
|
|
"final_equity": 52329.79,
|
|
"starting_equity": 100000.0,
|
|
"session_breakdown": {
|
|
"LONDON": {
|
|
"trades": 160,
|
|
"win_rate": 31.874999999999996,
|
|
"total_pnl_pips": -393.9153103944255
|
|
},
|
|
"OVERLAP": {
|
|
"trades": 124,
|
|
"win_rate": 30.64516129032258,
|
|
"total_pnl_pips": -310.82703073516905
|
|
}
|
|
},
|
|
"exit_reasons": {
|
|
"SL": 195,
|
|
"TP1+SL": 36,
|
|
"TP1+TP2+SL": 37,
|
|
"TP3": 16
|
|
}
|
|
} |