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>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"pair": "GBP_JPY",
|
|
"strategy_id": 4,
|
|
"strategy_name": "S4_EMA_Ribbon_Scalp",
|
|
"total_trades": 500,
|
|
"win_rate_pct": 42.4,
|
|
"avg_rr": 1.18,
|
|
"expectancy_pips": -1.9,
|
|
"sharpe_ratio": -1.69,
|
|
"max_drawdown_pct": -47.49,
|
|
"profit_factor": 0.79,
|
|
"total_pnl_pips": -949.03,
|
|
"total_pnl_dollars": -41679.0,
|
|
"avg_win_pips": 29.68,
|
|
"avg_loss_pips": 25.14,
|
|
"max_consecutive_wins": 9,
|
|
"max_consecutive_losses": 10,
|
|
"avg_hold_time_minutes": 298.9,
|
|
"best_trade_pips": 153.57,
|
|
"worst_trade_pips": -102.66,
|
|
"best_trade_dollars": 2100.21,
|
|
"worst_trade_dollars": -1010.43,
|
|
"final_equity": 58321.0,
|
|
"starting_equity": 100000.0,
|
|
"session_breakdown": {
|
|
"LONDON": {
|
|
"trades": 335,
|
|
"win_rate": 40.8955223880597,
|
|
"total_pnl_pips": -865.0529088630541
|
|
},
|
|
"OVERLAP": {
|
|
"trades": 165,
|
|
"win_rate": 45.45454545454545,
|
|
"total_pnl_pips": -83.98119338088975
|
|
}
|
|
},
|
|
"exit_reasons": {
|
|
"SL": 281,
|
|
"TP1+SL": 75,
|
|
"TP1+TP2+SL": 66,
|
|
"TP1+TIME": 4,
|
|
"TP3": 55,
|
|
"TP1+TP2+TIME": 9,
|
|
"TIME": 10
|
|
}
|
|
} |