mirror of
https://github.com/BrentNeale1/fx-quant.git
synced 2026-08-17 20:18:06 +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>
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"pair": "GBP_JPY",
|
|
"strategy_id": 5,
|
|
"strategy_name": "S5_Momentum_Exhaustion",
|
|
"total_trades": 641,
|
|
"win_rate_pct": 48.21,
|
|
"avg_rr": 0.81,
|
|
"expectancy_pips": -3.39,
|
|
"sharpe_ratio": -2.56,
|
|
"max_drawdown_pct": -63.9,
|
|
"profit_factor": 0.7,
|
|
"total_pnl_pips": -2174.68,
|
|
"total_pnl_dollars": -62787.49,
|
|
"avg_win_pips": 21.13,
|
|
"avg_loss_pips": 26.21,
|
|
"max_consecutive_wins": 11,
|
|
"max_consecutive_losses": 8,
|
|
"avg_hold_time_minutes": 176.0,
|
|
"best_trade_pips": 73.15,
|
|
"worst_trade_pips": -72.33,
|
|
"best_trade_dollars": 1182.15,
|
|
"worst_trade_dollars": -1002.78,
|
|
"final_equity": 37212.51,
|
|
"starting_equity": 100000.0,
|
|
"session_breakdown": {
|
|
"LONDON": {
|
|
"trades": 434,
|
|
"win_rate": 47.69585253456221,
|
|
"total_pnl_pips": -1511.1811351523
|
|
},
|
|
"OVERLAP": {
|
|
"trades": 207,
|
|
"win_rate": 49.275362318840585,
|
|
"total_pnl_pips": -663.4971824515839
|
|
}
|
|
},
|
|
"exit_reasons": {
|
|
"TP1+SL": 133,
|
|
"SL": 332,
|
|
"TP1+TP2+SL": 117,
|
|
"TP3": 59
|
|
}
|
|
} |