mirror of
https://github.com/BrentNeale1/fx-quant.git
synced 2026-08-17 12:08: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>
42 lines
989 B
JSON
42 lines
989 B
JSON
{
|
|
"pair": "GBP_AUD",
|
|
"strategy_id": 6,
|
|
"strategy_name": "S6_EMA_Bounce_Continuation",
|
|
"total_trades": 14,
|
|
"win_rate_pct": 21.43,
|
|
"avg_rr": 1.63,
|
|
"expectancy_pips": -16.44,
|
|
"sharpe_ratio": -5.48,
|
|
"max_drawdown_pct": -9.37,
|
|
"profit_factor": 0.47,
|
|
"total_pnl_pips": -230.22,
|
|
"total_pnl_dollars": -7919.22,
|
|
"avg_win_pips": 61.22,
|
|
"avg_loss_pips": 37.63,
|
|
"max_consecutive_wins": 1,
|
|
"max_consecutive_losses": 4,
|
|
"avg_hold_time_minutes": 546.4,
|
|
"best_trade_pips": 103.62,
|
|
"worst_trade_pips": -53.34,
|
|
"best_trade_dollars": 3330.69,
|
|
"worst_trade_dollars": -1523.97,
|
|
"final_equity": 92080.78,
|
|
"starting_equity": 100000.0,
|
|
"session_breakdown": {
|
|
"LONDON": {
|
|
"trades": 4,
|
|
"win_rate": 25.0,
|
|
"total_pnl_pips": -97.45552883501229
|
|
},
|
|
"OVERLAP": {
|
|
"trades": 10,
|
|
"win_rate": 20.0,
|
|
"total_pnl_pips": -132.7653380019584
|
|
}
|
|
},
|
|
"exit_reasons": {
|
|
"TP1+TP2+SL": 2,
|
|
"SL": 11,
|
|
"TP1+TP2+TIME": 1
|
|
}
|
|
} |