mirror of
https://github.com/BrentNeale1/fx-quant.git
synced 2026-08-19 04:58:07 +00:00
- S3 Key Level Breakout: best performer (52-53% WR, PF ~1.0 on JPY crosses) - S4 EMA Ribbon: tested 7 variants (D/E/F/F-v2/G/G-Minimal), exhausted - Only EUR_AUD S4-F marginally profitable (PF 1.06) - Detailed filter funnel analysis revealed contradictory filter stacking - S5 Momentum Exhaustion: extended to 5 pairs, PF 0.43-0.77 - S6 EMA Bounce: 59-60% WR but PF 0.83-0.84, needs SL/TP restructuring - Added STRATEGY_LEARNINGS.md with design principles and next steps - Added M5 data downloader for 3-timeframe strategies - Updated README with full strategy scorecard Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"pair": "GBP_USD",
|
|
"strategy_id": 5,
|
|
"strategy_name": "S5_Momentum_Exhaustion",
|
|
"total_trades": 670,
|
|
"win_rate_pct": 48.36,
|
|
"avg_rr": 0.81,
|
|
"expectancy_pips": -2.29,
|
|
"sharpe_ratio": -2.16,
|
|
"max_drawdown_pct": -62.94,
|
|
"profit_factor": 0.74,
|
|
"total_pnl_pips": -1535.9,
|
|
"total_pnl_dollars": -59136.7,
|
|
"avg_win_pips": 15.07,
|
|
"avg_loss_pips": 18.55,
|
|
"max_consecutive_wins": 7,
|
|
"max_consecutive_losses": 7,
|
|
"avg_hold_time_minutes": 189.7,
|
|
"best_trade_pips": 56.04,
|
|
"worst_trade_pips": -40.53,
|
|
"best_trade_dollars": 1400.01,
|
|
"worst_trade_dollars": -1064.22,
|
|
"final_equity": 40863.3,
|
|
"starting_equity": 100000.0,
|
|
"session_breakdown": {
|
|
"LONDON": {
|
|
"trades": 449,
|
|
"win_rate": 48.55233853006681,
|
|
"total_pnl_pips": -997.959398004141
|
|
},
|
|
"OVERLAP": {
|
|
"trades": 221,
|
|
"win_rate": 47.963800904977376,
|
|
"total_pnl_pips": -537.9437093420414
|
|
}
|
|
},
|
|
"exit_reasons": {
|
|
"TP1+SL": 131,
|
|
"TP1+TP2+SL": 123,
|
|
"SL": 346,
|
|
"TP3": 69,
|
|
"END": 1
|
|
}
|
|
} |