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>
43 lines
1021 B
JSON
43 lines
1021 B
JSON
{
|
|
"pair": "GBP_USD",
|
|
"strategy_id": 4,
|
|
"strategy_name": "S4_EMA_Ribbon_Scalp",
|
|
"total_trades": 191,
|
|
"win_rate_pct": 53.93,
|
|
"avg_rr": 0.6,
|
|
"expectancy_pips": -2.43,
|
|
"sharpe_ratio": -3.28,
|
|
"max_drawdown_pct": -27.31,
|
|
"profit_factor": 0.64,
|
|
"total_pnl_pips": -463.52,
|
|
"total_pnl_dollars": -26442.71,
|
|
"avg_win_pips": 10.35,
|
|
"avg_loss_pips": 17.38,
|
|
"max_consecutive_wins": 5,
|
|
"max_consecutive_losses": 6,
|
|
"avg_hold_time_minutes": 72.6,
|
|
"best_trade_pips": 50.13,
|
|
"worst_trade_pips": -44.32,
|
|
"best_trade_dollars": 1551.82,
|
|
"worst_trade_dollars": -1000.0,
|
|
"final_equity": 73557.29,
|
|
"starting_equity": 100000.0,
|
|
"session_breakdown": {
|
|
"LONDON": {
|
|
"trades": 117,
|
|
"win_rate": 49.572649572649574,
|
|
"total_pnl_pips": -427.0224013040221
|
|
},
|
|
"OVERLAP": {
|
|
"trades": 74,
|
|
"win_rate": 60.810810810810814,
|
|
"total_pnl_pips": -36.50062640179132
|
|
}
|
|
},
|
|
"exit_reasons": {
|
|
"SL": 88,
|
|
"TP1+SL": 42,
|
|
"TP1+TP2+SL": 41,
|
|
"TP3": 20
|
|
}
|
|
} |