mirror of
https://github.com/BrentNeale1/fx-quant.git
synced 2026-08-16 11:38: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>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"pair": "EUR_AUD",
|
|
"strategy_id": 6,
|
|
"strategy_name": "S6_EMA_Bounce_Continuation",
|
|
"total_trades": 209,
|
|
"win_rate_pct": 59.81,
|
|
"avg_rr": 0.6,
|
|
"expectancy_pips": -1.82,
|
|
"sharpe_ratio": -1.27,
|
|
"max_drawdown_pct": -15.08,
|
|
"profit_factor": 0.84,
|
|
"total_pnl_pips": -380.16,
|
|
"total_pnl_dollars": -12076.19,
|
|
"avg_win_pips": 26.06,
|
|
"avg_loss_pips": 43.3,
|
|
"max_consecutive_wins": 6,
|
|
"max_consecutive_losses": 4,
|
|
"avg_hold_time_minutes": 576.6,
|
|
"best_trade_pips": 80.94,
|
|
"worst_trade_pips": -88.33,
|
|
"best_trade_dollars": 940.57,
|
|
"worst_trade_dollars": -1000.8,
|
|
"final_equity": 87923.81,
|
|
"starting_equity": 100000.0,
|
|
"session_breakdown": {
|
|
"LONDON": {
|
|
"trades": 113,
|
|
"win_rate": 58.4070796460177,
|
|
"total_pnl_pips": -337.2512402356659
|
|
},
|
|
"OVERLAP": {
|
|
"trades": 96,
|
|
"win_rate": 61.458333333333336,
|
|
"total_pnl_pips": -42.90548846242625
|
|
}
|
|
},
|
|
"exit_reasons": {
|
|
"SL": 84,
|
|
"TP1+TP2+SL": 45,
|
|
"TP1+SL": 32,
|
|
"TP3": 41,
|
|
"TP1+TIME": 3,
|
|
"TIME": 3,
|
|
"TP1+TP2+TIME": 1
|
|
}
|
|
} |