mirror of
https://github.com/BrentNeale1/fx-quant.git
synced 2026-08-19 13: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>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"pair": "GBP_USD",
|
|
"strategy_id": 6,
|
|
"strategy_name": "S6_EMA_Bounce_Continuation",
|
|
"total_trades": 231,
|
|
"win_rate_pct": 58.44,
|
|
"avg_rr": 0.6,
|
|
"expectancy_pips": -2.33,
|
|
"sharpe_ratio": -1.38,
|
|
"max_drawdown_pct": -15.44,
|
|
"profit_factor": 0.83,
|
|
"total_pnl_pips": -537.15,
|
|
"total_pnl_dollars": -14066.56,
|
|
"avg_win_pips": 21.52,
|
|
"avg_loss_pips": 35.86,
|
|
"max_consecutive_wins": 8,
|
|
"max_consecutive_losses": 8,
|
|
"avg_hold_time_minutes": 615.3,
|
|
"best_trade_pips": 70.01,
|
|
"worst_trade_pips": -128.84,
|
|
"best_trade_dollars": 1236.8,
|
|
"worst_trade_dollars": -1014.61,
|
|
"final_equity": 85933.44,
|
|
"starting_equity": 100000.0,
|
|
"session_breakdown": {
|
|
"LONDON": {
|
|
"trades": 142,
|
|
"win_rate": 55.633802816901415,
|
|
"total_pnl_pips": -703.7672995443588
|
|
},
|
|
"OVERLAP": {
|
|
"trades": 89,
|
|
"win_rate": 62.92134831460674,
|
|
"total_pnl_pips": 166.62131025516283
|
|
}
|
|
},
|
|
"exit_reasons": {
|
|
"TP1+SL": 41,
|
|
"TP1+TP2+SL": 44,
|
|
"SL": 84,
|
|
"TP3": 34,
|
|
"TP1+TIME": 7,
|
|
"TIME": 17,
|
|
"TP1+TP2+TIME": 4
|
|
}
|
|
} |