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
1019 B
JSON
43 lines
1019 B
JSON
{
|
|
"pair": "GBP_USD",
|
|
"strategy_id": 3,
|
|
"strategy_name": "S3_Key_Level_Breakout",
|
|
"total_trades": 179,
|
|
"win_rate_pct": 53.07,
|
|
"avg_rr": 0.92,
|
|
"expectancy_pips": 0.54,
|
|
"sharpe_ratio": 0.14,
|
|
"max_drawdown_pct": -10.22,
|
|
"profit_factor": 1.02,
|
|
"total_pnl_pips": 97.44,
|
|
"total_pnl_dollars": 1666.91,
|
|
"avg_win_pips": 28.22,
|
|
"avg_loss_pips": 30.75,
|
|
"max_consecutive_wins": 7,
|
|
"max_consecutive_losses": 5,
|
|
"avg_hold_time_minutes": 822.2,
|
|
"best_trade_pips": 96.97,
|
|
"worst_trade_pips": -90.23,
|
|
"best_trade_dollars": 2591.07,
|
|
"worst_trade_dollars": -1119.28,
|
|
"final_equity": 101666.91,
|
|
"starting_equity": 100000.0,
|
|
"session_breakdown": {
|
|
"LONDON": {
|
|
"trades": 93,
|
|
"win_rate": 56.98924731182796,
|
|
"total_pnl_pips": 141.50457797695054
|
|
},
|
|
"OVERLAP": {
|
|
"trades": 86,
|
|
"win_rate": 48.837209302325576,
|
|
"total_pnl_pips": -44.06434543031259
|
|
}
|
|
},
|
|
"exit_reasons": {
|
|
"TP1+SL": 38,
|
|
"SL": 84,
|
|
"TP1+TP2+SL": 32,
|
|
"TP3": 25
|
|
}
|
|
} |