mirror of
https://github.com/BrentNeale1/fx-quant.git
synced 2026-08-17 12:08:07 +00:00
Phase 1: Event-driven backtester, 5 strategies, and baseline results
- Built event-driven backtesting engine with spread/slippage modeling, 3-TP partial closes, trailing stops, and rich trade logging (20+ features) - Implemented 5 strategy signal generators (MA Breakout, VWAP Reversal, Key Level Breakout, EMA Ribbon Scalp, Momentum Exhaustion) - Full indicator library (EMA, SMA, RSI, ATR, MACD, ADX, Stochastic, Session VWAP bands, swing points, key levels, RSI divergence) - Data pipeline: Dukascopy download, validation, 70/30 train/test split - Baseline results: all 5 strategies generate 200+ trades on training data (Jan 2021 - Aug 2023), best profit factors 0.82-0.96 on select pairs - Trade logs and reports saved for Phase 3 ML feature engineering Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
5d7f6c60a9
commit
dce54845c2
@@ -0,0 +1,206 @@
|
||||
{
|
||||
"strategy_name": "S1_MA_Breakout_Retest",
|
||||
"strategy_key": "S1",
|
||||
"instrument": "EUR_AUD",
|
||||
"granularity": "M15",
|
||||
"run_time": "2026-02-17T12:51:41.417647+00:00",
|
||||
"data_range": {
|
||||
"start": "2024-01-29 12:00:00+00:00",
|
||||
"end": "2026-02-17 12:00:00+00:00",
|
||||
"bars": 51057
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": 0.0,
|
||||
"max_drawdown_pct": 0.0,
|
||||
"num_trades": 0,
|
||||
"round_trips": 0,
|
||||
"win_rate_pct": 0.0,
|
||||
"sharpe_ratio": 0.0,
|
||||
"final_equity": 100000.0
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-03",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-04",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-05",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-06",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-07",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-08",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-09",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-10",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-11",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-12",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-02",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-03",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-04",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-05",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-06",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-07",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-08",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-09",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-10",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-11",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-12",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2026-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2026-02",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,206 @@
|
||||
{
|
||||
"strategy_name": "S1_MA_Breakout_Retest",
|
||||
"strategy_key": "S1",
|
||||
"instrument": "EUR_CAD",
|
||||
"granularity": "M15",
|
||||
"run_time": "2026-02-17T12:52:56.625832+00:00",
|
||||
"data_range": {
|
||||
"start": "2024-01-29 12:00:00+00:00",
|
||||
"end": "2026-02-17 12:00:00+00:00",
|
||||
"bars": 51062
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": 0.0,
|
||||
"max_drawdown_pct": 0.0,
|
||||
"num_trades": 0,
|
||||
"round_trips": 0,
|
||||
"win_rate_pct": 0.0,
|
||||
"sharpe_ratio": 0.0,
|
||||
"final_equity": 100000.0
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-03",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-04",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-05",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-06",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-07",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-08",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-09",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-10",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-11",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-12",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-02",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-03",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-04",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-05",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-06",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-07",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-08",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-09",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-10",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-11",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-12",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2026-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2026-02",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,206 @@
|
||||
{
|
||||
"strategy_name": "S1_MA_Breakout_Retest",
|
||||
"strategy_key": "S1",
|
||||
"instrument": "EUR_NZD",
|
||||
"granularity": "M15",
|
||||
"run_time": "2026-02-17T12:54:09.090208+00:00",
|
||||
"data_range": {
|
||||
"start": "2024-01-29 12:00:00+00:00",
|
||||
"end": "2026-02-17 12:00:00+00:00",
|
||||
"bars": 51042
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": 0.0,
|
||||
"max_drawdown_pct": 0.0,
|
||||
"num_trades": 0,
|
||||
"round_trips": 0,
|
||||
"win_rate_pct": 0.0,
|
||||
"sharpe_ratio": 0.0,
|
||||
"final_equity": 100000.0
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-03",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-04",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-05",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-06",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-07",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-08",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-09",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-10",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-11",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-12",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-02",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-03",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-04",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-05",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-06",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-07",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-08",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-09",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-10",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-11",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-12",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2026-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2026-02",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,206 @@
|
||||
{
|
||||
"strategy_name": "S1_MA_Breakout_Retest",
|
||||
"strategy_key": "S1",
|
||||
"instrument": "GBP_AUD",
|
||||
"granularity": "M15",
|
||||
"run_time": "2026-02-17T12:50:18.849599+00:00",
|
||||
"data_range": {
|
||||
"start": "2024-01-29 12:15:00+00:00",
|
||||
"end": "2026-02-17 12:15:00+00:00",
|
||||
"bars": 51048
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": 0.0,
|
||||
"max_drawdown_pct": 0.0,
|
||||
"num_trades": 0,
|
||||
"round_trips": 0,
|
||||
"win_rate_pct": 0.0,
|
||||
"sharpe_ratio": 0.0,
|
||||
"final_equity": 100000.0
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-03",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-04",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-05",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-06",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-07",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-08",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-09",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-10",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-11",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-12",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-02",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-03",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-04",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-05",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-06",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-07",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-08",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-09",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-10",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-11",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-12",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2026-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2026-02",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,206 @@
|
||||
{
|
||||
"strategy_name": "S2_Session_VWAP_Reversal",
|
||||
"strategy_key": "S2",
|
||||
"instrument": "EUR_USD",
|
||||
"granularity": "M15",
|
||||
"run_time": "2026-02-17T12:55:51.204160+00:00",
|
||||
"data_range": {
|
||||
"start": "2024-01-29 12:15:00+00:00",
|
||||
"end": "2026-02-17 12:15:00+00:00",
|
||||
"bars": 51062
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": 0.1928,
|
||||
"max_drawdown_pct": 0.0455,
|
||||
"num_trades": 3063,
|
||||
"round_trips": 846,
|
||||
"win_rate_pct": 9.1,
|
||||
"sharpe_ratio": 6.4339,
|
||||
"final_equity": 100192.77
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100002.09,
|
||||
"pnl": 2.09,
|
||||
"pnl_pct": 0.0021
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 100002.09,
|
||||
"end_equity": 100005.57,
|
||||
"pnl": 3.48,
|
||||
"pnl_pct": 0.0035
|
||||
},
|
||||
{
|
||||
"month": "2024-03",
|
||||
"start_equity": 100005.57,
|
||||
"end_equity": 99994.39,
|
||||
"pnl": -11.18,
|
||||
"pnl_pct": -0.0112
|
||||
},
|
||||
{
|
||||
"month": "2024-04",
|
||||
"start_equity": 99994.39,
|
||||
"end_equity": 99987.5,
|
||||
"pnl": -6.89,
|
||||
"pnl_pct": -0.0069
|
||||
},
|
||||
{
|
||||
"month": "2024-05",
|
||||
"start_equity": 99987.5,
|
||||
"end_equity": 100000.76,
|
||||
"pnl": 13.26,
|
||||
"pnl_pct": 0.0133
|
||||
},
|
||||
{
|
||||
"month": "2024-06",
|
||||
"start_equity": 100000.76,
|
||||
"end_equity": 99993.09,
|
||||
"pnl": -7.67,
|
||||
"pnl_pct": -0.0077
|
||||
},
|
||||
{
|
||||
"month": "2024-07",
|
||||
"start_equity": 99993.09,
|
||||
"end_equity": 100007.11,
|
||||
"pnl": 14.02,
|
||||
"pnl_pct": 0.014
|
||||
},
|
||||
{
|
||||
"month": "2024-08",
|
||||
"start_equity": 100007.11,
|
||||
"end_equity": 99999.61,
|
||||
"pnl": -7.5,
|
||||
"pnl_pct": -0.0075
|
||||
},
|
||||
{
|
||||
"month": "2024-09",
|
||||
"start_equity": 99999.61,
|
||||
"end_equity": 99990.63,
|
||||
"pnl": -8.98,
|
||||
"pnl_pct": -0.009
|
||||
},
|
||||
{
|
||||
"month": "2024-10",
|
||||
"start_equity": 99990.63,
|
||||
"end_equity": 100003.35,
|
||||
"pnl": 12.72,
|
||||
"pnl_pct": 0.0127
|
||||
},
|
||||
{
|
||||
"month": "2024-11",
|
||||
"start_equity": 100003.35,
|
||||
"end_equity": 100062.66,
|
||||
"pnl": 59.31,
|
||||
"pnl_pct": 0.0593
|
||||
},
|
||||
{
|
||||
"month": "2024-12",
|
||||
"start_equity": 100062.66,
|
||||
"end_equity": 100098.58,
|
||||
"pnl": 35.93,
|
||||
"pnl_pct": 0.0359
|
||||
},
|
||||
{
|
||||
"month": "2025-01",
|
||||
"start_equity": 100098.58,
|
||||
"end_equity": 100117.45,
|
||||
"pnl": 18.87,
|
||||
"pnl_pct": 0.0188
|
||||
},
|
||||
{
|
||||
"month": "2025-02",
|
||||
"start_equity": 100117.45,
|
||||
"end_equity": 100124.68,
|
||||
"pnl": 7.22,
|
||||
"pnl_pct": 0.0072
|
||||
},
|
||||
{
|
||||
"month": "2025-03",
|
||||
"start_equity": 100124.68,
|
||||
"end_equity": 100138.07,
|
||||
"pnl": 13.39,
|
||||
"pnl_pct": 0.0134
|
||||
},
|
||||
{
|
||||
"month": "2025-04",
|
||||
"start_equity": 100138.07,
|
||||
"end_equity": 100152.47,
|
||||
"pnl": 14.4,
|
||||
"pnl_pct": 0.0144
|
||||
},
|
||||
{
|
||||
"month": "2025-05",
|
||||
"start_equity": 100152.47,
|
||||
"end_equity": 100136.88,
|
||||
"pnl": -15.58,
|
||||
"pnl_pct": -0.0156
|
||||
},
|
||||
{
|
||||
"month": "2025-06",
|
||||
"start_equity": 100136.88,
|
||||
"end_equity": 100136.06,
|
||||
"pnl": -0.82,
|
||||
"pnl_pct": -0.0008
|
||||
},
|
||||
{
|
||||
"month": "2025-07",
|
||||
"start_equity": 100136.06,
|
||||
"end_equity": 100142.36,
|
||||
"pnl": 6.3,
|
||||
"pnl_pct": 0.0063
|
||||
},
|
||||
{
|
||||
"month": "2025-08",
|
||||
"start_equity": 100142.36,
|
||||
"end_equity": 100121.82,
|
||||
"pnl": -20.54,
|
||||
"pnl_pct": -0.0205
|
||||
},
|
||||
{
|
||||
"month": "2025-09",
|
||||
"start_equity": 100121.82,
|
||||
"end_equity": 100141.67,
|
||||
"pnl": 19.85,
|
||||
"pnl_pct": 0.0198
|
||||
},
|
||||
{
|
||||
"month": "2025-10",
|
||||
"start_equity": 100141.67,
|
||||
"end_equity": 100161.8,
|
||||
"pnl": 20.13,
|
||||
"pnl_pct": 0.0201
|
||||
},
|
||||
{
|
||||
"month": "2025-11",
|
||||
"start_equity": 100161.8,
|
||||
"end_equity": 100181.56,
|
||||
"pnl": 19.76,
|
||||
"pnl_pct": 0.0197
|
||||
},
|
||||
{
|
||||
"month": "2025-12",
|
||||
"start_equity": 100181.56,
|
||||
"end_equity": 100201.14,
|
||||
"pnl": 19.58,
|
||||
"pnl_pct": 0.0195
|
||||
},
|
||||
{
|
||||
"month": "2026-01",
|
||||
"start_equity": 100201.14,
|
||||
"end_equity": 100193.09,
|
||||
"pnl": -8.05,
|
||||
"pnl_pct": -0.008
|
||||
},
|
||||
{
|
||||
"month": "2026-02",
|
||||
"start_equity": 100193.09,
|
||||
"end_equity": 100192.77,
|
||||
"pnl": -0.32,
|
||||
"pnl_pct": -0.0003
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,206 @@
|
||||
{
|
||||
"strategy_name": "S2_Session_VWAP_Reversal",
|
||||
"strategy_key": "S2",
|
||||
"instrument": "GBP_JPY",
|
||||
"granularity": "M15",
|
||||
"run_time": "2026-02-17T12:56:40.603542+00:00",
|
||||
"data_range": {
|
||||
"start": "2024-01-29 12:30:00+00:00",
|
||||
"end": "2026-02-17 12:30:00+00:00",
|
||||
"bars": 51057
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": 0.0343,
|
||||
"max_drawdown_pct": 0.1163,
|
||||
"num_trades": 2981,
|
||||
"round_trips": 883,
|
||||
"win_rate_pct": 10.31,
|
||||
"sharpe_ratio": 0.8369,
|
||||
"final_equity": 100034.26
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 99993.72,
|
||||
"pnl": -6.28,
|
||||
"pnl_pct": -0.0063
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 99993.72,
|
||||
"end_equity": 99994.2,
|
||||
"pnl": 0.48,
|
||||
"pnl_pct": 0.0005
|
||||
},
|
||||
{
|
||||
"month": "2024-03",
|
||||
"start_equity": 99994.2,
|
||||
"end_equity": 100012.28,
|
||||
"pnl": 18.08,
|
||||
"pnl_pct": 0.0181
|
||||
},
|
||||
{
|
||||
"month": "2024-04",
|
||||
"start_equity": 100012.28,
|
||||
"end_equity": 99971.09,
|
||||
"pnl": -41.19,
|
||||
"pnl_pct": -0.0412
|
||||
},
|
||||
{
|
||||
"month": "2024-05",
|
||||
"start_equity": 99971.09,
|
||||
"end_equity": 99932.81,
|
||||
"pnl": -38.28,
|
||||
"pnl_pct": -0.0383
|
||||
},
|
||||
{
|
||||
"month": "2024-06",
|
||||
"start_equity": 99932.81,
|
||||
"end_equity": 99942.46,
|
||||
"pnl": 9.65,
|
||||
"pnl_pct": 0.0097
|
||||
},
|
||||
{
|
||||
"month": "2024-07",
|
||||
"start_equity": 99942.46,
|
||||
"end_equity": 99937.71,
|
||||
"pnl": -4.75,
|
||||
"pnl_pct": -0.0048
|
||||
},
|
||||
{
|
||||
"month": "2024-08",
|
||||
"start_equity": 99937.71,
|
||||
"end_equity": 99963.08,
|
||||
"pnl": 25.37,
|
||||
"pnl_pct": 0.0254
|
||||
},
|
||||
{
|
||||
"month": "2024-09",
|
||||
"start_equity": 99963.08,
|
||||
"end_equity": 99988.99,
|
||||
"pnl": 25.91,
|
||||
"pnl_pct": 0.0259
|
||||
},
|
||||
{
|
||||
"month": "2024-10",
|
||||
"start_equity": 99988.99,
|
||||
"end_equity": 100012.61,
|
||||
"pnl": 23.62,
|
||||
"pnl_pct": 0.0236
|
||||
},
|
||||
{
|
||||
"month": "2024-11",
|
||||
"start_equity": 100012.61,
|
||||
"end_equity": 100027.74,
|
||||
"pnl": 15.13,
|
||||
"pnl_pct": 0.0151
|
||||
},
|
||||
{
|
||||
"month": "2024-12",
|
||||
"start_equity": 100027.74,
|
||||
"end_equity": 100026.32,
|
||||
"pnl": -1.42,
|
||||
"pnl_pct": -0.0014
|
||||
},
|
||||
{
|
||||
"month": "2025-01",
|
||||
"start_equity": 100026.32,
|
||||
"end_equity": 100003.21,
|
||||
"pnl": -23.11,
|
||||
"pnl_pct": -0.0231
|
||||
},
|
||||
{
|
||||
"month": "2025-02",
|
||||
"start_equity": 100003.21,
|
||||
"end_equity": 100013.88,
|
||||
"pnl": 10.68,
|
||||
"pnl_pct": 0.0107
|
||||
},
|
||||
{
|
||||
"month": "2025-03",
|
||||
"start_equity": 100013.88,
|
||||
"end_equity": 100000.97,
|
||||
"pnl": -12.91,
|
||||
"pnl_pct": -0.0129
|
||||
},
|
||||
{
|
||||
"month": "2025-04",
|
||||
"start_equity": 100000.97,
|
||||
"end_equity": 99998.26,
|
||||
"pnl": -2.71,
|
||||
"pnl_pct": -0.0027
|
||||
},
|
||||
{
|
||||
"month": "2025-05",
|
||||
"start_equity": 99998.26,
|
||||
"end_equity": 100001.05,
|
||||
"pnl": 2.79,
|
||||
"pnl_pct": 0.0028
|
||||
},
|
||||
{
|
||||
"month": "2025-06",
|
||||
"start_equity": 100001.05,
|
||||
"end_equity": 99969.19,
|
||||
"pnl": -31.87,
|
||||
"pnl_pct": -0.0319
|
||||
},
|
||||
{
|
||||
"month": "2025-07",
|
||||
"start_equity": 99969.19,
|
||||
"end_equity": 99970.78,
|
||||
"pnl": 1.59,
|
||||
"pnl_pct": 0.0016
|
||||
},
|
||||
{
|
||||
"month": "2025-08",
|
||||
"start_equity": 99970.78,
|
||||
"end_equity": 99991.41,
|
||||
"pnl": 20.64,
|
||||
"pnl_pct": 0.0206
|
||||
},
|
||||
{
|
||||
"month": "2025-09",
|
||||
"start_equity": 99991.41,
|
||||
"end_equity": 100009.53,
|
||||
"pnl": 18.12,
|
||||
"pnl_pct": 0.0181
|
||||
},
|
||||
{
|
||||
"month": "2025-10",
|
||||
"start_equity": 100009.53,
|
||||
"end_equity": 100003.5,
|
||||
"pnl": -6.03,
|
||||
"pnl_pct": -0.006
|
||||
},
|
||||
{
|
||||
"month": "2025-11",
|
||||
"start_equity": 100003.5,
|
||||
"end_equity": 100015.67,
|
||||
"pnl": 12.17,
|
||||
"pnl_pct": 0.0122
|
||||
},
|
||||
{
|
||||
"month": "2025-12",
|
||||
"start_equity": 100015.67,
|
||||
"end_equity": 100039.64,
|
||||
"pnl": 23.97,
|
||||
"pnl_pct": 0.024
|
||||
},
|
||||
{
|
||||
"month": "2026-01",
|
||||
"start_equity": 100039.64,
|
||||
"end_equity": 100044.84,
|
||||
"pnl": 5.19,
|
||||
"pnl_pct": 0.0052
|
||||
},
|
||||
{
|
||||
"month": "2026-02",
|
||||
"start_equity": 100044.84,
|
||||
"end_equity": 100034.26,
|
||||
"pnl": -10.57,
|
||||
"pnl_pct": -0.0106
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,206 @@
|
||||
{
|
||||
"strategy_name": "S2_Session_VWAP_Reversal",
|
||||
"strategy_key": "S2",
|
||||
"instrument": "GBP_USD",
|
||||
"granularity": "M15",
|
||||
"run_time": "2026-02-17T12:55:01.661422+00:00",
|
||||
"data_range": {
|
||||
"start": "2024-01-29 12:30:00+00:00",
|
||||
"end": "2026-02-17 12:30:00+00:00",
|
||||
"bars": 51059
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": -0.0175,
|
||||
"max_drawdown_pct": 0.0746,
|
||||
"num_trades": 3032,
|
||||
"round_trips": 895,
|
||||
"win_rate_pct": 9.27,
|
||||
"sharpe_ratio": -0.6121,
|
||||
"final_equity": 99982.45
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100008.36,
|
||||
"pnl": 8.36,
|
||||
"pnl_pct": 0.0084
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 100008.36,
|
||||
"end_equity": 99987.56,
|
||||
"pnl": -20.8,
|
||||
"pnl_pct": -0.0208
|
||||
},
|
||||
{
|
||||
"month": "2024-03",
|
||||
"start_equity": 99987.56,
|
||||
"end_equity": 99974.24,
|
||||
"pnl": -13.32,
|
||||
"pnl_pct": -0.0133
|
||||
},
|
||||
{
|
||||
"month": "2024-04",
|
||||
"start_equity": 99974.24,
|
||||
"end_equity": 99955.18,
|
||||
"pnl": -19.06,
|
||||
"pnl_pct": -0.0191
|
||||
},
|
||||
{
|
||||
"month": "2024-05",
|
||||
"start_equity": 99955.18,
|
||||
"end_equity": 99970.5,
|
||||
"pnl": 15.32,
|
||||
"pnl_pct": 0.0153
|
||||
},
|
||||
{
|
||||
"month": "2024-06",
|
||||
"start_equity": 99970.5,
|
||||
"end_equity": 99963.24,
|
||||
"pnl": -7.26,
|
||||
"pnl_pct": -0.0073
|
||||
},
|
||||
{
|
||||
"month": "2024-07",
|
||||
"start_equity": 99963.24,
|
||||
"end_equity": 99968.74,
|
||||
"pnl": 5.5,
|
||||
"pnl_pct": 0.0055
|
||||
},
|
||||
{
|
||||
"month": "2024-08",
|
||||
"start_equity": 99968.74,
|
||||
"end_equity": 99978.34,
|
||||
"pnl": 9.6,
|
||||
"pnl_pct": 0.0096
|
||||
},
|
||||
{
|
||||
"month": "2024-09",
|
||||
"start_equity": 99978.34,
|
||||
"end_equity": 100004.18,
|
||||
"pnl": 25.84,
|
||||
"pnl_pct": 0.0258
|
||||
},
|
||||
{
|
||||
"month": "2024-10",
|
||||
"start_equity": 100004.18,
|
||||
"end_equity": 99996.73,
|
||||
"pnl": -7.45,
|
||||
"pnl_pct": -0.0074
|
||||
},
|
||||
{
|
||||
"month": "2024-11",
|
||||
"start_equity": 99996.73,
|
||||
"end_equity": 99994.52,
|
||||
"pnl": -2.21,
|
||||
"pnl_pct": -0.0022
|
||||
},
|
||||
{
|
||||
"month": "2024-12",
|
||||
"start_equity": 99994.52,
|
||||
"end_equity": 100021.04,
|
||||
"pnl": 26.52,
|
||||
"pnl_pct": 0.0265
|
||||
},
|
||||
{
|
||||
"month": "2025-01",
|
||||
"start_equity": 100021.04,
|
||||
"end_equity": 99990.66,
|
||||
"pnl": -30.39,
|
||||
"pnl_pct": -0.0304
|
||||
},
|
||||
{
|
||||
"month": "2025-02",
|
||||
"start_equity": 99990.66,
|
||||
"end_equity": 99986.37,
|
||||
"pnl": -4.28,
|
||||
"pnl_pct": -0.0043
|
||||
},
|
||||
{
|
||||
"month": "2025-03",
|
||||
"start_equity": 99986.37,
|
||||
"end_equity": 99993.88,
|
||||
"pnl": 7.5,
|
||||
"pnl_pct": 0.0075
|
||||
},
|
||||
{
|
||||
"month": "2025-04",
|
||||
"start_equity": 99993.88,
|
||||
"end_equity": 99977.31,
|
||||
"pnl": -16.57,
|
||||
"pnl_pct": -0.0166
|
||||
},
|
||||
{
|
||||
"month": "2025-05",
|
||||
"start_equity": 99977.31,
|
||||
"end_equity": 100010.56,
|
||||
"pnl": 33.25,
|
||||
"pnl_pct": 0.0333
|
||||
},
|
||||
{
|
||||
"month": "2025-06",
|
||||
"start_equity": 100010.56,
|
||||
"end_equity": 100012.66,
|
||||
"pnl": 2.1,
|
||||
"pnl_pct": 0.0021
|
||||
},
|
||||
{
|
||||
"month": "2025-07",
|
||||
"start_equity": 100012.66,
|
||||
"end_equity": 100025.54,
|
||||
"pnl": 12.88,
|
||||
"pnl_pct": 0.0129
|
||||
},
|
||||
{
|
||||
"month": "2025-08",
|
||||
"start_equity": 100025.54,
|
||||
"end_equity": 100014.54,
|
||||
"pnl": -11.0,
|
||||
"pnl_pct": -0.011
|
||||
},
|
||||
{
|
||||
"month": "2025-09",
|
||||
"start_equity": 100014.54,
|
||||
"end_equity": 99999.94,
|
||||
"pnl": -14.61,
|
||||
"pnl_pct": -0.0146
|
||||
},
|
||||
{
|
||||
"month": "2025-10",
|
||||
"start_equity": 99999.94,
|
||||
"end_equity": 100014.94,
|
||||
"pnl": 15.0,
|
||||
"pnl_pct": 0.015
|
||||
},
|
||||
{
|
||||
"month": "2025-11",
|
||||
"start_equity": 100014.94,
|
||||
"end_equity": 100016.01,
|
||||
"pnl": 1.07,
|
||||
"pnl_pct": 0.0011
|
||||
},
|
||||
{
|
||||
"month": "2025-12",
|
||||
"start_equity": 100016.01,
|
||||
"end_equity": 100010.9,
|
||||
"pnl": -5.11,
|
||||
"pnl_pct": -0.0051
|
||||
},
|
||||
{
|
||||
"month": "2026-01",
|
||||
"start_equity": 100010.9,
|
||||
"end_equity": 99998.4,
|
||||
"pnl": -12.51,
|
||||
"pnl_pct": -0.0125
|
||||
},
|
||||
{
|
||||
"month": "2026-02",
|
||||
"start_equity": 99998.4,
|
||||
"end_equity": 99982.45,
|
||||
"pnl": -15.94,
|
||||
"pnl_pct": -0.0159
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,206 @@
|
||||
{
|
||||
"strategy_name": "S2_Session_VWAP_Reversal",
|
||||
"strategy_key": "S2",
|
||||
"instrument": "USD_JPY",
|
||||
"granularity": "M15",
|
||||
"run_time": "2026-02-17T12:57:30.047987+00:00",
|
||||
"data_range": {
|
||||
"start": "2024-01-29 12:30:00+00:00",
|
||||
"end": "2026-02-17 12:30:00+00:00",
|
||||
"bars": 51062
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": -0.2017,
|
||||
"max_drawdown_pct": 0.2342,
|
||||
"num_trades": 3171,
|
||||
"round_trips": 1006,
|
||||
"win_rate_pct": 10.04,
|
||||
"sharpe_ratio": -4.8517,
|
||||
"final_equity": 99798.32
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 99996.79,
|
||||
"pnl": -3.21,
|
||||
"pnl_pct": -0.0032
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 99996.79,
|
||||
"end_equity": 99981.79,
|
||||
"pnl": -15.0,
|
||||
"pnl_pct": -0.015
|
||||
},
|
||||
{
|
||||
"month": "2024-03",
|
||||
"start_equity": 99981.79,
|
||||
"end_equity": 99947.07,
|
||||
"pnl": -34.72,
|
||||
"pnl_pct": -0.0347
|
||||
},
|
||||
{
|
||||
"month": "2024-04",
|
||||
"start_equity": 99947.07,
|
||||
"end_equity": 99935.19,
|
||||
"pnl": -11.89,
|
||||
"pnl_pct": -0.0119
|
||||
},
|
||||
{
|
||||
"month": "2024-05",
|
||||
"start_equity": 99935.19,
|
||||
"end_equity": 99912.0,
|
||||
"pnl": -23.19,
|
||||
"pnl_pct": -0.0232
|
||||
},
|
||||
{
|
||||
"month": "2024-06",
|
||||
"start_equity": 99912.0,
|
||||
"end_equity": 99895.29,
|
||||
"pnl": -16.71,
|
||||
"pnl_pct": -0.0167
|
||||
},
|
||||
{
|
||||
"month": "2024-07",
|
||||
"start_equity": 99895.29,
|
||||
"end_equity": 99899.01,
|
||||
"pnl": 3.72,
|
||||
"pnl_pct": 0.0037
|
||||
},
|
||||
{
|
||||
"month": "2024-08",
|
||||
"start_equity": 99899.01,
|
||||
"end_equity": 99854.36,
|
||||
"pnl": -44.65,
|
||||
"pnl_pct": -0.0447
|
||||
},
|
||||
{
|
||||
"month": "2024-09",
|
||||
"start_equity": 99854.36,
|
||||
"end_equity": 99869.61,
|
||||
"pnl": 15.25,
|
||||
"pnl_pct": 0.0153
|
||||
},
|
||||
{
|
||||
"month": "2024-10",
|
||||
"start_equity": 99869.61,
|
||||
"end_equity": 99876.84,
|
||||
"pnl": 7.23,
|
||||
"pnl_pct": 0.0072
|
||||
},
|
||||
{
|
||||
"month": "2024-11",
|
||||
"start_equity": 99876.84,
|
||||
"end_equity": 99849.43,
|
||||
"pnl": -27.41,
|
||||
"pnl_pct": -0.0274
|
||||
},
|
||||
{
|
||||
"month": "2024-12",
|
||||
"start_equity": 99849.43,
|
||||
"end_equity": 99879.13,
|
||||
"pnl": 29.7,
|
||||
"pnl_pct": 0.0297
|
||||
},
|
||||
{
|
||||
"month": "2025-01",
|
||||
"start_equity": 99879.13,
|
||||
"end_equity": 99904.83,
|
||||
"pnl": 25.7,
|
||||
"pnl_pct": 0.0257
|
||||
},
|
||||
{
|
||||
"month": "2025-02",
|
||||
"start_equity": 99904.83,
|
||||
"end_equity": 99878.72,
|
||||
"pnl": -26.11,
|
||||
"pnl_pct": -0.0261
|
||||
},
|
||||
{
|
||||
"month": "2025-03",
|
||||
"start_equity": 99878.72,
|
||||
"end_equity": 99919.62,
|
||||
"pnl": 40.9,
|
||||
"pnl_pct": 0.0409
|
||||
},
|
||||
{
|
||||
"month": "2025-04",
|
||||
"start_equity": 99919.62,
|
||||
"end_equity": 99909.76,
|
||||
"pnl": -9.86,
|
||||
"pnl_pct": -0.0099
|
||||
},
|
||||
{
|
||||
"month": "2025-05",
|
||||
"start_equity": 99909.76,
|
||||
"end_equity": 99913.58,
|
||||
"pnl": 3.83,
|
||||
"pnl_pct": 0.0038
|
||||
},
|
||||
{
|
||||
"month": "2025-06",
|
||||
"start_equity": 99913.58,
|
||||
"end_equity": 99849.23,
|
||||
"pnl": -64.36,
|
||||
"pnl_pct": -0.0644
|
||||
},
|
||||
{
|
||||
"month": "2025-07",
|
||||
"start_equity": 99849.23,
|
||||
"end_equity": 99825.35,
|
||||
"pnl": -23.87,
|
||||
"pnl_pct": -0.0239
|
||||
},
|
||||
{
|
||||
"month": "2025-08",
|
||||
"start_equity": 99825.35,
|
||||
"end_equity": 99835.33,
|
||||
"pnl": 9.97,
|
||||
"pnl_pct": 0.01
|
||||
},
|
||||
{
|
||||
"month": "2025-09",
|
||||
"start_equity": 99835.33,
|
||||
"end_equity": 99808.3,
|
||||
"pnl": -27.03,
|
||||
"pnl_pct": -0.0271
|
||||
},
|
||||
{
|
||||
"month": "2025-10",
|
||||
"start_equity": 99808.3,
|
||||
"end_equity": 99798.13,
|
||||
"pnl": -10.17,
|
||||
"pnl_pct": -0.0102
|
||||
},
|
||||
{
|
||||
"month": "2025-11",
|
||||
"start_equity": 99798.13,
|
||||
"end_equity": 99810.12,
|
||||
"pnl": 11.99,
|
||||
"pnl_pct": 0.012
|
||||
},
|
||||
{
|
||||
"month": "2025-12",
|
||||
"start_equity": 99810.12,
|
||||
"end_equity": 99822.78,
|
||||
"pnl": 12.66,
|
||||
"pnl_pct": 0.0127
|
||||
},
|
||||
{
|
||||
"month": "2026-01",
|
||||
"start_equity": 99822.78,
|
||||
"end_equity": 99810.28,
|
||||
"pnl": -12.49,
|
||||
"pnl_pct": -0.0125
|
||||
},
|
||||
{
|
||||
"month": "2026-02",
|
||||
"start_equity": 99810.28,
|
||||
"end_equity": 99798.32,
|
||||
"pnl": -11.97,
|
||||
"pnl_pct": -0.012
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"strategy_name": "S3_Key_Level_Breakout",
|
||||
"strategy_key": "S3",
|
||||
"instrument": "EUR_GBP",
|
||||
"granularity": "H1",
|
||||
"run_time": "2026-02-17T12:46:22.724657+00:00",
|
||||
"data_range": {
|
||||
"start": "2023-10-22 21:00:00+00:00",
|
||||
"end": "2023-12-19 11:00:00+00:00",
|
||||
"bars": 998
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": 0.0019,
|
||||
"max_drawdown_pct": 0.0065,
|
||||
"num_trades": 22,
|
||||
"round_trips": 6,
|
||||
"win_rate_pct": 0.0,
|
||||
"sharpe_ratio": 2.5599,
|
||||
"final_equity": 100001.89
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2023-10",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 99994.68,
|
||||
"pnl": -5.32,
|
||||
"pnl_pct": -0.0053
|
||||
},
|
||||
{
|
||||
"month": "2023-11",
|
||||
"start_equity": 99994.68,
|
||||
"end_equity": 99995.64,
|
||||
"pnl": 0.96,
|
||||
"pnl_pct": 0.001
|
||||
},
|
||||
{
|
||||
"month": "2023-12",
|
||||
"start_equity": 99995.64,
|
||||
"end_equity": 100001.89,
|
||||
"pnl": 6.25,
|
||||
"pnl_pct": 0.0063
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,227 @@
|
||||
{
|
||||
"strategy_name": "S3_Key_Level_Breakout",
|
||||
"strategy_key": "S3",
|
||||
"instrument": "GBP_JPY",
|
||||
"granularity": "H1",
|
||||
"run_time": "2026-02-17T12:57:49.345603+00:00",
|
||||
"data_range": {
|
||||
"start": "2023-10-22 21:00:00+00:00",
|
||||
"end": "2026-02-17 12:00:00+00:00",
|
||||
"bars": 14413
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": 0.0312,
|
||||
"max_drawdown_pct": 0.0187,
|
||||
"num_trades": 37,
|
||||
"round_trips": 12,
|
||||
"win_rate_pct": 16.67,
|
||||
"sharpe_ratio": 4.8029,
|
||||
"final_equity": 100031.18
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2023-10",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2023-11",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2023-12",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-03",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-04",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-05",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-06",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-07",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100003.41,
|
||||
"pnl": 3.41,
|
||||
"pnl_pct": 0.0034
|
||||
},
|
||||
{
|
||||
"month": "2024-08",
|
||||
"start_equity": 100003.41,
|
||||
"end_equity": 100003.41,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-09",
|
||||
"start_equity": 100003.41,
|
||||
"end_equity": 100003.41,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-10",
|
||||
"start_equity": 100003.41,
|
||||
"end_equity": 100003.41,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-11",
|
||||
"start_equity": 100003.41,
|
||||
"end_equity": 100003.41,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-12",
|
||||
"start_equity": 100003.41,
|
||||
"end_equity": 100003.41,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-01",
|
||||
"start_equity": 100003.41,
|
||||
"end_equity": 100003.41,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-02",
|
||||
"start_equity": 100003.41,
|
||||
"end_equity": 100003.41,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-03",
|
||||
"start_equity": 100003.41,
|
||||
"end_equity": 100003.41,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-04",
|
||||
"start_equity": 100003.41,
|
||||
"end_equity": 100003.41,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-05",
|
||||
"start_equity": 100003.41,
|
||||
"end_equity": 100003.41,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-06",
|
||||
"start_equity": 100003.41,
|
||||
"end_equity": 100003.41,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-07",
|
||||
"start_equity": 100003.41,
|
||||
"end_equity": 100003.41,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-08",
|
||||
"start_equity": 100003.41,
|
||||
"end_equity": 100003.41,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-09",
|
||||
"start_equity": 100003.41,
|
||||
"end_equity": 100003.41,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2025-10",
|
||||
"start_equity": 100003.41,
|
||||
"end_equity": 99999.05,
|
||||
"pnl": -4.35,
|
||||
"pnl_pct": -0.0044
|
||||
},
|
||||
{
|
||||
"month": "2025-11",
|
||||
"start_equity": 99999.05,
|
||||
"end_equity": 100010.15,
|
||||
"pnl": 11.1,
|
||||
"pnl_pct": 0.0111
|
||||
},
|
||||
{
|
||||
"month": "2025-12",
|
||||
"start_equity": 100010.15,
|
||||
"end_equity": 100012.66,
|
||||
"pnl": 2.51,
|
||||
"pnl_pct": 0.0025
|
||||
},
|
||||
{
|
||||
"month": "2026-01",
|
||||
"start_equity": 100012.66,
|
||||
"end_equity": 100022.01,
|
||||
"pnl": 9.35,
|
||||
"pnl_pct": 0.0094
|
||||
},
|
||||
{
|
||||
"month": "2026-02",
|
||||
"start_equity": 100022.01,
|
||||
"end_equity": 100031.18,
|
||||
"pnl": 9.17,
|
||||
"pnl_pct": 0.0092
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"strategy_name": "S3_Key_Level_Breakout",
|
||||
"strategy_key": "S3",
|
||||
"instrument": "GBP_USD",
|
||||
"granularity": "H1",
|
||||
"run_time": "2026-02-17T12:46:20.546660+00:00",
|
||||
"data_range": {
|
||||
"start": "2023-10-22 21:00:00+00:00",
|
||||
"end": "2023-12-19 11:00:00+00:00",
|
||||
"bars": 998
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": -0.0176,
|
||||
"max_drawdown_pct": 0.0359,
|
||||
"num_trades": 22,
|
||||
"round_trips": 9,
|
||||
"win_rate_pct": 11.11,
|
||||
"sharpe_ratio": -15.8874,
|
||||
"final_equity": 99982.38
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2023-10",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100002.25,
|
||||
"pnl": 2.25,
|
||||
"pnl_pct": 0.0023
|
||||
},
|
||||
{
|
||||
"month": "2023-11",
|
||||
"start_equity": 100002.25,
|
||||
"end_equity": 99975.3,
|
||||
"pnl": -26.95,
|
||||
"pnl_pct": -0.027
|
||||
},
|
||||
{
|
||||
"month": "2023-12",
|
||||
"start_equity": 99975.3,
|
||||
"end_equity": 99982.38,
|
||||
"pnl": 7.08,
|
||||
"pnl_pct": 0.0071
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"strategy_name": "S3_Key_Level_Breakout",
|
||||
"strategy_key": "S3",
|
||||
"instrument": "USD_JPY",
|
||||
"granularity": "H1",
|
||||
"run_time": "2026-02-17T12:46:18.341303+00:00",
|
||||
"data_range": {
|
||||
"start": "2023-10-22 21:00:00+00:00",
|
||||
"end": "2023-12-19 11:00:00+00:00",
|
||||
"bars": 998
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": 0.0117,
|
||||
"max_drawdown_pct": 0.008,
|
||||
"num_trades": 18,
|
||||
"round_trips": 6,
|
||||
"win_rate_pct": 16.67,
|
||||
"sharpe_ratio": 12.9054,
|
||||
"final_equity": 100011.67
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2023-10",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 99993.34,
|
||||
"pnl": -6.66,
|
||||
"pnl_pct": -0.0067
|
||||
},
|
||||
{
|
||||
"month": "2023-11",
|
||||
"start_equity": 99993.34,
|
||||
"end_equity": 100019.64,
|
||||
"pnl": 26.31,
|
||||
"pnl_pct": 0.0263
|
||||
},
|
||||
{
|
||||
"month": "2023-12",
|
||||
"start_equity": 100019.64,
|
||||
"end_equity": 100011.67,
|
||||
"pnl": -7.98,
|
||||
"pnl_pct": -0.008
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"strategy_name": "S4_EMA_Ribbon_Scalp",
|
||||
"strategy_key": "S4",
|
||||
"instrument": "EUR_AUD",
|
||||
"granularity": "M15",
|
||||
"run_time": "2026-02-17T12:46:26.588074+00:00",
|
||||
"data_range": {
|
||||
"start": "2024-01-29 12:00:00+00:00",
|
||||
"end": "2024-02-12 21:15:00+00:00",
|
||||
"bars": 998
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": 0.0,
|
||||
"max_drawdown_pct": 0.0,
|
||||
"num_trades": 0,
|
||||
"round_trips": 0,
|
||||
"win_rate_pct": 0.0,
|
||||
"sharpe_ratio": 0.0,
|
||||
"final_equity": 100000.0
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"strategy_name": "S4_EMA_Ribbon_Scalp",
|
||||
"strategy_key": "S4",
|
||||
"instrument": "EUR_GBP",
|
||||
"granularity": "M15",
|
||||
"run_time": "2026-02-17T12:46:28.268251+00:00",
|
||||
"data_range": {
|
||||
"start": "2024-01-29 12:00:00+00:00",
|
||||
"end": "2024-02-12 21:15:00+00:00",
|
||||
"bars": 998
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": 0.0,
|
||||
"max_drawdown_pct": 0.0,
|
||||
"num_trades": 0,
|
||||
"round_trips": 0,
|
||||
"win_rate_pct": 0.0,
|
||||
"sharpe_ratio": 0.0,
|
||||
"final_equity": 100000.0
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"strategy_name": "S4_EMA_Ribbon_Scalp",
|
||||
"strategy_key": "S4",
|
||||
"instrument": "GBP_AUD",
|
||||
"granularity": "M15",
|
||||
"run_time": "2026-02-17T12:46:24.555721+00:00",
|
||||
"data_range": {
|
||||
"start": "2024-01-29 12:15:00+00:00",
|
||||
"end": "2024-02-12 21:45:00+00:00",
|
||||
"bars": 998
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": 0.0,
|
||||
"max_drawdown_pct": 0.0,
|
||||
"num_trades": 0,
|
||||
"round_trips": 0,
|
||||
"win_rate_pct": 0.0,
|
||||
"sharpe_ratio": 0.0,
|
||||
"final_equity": 100000.0
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.0,
|
||||
"pnl": 0.0,
|
||||
"pnl_pct": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"strategy_name": "S5_Momentum_Exhaustion",
|
||||
"strategy_key": "S5",
|
||||
"instrument": "EUR_AUD",
|
||||
"granularity": "M15",
|
||||
"run_time": "2026-02-17T12:46:32.915864+00:00",
|
||||
"data_range": {
|
||||
"start": "2024-01-29 12:00:00+00:00",
|
||||
"end": "2024-02-12 21:15:00+00:00",
|
||||
"bars": 998
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": -0.0116,
|
||||
"max_drawdown_pct": 0.0165,
|
||||
"num_trades": 59,
|
||||
"round_trips": 18,
|
||||
"win_rate_pct": 0.0,
|
||||
"sharpe_ratio": -23.6539,
|
||||
"final_equity": 99988.45
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100002.83,
|
||||
"pnl": 2.83,
|
||||
"pnl_pct": 0.0028
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 100002.83,
|
||||
"end_equity": 99988.45,
|
||||
"pnl": -14.38,
|
||||
"pnl_pct": -0.0144
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"strategy_name": "S5_Momentum_Exhaustion",
|
||||
"strategy_key": "S5",
|
||||
"instrument": "EUR_CAD",
|
||||
"granularity": "M15",
|
||||
"run_time": "2026-02-17T12:46:40.004700+00:00",
|
||||
"data_range": {
|
||||
"start": "2024-01-29 12:00:00+00:00",
|
||||
"end": "2024-02-12 21:15:00+00:00",
|
||||
"bars": 998
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": 0.0076,
|
||||
"max_drawdown_pct": 0.0013,
|
||||
"num_trades": 25,
|
||||
"round_trips": 2,
|
||||
"win_rate_pct": 0.0,
|
||||
"sharpe_ratio": 33.759,
|
||||
"final_equity": 100007.62
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100002.34,
|
||||
"pnl": 2.34,
|
||||
"pnl_pct": 0.0023
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 100002.34,
|
||||
"end_equity": 100007.62,
|
||||
"pnl": 5.28,
|
||||
"pnl_pct": 0.0053
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"strategy_name": "S5_Momentum_Exhaustion",
|
||||
"strategy_key": "S5",
|
||||
"instrument": "EUR_GBP",
|
||||
"granularity": "M15",
|
||||
"run_time": "2026-02-17T12:46:35.266765+00:00",
|
||||
"data_range": {
|
||||
"start": "2024-01-29 12:00:00+00:00",
|
||||
"end": "2024-02-12 21:15:00+00:00",
|
||||
"bars": 998
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": -0.0009,
|
||||
"max_drawdown_pct": 0.0028,
|
||||
"num_trades": 16,
|
||||
"round_trips": 4,
|
||||
"win_rate_pct": 0.0,
|
||||
"sharpe_ratio": -3.7675,
|
||||
"final_equity": 99999.15
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.18,
|
||||
"pnl": 0.18,
|
||||
"pnl_pct": 0.0002
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 100000.18,
|
||||
"end_equity": 99999.15,
|
||||
"pnl": -1.03,
|
||||
"pnl_pct": -0.001
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"strategy_name": "S5_Momentum_Exhaustion",
|
||||
"strategy_key": "S5",
|
||||
"instrument": "GBP_AUD",
|
||||
"granularity": "M15",
|
||||
"run_time": "2026-02-17T12:46:30.534909+00:00",
|
||||
"data_range": {
|
||||
"start": "2024-01-29 12:15:00+00:00",
|
||||
"end": "2024-02-12 21:45:00+00:00",
|
||||
"bars": 998
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": 0.008,
|
||||
"max_drawdown_pct": 0.0034,
|
||||
"num_trades": 47,
|
||||
"round_trips": 8,
|
||||
"win_rate_pct": 0.0,
|
||||
"sharpe_ratio": 19.0639,
|
||||
"final_equity": 100007.96
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100004.43,
|
||||
"pnl": 4.43,
|
||||
"pnl_pct": 0.0044
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 100004.43,
|
||||
"end_equity": 100007.96,
|
||||
"pnl": 3.52,
|
||||
"pnl_pct": 0.0035
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"strategy_name": "S5_Momentum_Exhaustion",
|
||||
"strategy_key": "S5",
|
||||
"instrument": "GBP_CAD",
|
||||
"granularity": "M15",
|
||||
"run_time": "2026-02-17T12:46:37.516933+00:00",
|
||||
"data_range": {
|
||||
"start": "2024-01-29 12:15:00+00:00",
|
||||
"end": "2024-02-12 21:30:00+00:00",
|
||||
"bars": 998
|
||||
},
|
||||
"metrics": {
|
||||
"starting_equity": 100000.0,
|
||||
"total_return_pct": 0.0024,
|
||||
"max_drawdown_pct": 0.0025,
|
||||
"num_trades": 26,
|
||||
"round_trips": 6,
|
||||
"win_rate_pct": 0.0,
|
||||
"sharpe_ratio": 10.7444,
|
||||
"final_equity": 100002.44
|
||||
},
|
||||
"monthly_pnl": [
|
||||
{
|
||||
"month": "2024-01",
|
||||
"start_equity": 100000.0,
|
||||
"end_equity": 100000.13,
|
||||
"pnl": 0.13,
|
||||
"pnl_pct": 0.0001
|
||||
},
|
||||
{
|
||||
"month": "2024-02",
|
||||
"start_equity": 100000.13,
|
||||
"end_equity": 100002.44,
|
||||
"pnl": 2.31,
|
||||
"pnl_pct": 0.0023
|
||||
}
|
||||
]
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,23 @@
|
||||
time,strategy,instrument,granularity,side,price,position_size,equity,drawdown,pnl
|
||||
2023-10-24 08:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,SELL_SHORT,0.86843,2000.0,100000.0,0.0,0.0
|
||||
2023-10-24 10:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,SL_EXIT_SHORT,0.8697024206349205,0.0,99997.07,0.0,-2.93
|
||||
2023-10-30 14:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,SELL_SHORT,0.87351,1499.96,99997.07,0.0,0.0
|
||||
2023-10-31 09:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,SL_EXIT_SHORT,0.8748990476190476,0.0,99994.68,0.0,-2.39
|
||||
2023-11-03 14:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,SELL_SHORT,0.86858,1999.89,99994.68,0.0,0.0
|
||||
2023-11-07 15:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,TIME_EXIT,0.86882,0.0,99994.13,0.0,-0.55
|
||||
2023-11-13 01:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,SELL_SHORT,0.87343,1499.91,99994.13,0.0,0.0
|
||||
2023-11-15 01:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,TIME_EXIT,0.87082,0.0,99998.61,0.0,4.48
|
||||
2023-11-15 18:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,SELL_SHORT,0.87356,1499.98,99998.61,0.0,0.0
|
||||
2023-11-16 07:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,SL_EXIT_SHORT,0.8751208333333332,0.0,99995.93,0.0,-2.68
|
||||
2023-11-16 16:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,SELL_SHORT,0.87355,1499.94,99995.93,0.0,0.0
|
||||
2023-11-17 07:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,SL_EXIT_SHORT,0.8749611904761905,0.0,99993.51,0.0,-2.42
|
||||
2023-11-21 08:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,SELL_SHORT,0.87354,1999.87,99993.51,0.0,0.0
|
||||
2023-11-23 08:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,TIME_EXIT,0.8722,0.0,99996.58,0.0,3.07
|
||||
2023-11-24 10:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,SELL_SHORT,0.86836,1499.95,99996.58,0.0,0.0
|
||||
2023-11-28 10:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,TIME_EXIT,0.86678,0.0,99999.31,0.0,2.73
|
||||
2023-11-30 07:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,SELL_SHORT,0.86276,1999.99,99999.31,0.0,0.0
|
||||
2023-11-30 13:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,SL_EXIT_SHORT,0.8643420238095237,0.0,99995.64,0.0,-3.67
|
||||
2023-11-30 15:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,SELL_SHORT,0.86202,1999.91,99995.64,0.0,0.0
|
||||
2023-12-04 15:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,TIME_EXIT,0.85761,0.0,100005.87,0.0,10.23
|
||||
2023-12-18 16:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,BUY,0.86446,1500.09,100005.87,0.0,0.0
|
||||
2023-12-19 09:00:00+00:00,S3_Key_Level_Breakout,EUR_GBP,H1,SL_EXIT_LONG,0.8621659523809523,0.0,100001.89,0.0,-3.98
|
||||
|
@@ -0,0 +1,38 @@
|
||||
time,strategy,instrument,granularity,side,price,position_size,equity,drawdown,pnl
|
||||
2024-07-01 11:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,BUY,204.236,1500.0,100000.0,0.0,0.0
|
||||
2024-07-03 11:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,TIME_EXIT,205.743,0.0,100011.07,0.0,11.07
|
||||
2024-07-10 14:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,BUY,207.41,2000.22,100011.07,0.0,0.0
|
||||
2024-07-11 12:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SL_EXIT_LONG,207.10205952380954,0.0,100008.1,0.0,-2.97
|
||||
2024-07-17 10:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,BUY,204.284,1500.12,100008.1,0.0,0.0
|
||||
2024-07-17 13:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SL_EXIT_LONG,203.64526190476192,0.0,100003.41,0.0,-4.69
|
||||
2025-10-08 00:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,BUY,204.33,1500.05,100003.41,0.0,0.0
|
||||
2025-10-09 13:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SL_EXIT_LONG,203.73686904761908,0.0,99999.05,0.0,-4.35
|
||||
2025-11-17 15:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,BUY,204.51,1999.98,99999.05,0.0,0.0
|
||||
2025-11-18 04:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SL_EXIT_LONG,203.82751190476193,0.0,99992.38,0.0,-6.67
|
||||
2025-11-18 14:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,BUY,204.256,1499.89,99992.38,0.0,0.0
|
||||
2025-11-20 14:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,TIME_EXIT,206.676,0.0,100010.15,0.0,17.77
|
||||
2025-12-08 14:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,BUY,207.659,2000.2,100010.15,0.0,0.0
|
||||
2025-12-10 14:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,TIME_EXIT,208.617,0.0,100019.38,0.0,9.23
|
||||
2025-12-15 05:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SELL_SHORT,207.19,1500.29,100019.38,0.0,0.0
|
||||
2025-12-15 15:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SL_EXIT_SHORT,207.76752380952382,0.0,100015.2,0.0,-4.18
|
||||
2025-12-16 00:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SELL_SHORT,207.246,1500.23,100015.2,0.0,0.0
|
||||
2025-12-16 09:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SL_EXIT_SHORT,207.7274523809524,0.0,100011.71,0.0,-3.49
|
||||
2025-12-17 07:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SELL_SHORT,207.173,1500.18,100011.71,0.0,0.0
|
||||
2025-12-17 14:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SL_EXIT_SHORT,207.8089880952381,0.0,100007.1,0.0,-4.61
|
||||
2025-12-19 09:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,BUY,210.362,1500.11,100007.1,0.0,0.0
|
||||
2025-12-22 12:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,TP1_LONG,211.57649999999998,450.03,100013.17,0.0,6.06
|
||||
2025-12-22 12:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,TP2_LONG,211.41585714285713,0.0,100015.42,0.0,2.25
|
||||
2025-12-23 04:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SL_EXIT_LONG,210.362,0.0,100015.42,0.0,0.0
|
||||
2025-12-24 14:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SELL_SHORT,210.14,1500.23,100015.42,0.0,0.0
|
||||
2025-12-24 17:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SL_EXIT_SHORT,210.52700000000004,0.0,100012.66,0.0,-2.76
|
||||
2026-01-06 11:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SELL_SHORT,211.534,1500.19,100012.66,0.0,0.0
|
||||
2026-01-08 11:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,TIME_EXIT,210.756,0.0,100018.18,0.0,5.52
|
||||
2026-01-16 20:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SELL_SHORT,211.522,1500.27,100018.18,0.0,0.0
|
||||
2026-01-19 08:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SL_EXIT_SHORT,211.90060714285713,0.0,100015.49,0.0,-2.69
|
||||
2026-01-29 10:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SELL_SHORT,211.484,1500.23,100015.49,0.0,0.0
|
||||
2026-01-29 15:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,TP1_SHORT,210.17075000000003,450.07,100022.01,0.0,6.52
|
||||
2026-01-29 21:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SL_EXIT_SHORT,211.484,0.0,100022.01,0.0,0.0
|
||||
2026-02-02 06:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SELL_SHORT,211.42,1500.33,100022.01,0.0,0.0
|
||||
2026-02-02 08:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SL_EXIT_SHORT,212.16064285714285,0.0,100016.76,0.0,-5.26
|
||||
2026-02-11 00:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,SELL_SHORT,210.116,1500.25,100016.76,0.0,0.0
|
||||
2026-02-13 00:00:00+00:00,S3_Key_Level_Breakout,GBP_JPY,H1,TIME_EXIT,208.096,0.0,100031.18,0.0,14.42
|
||||
|
@@ -0,0 +1,23 @@
|
||||
time,strategy,instrument,granularity,side,price,position_size,equity,drawdown,pnl
|
||||
2023-10-26 12:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,BUY,1.21248,1500.0,100000.0,0.0,0.0
|
||||
2023-10-30 12:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,TIME_EXIT,1.2143,0.0,100002.25,0.0,2.25
|
||||
2023-11-20 09:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,BUY,1.251,2000.05,100002.25,0.0,0.0
|
||||
2023-11-20 10:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,SL_EXIT_LONG,1.2481873809523807,0.0,99997.75,0.0,-4.5
|
||||
2023-11-20 10:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,SELL_SHORT,1.24716,1499.97,99997.75,0.0,0.0
|
||||
2023-11-21 02:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,SL_EXIT_SHORT,1.2526595238095237,0.0,99991.14,0.0,-6.61
|
||||
2023-11-22 14:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,SELL_SHORT,1.24838,1999.82,99991.14,0.0,0.0
|
||||
2023-11-23 08:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,SL_EXIT_SHORT,1.2530763095238093,0.0,99983.62,0.0,-7.52
|
||||
2023-11-27 08:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,SELL_SHORT,1.26083,1499.75,99983.62,0.0,0.0
|
||||
2023-11-27 11:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,SL_EXIT_SHORT,1.2631164285714287,0.0,99980.9,0.0,-2.72
|
||||
2023-11-27 15:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,SELL_SHORT,1.26056,1499.71,99980.9,0.0,0.0
|
||||
2023-11-28 00:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,SL_EXIT_SHORT,1.263622142857143,0.0,99977.25,0.0,-3.64
|
||||
2023-11-28 07:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,SELL_SHORT,1.26119,1499.66,99977.25,0.0,0.0
|
||||
2023-11-28 09:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,SL_EXIT_SHORT,1.2628346428571429,0.0,99975.3,0.0,-1.96
|
||||
2023-12-04 15:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,SELL_SHORT,1.26104,1999.51,99975.3,0.0,0.0
|
||||
2023-12-05 00:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,SL_EXIT_SHORT,1.2642467857142858,0.0,99970.21,0.0,-5.08
|
||||
2023-12-05 08:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,BUY,1.26282,1499.55,99970.21,0.0,0.0
|
||||
2023-12-05 16:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,SL_EXIT_LONG,1.2595764285714286,0.0,99966.36,0.0,-3.85
|
||||
2023-12-13 19:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,BUY,1.2627,1999.33,99966.36,0.0,0.0
|
||||
2023-12-14 14:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,TP1_LONG,1.27341,599.8,99978.23,0.0,11.87
|
||||
2023-12-14 14:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,TP2_LONG,1.271427857142857,0.0,99982.38,0.0,4.15
|
||||
2023-12-15 19:00:00+00:00,S3_Key_Level_Breakout,GBP_USD,H1,TIME_EXIT,1.269,0.0,99982.38,0.0,0.0
|
||||
|
@@ -0,0 +1,19 @@
|
||||
time,strategy,instrument,granularity,side,price,position_size,equity,drawdown,pnl
|
||||
2023-10-25 01:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,SELL_SHORT,149.861,1500.0,100000.0,0.0,0.0
|
||||
2023-10-25 17:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,SL_EXIT_SHORT,149.99057142857143,0.0,99998.7,0.0,-1.3
|
||||
2023-10-27 13:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,SELL_SHORT,149.706,1999.97,99998.7,0.0,0.0
|
||||
2023-10-31 03:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,SL_EXIT_SHORT,150.1077857142857,0.0,99993.34,0.0,-5.37
|
||||
2023-11-17 08:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,SELL_SHORT,149.787,1499.9,99993.34,0.0,0.0
|
||||
2023-11-20 09:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,TP1_SHORT,148.50266666666667,449.97,100002.34,0.0,9.0
|
||||
2023-11-21 04:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,TP2_SHORT,147.3275,0.0,100009.73,0.0,7.39
|
||||
2023-11-22 05:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,BUY,148.755,1500.15,100009.73,0.0,0.0
|
||||
2023-11-24 05:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,TIME_EXIT,149.256,0.0,100014.78,0.0,5.05
|
||||
2023-11-27 23:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,SELL_SHORT,148.418,1500.22,100014.78,0.0,0.0
|
||||
2023-11-28 08:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,SL_EXIT_SHORT,148.80620238095239,0.0,100010.85,0.0,-3.92
|
||||
2023-11-28 13:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,SELL_SHORT,148.364,1500.16,100010.85,0.0,0.0
|
||||
2023-11-28 17:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,TP1_SHORT,147.3275,450.05,100018.19,0.0,7.34
|
||||
2023-11-30 13:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,TIME_EXIT,147.886,0.0,100019.64,0.0,1.45
|
||||
2023-12-04 18:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,BUY,147.393,1500.29,100019.64,0.0,0.0
|
||||
2023-12-05 06:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,SL_EXIT_LONG,146.89142857142855,0.0,100014.54,0.0,-5.11
|
||||
2023-12-06 10:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,BUY,147.358,1500.22,100014.54,0.0,0.0
|
||||
2023-12-06 13:00:00+00:00,S3_Key_Level_Breakout,USD_JPY,H1,SL_EXIT_LONG,147.0760357142857,0.0,100011.67,0.0,-2.87
|
||||
|
@@ -0,0 +1,60 @@
|
||||
time,strategy,instrument,granularity,side,price,position_size,equity,drawdown,pnl
|
||||
2024-01-30 11:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SELL_SHORT,1.64444,1500.0,100000.0,0.0,0.0
|
||||
2024-01-30 13:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_SHORT,1.6463857142857141,0.0,99998.23,0.0,-1.77
|
||||
2024-01-30 13:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SELL_SHORT,1.64588,1499.97,99998.23,0.0,0.0
|
||||
2024-01-30 15:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_SHORT,1.6475964285714286,0.0,99996.66,0.0,-1.56
|
||||
2024-01-30 15:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SELL_SHORT,1.64753,1499.95,99996.66,0.0,0.0
|
||||
2024-01-30 19:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,TP1_SHORT,1.64201884356933,899.97,99998.67,0.0,2.01
|
||||
2024-01-30 19:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,TP2_SHORT,1.6447914285714285,299.99,99999.67,0.0,1.0
|
||||
2024-01-30 19:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,TP3_SHORT,1.6427375,0.0,100000.54,0.0,0.87
|
||||
2024-01-31 01:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SELL_SHORT,1.64754,1500.01,100000.54,0.0,0.0
|
||||
2024-01-31 01:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_SHORT,1.6489789285714287,0.0,99999.23,0.0,-1.31
|
||||
2024-01-31 02:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SELL_SHORT,1.64978,1499.99,99999.23,0.0,0.0
|
||||
2024-01-31 08:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,TP1_SHORT,1.64420366164255,899.99,100001.26,0.0,2.03
|
||||
2024-01-31 08:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,TP2_SHORT,1.6474685714285713,300.0,100002.1,0.0,0.84
|
||||
2024-01-31 08:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,TP3_SHORT,1.645735,0.0,100002.83,0.0,0.74
|
||||
2024-02-01 04:45:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SELL_SHORT,1.64921,1500.04,100002.83,0.0,0.0
|
||||
2024-02-01 05:15:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_SHORT,1.6512135714285714,0.0,100001.01,0.0,-1.82
|
||||
2024-02-01 05:15:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SELL_SHORT,1.65162,1500.02,100001.01,0.0,0.0
|
||||
2024-02-01 07:45:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_SHORT,1.6536557142857142,0.0,99999.16,0.0,-1.85
|
||||
2024-02-01 07:45:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SELL_SHORT,1.65213,1499.99,99999.16,0.0,0.0
|
||||
2024-02-01 08:15:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_SHORT,1.6541207142857144,0.0,99997.35,0.0,-1.81
|
||||
2024-02-01 08:15:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SELL_SHORT,1.65318,1499.96,99997.35,0.0,0.0
|
||||
2024-02-01 09:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_SHORT,1.6551460714285715,0.0,99995.57,0.0,-1.78
|
||||
2024-02-01 10:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SELL_SHORT,1.6579,1499.93,99995.57,0.0,0.0
|
||||
2024-02-01 13:15:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_SHORT,1.66039,0.0,99993.32,0.0,-2.25
|
||||
2024-02-02 13:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,BUY,1.64717,1499.9,99993.32,0.0,0.0
|
||||
2024-02-02 13:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,TP1_LONG,1.64949727823565,899.94,99994.16,0.0,0.85
|
||||
2024-02-02 13:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,TP2_LONG,1.648977142857143,299.98,99994.82,0.0,0.66
|
||||
2024-02-02 13:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,TP3_LONG,1.6503325,0.0,99995.4,0.0,0.58
|
||||
2024-02-02 15:15:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SELL_SHORT,1.65708,1499.93,99995.4,0.0,0.0
|
||||
2024-02-04 23:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_SHORT,1.6596192857142857,0.0,99993.1,0.0,-2.3
|
||||
2024-02-06 04:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,BUY,1.6501,1499.9,99993.1,0.0,0.0
|
||||
2024-02-06 20:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,TIME_EXIT,1.64894,0.0,99992.05,0.0,-1.05
|
||||
2024-02-06 22:15:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,BUY,1.64886,1499.88,99992.05,0.0,0.0
|
||||
2024-02-06 23:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_LONG,1.6479364285714286,0.0,99991.21,0.0,-0.84
|
||||
2024-02-06 23:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,BUY,1.64806,1499.87,99991.21,0.0,0.0
|
||||
2024-02-07 00:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_LONG,1.6472039285714286,0.0,99990.43,0.0,-0.78
|
||||
2024-02-07 00:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,BUY,1.64772,1499.86,99990.43,0.0,0.0
|
||||
2024-02-07 01:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_LONG,1.6466817857142857,0.0,99989.48,0.0,-0.95
|
||||
2024-02-08 05:45:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SELL_SHORT,1.65354,1499.84,99989.48,0.0,0.0
|
||||
2024-02-08 06:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_SHORT,1.654502142857143,0.0,99988.61,0.0,-0.87
|
||||
2024-02-08 06:15:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SELL_SHORT,1.65432,1499.83,99988.61,0.0,0.0
|
||||
2024-02-08 08:45:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_SHORT,1.6553517857142857,0.0,99987.67,0.0,-0.94
|
||||
2024-02-08 14:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SELL_SHORT,1.65906,1499.82,99987.67,0.0,0.0
|
||||
2024-02-08 16:45:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_SHORT,1.6605332142857143,0.0,99986.34,0.0,-1.33
|
||||
2024-02-08 16:45:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SELL_SHORT,1.66024,1999.73,99986.34,0.0,0.0
|
||||
2024-02-09 07:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,TP1_SHORT,1.6564791946374,1199.84,99988.15,0.0,1.81
|
||||
2024-02-09 07:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,TP2_SHORT,1.6580071428571428,399.95,99989.23,0.0,1.08
|
||||
2024-02-09 07:15:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,TRAIL_SL_SHORT,1.6568335714285714,0.0,99990.05,0.0,0.82
|
||||
2024-02-09 12:15:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,BUY,1.6536,1499.85,99990.05,0.0,0.0
|
||||
2024-02-09 13:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_LONG,1.6522778571428571,0.0,99988.85,0.0,-1.2
|
||||
2024-02-09 13:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,BUY,1.65303,1499.83,99988.85,0.0,0.0
|
||||
2024-02-12 03:15:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,TP1_LONG,1.65571835931301,899.9,99989.83,0.0,0.98
|
||||
2024-02-12 03:15:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,TP2_LONG,1.6549757142857142,299.97,99990.53,0.0,0.71
|
||||
2024-02-12 03:30:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,TRAIL_SL_LONG,1.655797857142857,0.0,99991.03,0.0,0.5
|
||||
2024-02-12 11:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,BUY,1.6514,1499.87,99991.03,0.0,0.0
|
||||
2024-02-12 12:45:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_LONG,1.649852857142857,0.0,99989.63,0.0,-1.41
|
||||
2024-02-12 15:15:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,BUY,1.64943,1499.84,99989.63,0.0,0.0
|
||||
2024-02-12 16:45:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,SL_EXIT_LONG,1.6481314285714286,0.0,99988.45,0.0,-1.18
|
||||
2024-02-12 17:00:00+00:00,S5_Momentum_Exhaustion,EUR_AUD,M15,BUY,1.6483,1499.83,99988.45,0.0,0.0
|
||||
|
@@ -0,0 +1,26 @@
|
||||
time,strategy,instrument,granularity,side,price,position_size,equity,drawdown,pnl
|
||||
2024-01-30 05:30:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,BUY,1.45093,1500.0,100000.0,0.0,0.0
|
||||
2024-01-30 06:45:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,SL_EXIT_LONG,1.450350357142857,0.0,99999.4,0.0,-0.6
|
||||
2024-01-30 07:15:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,BUY,1.45016,1499.99,99999.4,0.0,0.0
|
||||
2024-01-30 10:30:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,TP1_LONG,1.45215332890413,899.99,100000.23,0.0,0.82
|
||||
2024-01-30 10:30:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,TP2_LONG,1.4510757142857142,300.0,100000.6,0.0,0.38
|
||||
2024-01-30 10:30:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,TP3_LONG,1.4517624999999998,0.0,100000.94,0.0,0.33
|
||||
2024-01-30 13:00:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,SELL_SHORT,1.45641,1500.01,100000.94,0.0,0.0
|
||||
2024-01-30 18:00:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,TP1_SHORT,1.45320875151639,900.01,100002.25,0.0,1.32
|
||||
2024-01-30 18:00:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,TP2_SHORT,1.45461,300.0,100003.0,0.0,0.74
|
||||
2024-01-30 18:00:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,TP3_SHORT,1.45326,0.0,100003.65,0.0,0.65
|
||||
2024-01-31 12:30:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,SELL_SHORT,1.45605,1500.05,100003.65,0.0,0.0
|
||||
2024-01-31 14:45:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,SL_EXIT_SHORT,1.4573164285714286,0.0,100002.34,0.0,-1.3
|
||||
2024-02-05 20:45:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,SELL_SHORT,1.45456,1500.04,100002.34,0.0,0.0
|
||||
2024-02-06 03:45:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,TP1_SHORT,1.45277725230381,900.02,100003.08,0.0,0.74
|
||||
2024-02-06 03:45:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,TP2_SHORT,1.4533142857142858,300.01,100003.59,0.0,0.51
|
||||
2024-02-06 04:30:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,TRAIL_SL_SHORT,1.452865,0.0,100003.94,0.0,0.35
|
||||
2024-02-06 17:45:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,BUY,1.45003,1500.06,100003.94,0.0,0.0
|
||||
2024-02-07 07:45:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,TP1_LONG,1.4523581365203,900.04,100004.9,0.0,0.96
|
||||
2024-02-07 07:45:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,TP2_LONG,1.45196,300.01,100005.7,0.0,0.8
|
||||
2024-02-07 08:00:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,TRAIL_SL_LONG,1.45207,0.0,100006.12,0.0,0.42
|
||||
2024-02-08 14:00:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,BUY,1.44873,1500.09,100006.12,0.0,0.0
|
||||
2024-02-08 14:45:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,TP1_LONG,1.45047619184842,900.06,100006.85,0.0,0.72
|
||||
2024-02-08 14:45:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,TP2_LONG,1.45027,300.02,100007.48,0.0,0.64
|
||||
2024-02-08 15:00:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,TRAIL_SL_LONG,1.4493964285714285,0.0,100007.62,0.0,0.14
|
||||
2024-02-12 15:45:00+00:00,S5_Momentum_Exhaustion,EUR_CAD,M15,BUY,1.44805,1500.11,100007.62,0.0,0.0
|
||||
|
@@ -0,0 +1,17 @@
|
||||
time,strategy,instrument,granularity,side,price,position_size,equity,drawdown,pnl
|
||||
2024-01-30 11:30:00+00:00,S5_Momentum_Exhaustion,EUR_GBP,M15,SELL_SHORT,0.8555,1500.0,100000.0,0.0,0.0
|
||||
2024-01-30 13:00:00+00:00,S5_Momentum_Exhaustion,EUR_GBP,M15,SL_EXIT_SHORT,0.8561964285714286,0.0,99998.78,0.0,-1.22
|
||||
2024-01-30 13:00:00+00:00,S5_Momentum_Exhaustion,EUR_GBP,M15,SELL_SHORT,0.85587,1999.98,99998.78,0.0,0.0
|
||||
2024-01-30 15:00:00+00:00,S5_Momentum_Exhaustion,EUR_GBP,M15,SL_EXIT_SHORT,0.8565428571428572,0.0,99997.21,0.0,-1.57
|
||||
2024-01-30 15:15:00+00:00,S5_Momentum_Exhaustion,EUR_GBP,M15,SELL_SHORT,0.85638,1499.96,99997.21,0.0,0.0
|
||||
2024-01-30 18:45:00+00:00,S5_Momentum_Exhaustion,EUR_GBP,M15,TP1_SHORT,0.854254919002561,899.97,99998.7,0.0,1.49
|
||||
2024-01-30 18:45:00+00:00,S5_Momentum_Exhaustion,EUR_GBP,M15,TP2_SHORT,0.8552528571428571,299.99,99999.49,0.0,0.79
|
||||
2024-01-30 18:45:00+00:00,S5_Momentum_Exhaustion,EUR_GBP,M15,TP3_SHORT,0.8544075000000001,0.0,100000.18,0.0,0.69
|
||||
2024-02-05 02:30:00+00:00,S5_Momentum_Exhaustion,EUR_GBP,M15,SELL_SHORT,0.85522,1500.0,100000.18,0.0,0.0
|
||||
2024-02-05 07:15:00+00:00,S5_Momentum_Exhaustion,EUR_GBP,M15,TP1_SHORT,0.854116705954906,900.0,100000.95,0.0,0.77
|
||||
2024-02-05 07:15:00+00:00,S5_Momentum_Exhaustion,EUR_GBP,M15,TP2_SHORT,0.8546285714285714,300.0,100001.37,0.0,0.41
|
||||
2024-02-05 07:15:00+00:00,S5_Momentum_Exhaustion,EUR_GBP,M15,TP3_SHORT,0.854185,0.0,100001.73,0.0,0.36
|
||||
2024-02-05 13:00:00+00:00,S5_Momentum_Exhaustion,EUR_GBP,M15,SELL_SHORT,0.85584,1500.03,100001.73,0.0,0.0
|
||||
2024-02-05 15:45:00+00:00,S5_Momentum_Exhaustion,EUR_GBP,M15,SL_EXIT_SHORT,0.856665,0.0,100000.28,0.0,-1.45
|
||||
2024-02-06 17:30:00+00:00,S5_Momentum_Exhaustion,EUR_GBP,M15,BUY,0.85351,1500.0,100000.28,0.0,0.0
|
||||
2024-02-07 08:00:00+00:00,S5_Momentum_Exhaustion,EUR_GBP,M15,SL_EXIT_LONG,0.852865,0.0,99999.15,0.0,-1.13
|
||||
|
@@ -0,0 +1,48 @@
|
||||
time,strategy,instrument,granularity,side,price,position_size,equity,drawdown,pnl
|
||||
2024-01-30 07:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,BUY,1.9191,1500.0,100000.0,0.0,0.0
|
||||
2024-01-30 08:15:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP1_LONG,1.92172779240403,900.0,100000.82,0.0,0.82
|
||||
2024-01-30 08:15:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP2_LONG,1.9213157142857142,300.0,100001.51,0.0,0.69
|
||||
2024-01-30 08:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TRAIL_SL_LONG,1.9211992857142859,0.0,100001.84,0.0,0.33
|
||||
2024-01-31 01:45:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,SELL_SHORT,1.9296,1500.03,100001.84,0.0,0.0
|
||||
2024-01-31 02:00:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,SL_EXIT_SHORT,1.93146,0.0,100000.4,0.0,-1.45
|
||||
2024-01-31 02:00:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,SELL_SHORT,1.93262,1500.01,100000.4,0.0,0.0
|
||||
2024-01-31 09:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP1_SHORT,1.9247026318134,900.0,100002.85,0.0,2.46
|
||||
2024-01-31 09:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP2_SHORT,1.92991,300.0,100003.7,0.0,0.84
|
||||
2024-01-31 09:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP3_SHORT,1.9278775,0.0,100004.43,0.0,0.74
|
||||
2024-02-01 05:15:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,SELL_SHORT,1.93756,1500.07,100004.43,0.0,0.0
|
||||
2024-02-01 08:15:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,SL_EXIT_SHORT,1.9397392857142857,0.0,100002.74,0.0,-1.69
|
||||
2024-02-01 08:15:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,SELL_SHORT,1.93944,1500.04,100002.74,0.0,0.0
|
||||
2024-02-01 12:00:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,SL_EXIT_SHORT,1.9416728571428572,0.0,100001.02,0.0,-1.73
|
||||
2024-02-02 12:00:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,BUY,1.93104,1500.02,100001.02,0.0,0.0
|
||||
2024-02-02 13:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP1_LONG,1.93364256556061,900.01,100001.83,0.0,0.81
|
||||
2024-02-02 13:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP2_LONG,1.93328,300.0,100002.52,0.0,0.7
|
||||
2024-02-02 13:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP3_LONG,1.9349600000000002,0.0,100003.13,0.0,0.61
|
||||
2024-02-06 04:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,BUY,1.9267,1500.05,100003.13,0.0,0.0
|
||||
2024-02-06 11:00:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP1_LONG,1.93282216145225,900.03,100005.04,0.0,1.91
|
||||
2024-02-06 11:00:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP2_LONG,1.9300742857142859,300.01,100006.09,0.0,1.05
|
||||
2024-02-06 11:00:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP3_LONG,1.9326050000000001,0.0,100007.01,0.0,0.92
|
||||
2024-02-07 02:00:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,BUY,1.92876,1500.11,100007.01,0.0,0.0
|
||||
2024-02-07 05:15:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP1_LONG,1.93103031205897,900.06,100007.71,0.0,0.71
|
||||
2024-02-07 05:15:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP2_LONG,1.9305842857142856,300.02,100008.28,0.0,0.57
|
||||
2024-02-07 05:45:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TRAIL_SL_LONG,1.9302907142857144,0.0,100008.52,0.0,0.24
|
||||
2024-02-07 08:00:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,SELL_SHORT,1.93486,1500.13,100008.52,0.0,0.0
|
||||
2024-02-07 10:15:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,SL_EXIT_SHORT,1.9364210714285714,0.0,100007.31,0.0,-1.21
|
||||
2024-02-07 10:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,SELL_SHORT,1.93626,1500.11,100007.31,0.0,0.0
|
||||
2024-02-08 02:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TIME_EXIT,1.93472,0.0,100008.5,0.0,1.19
|
||||
2024-02-08 08:00:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,SELL_SHORT,1.93876,1500.13,100008.5,0.0,0.0
|
||||
2024-02-08 09:15:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,SL_EXIT_SHORT,1.9402932142857143,0.0,100007.32,0.0,-1.19
|
||||
2024-02-09 11:00:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,BUY,1.93636,1500.11,100007.32,0.0,0.0
|
||||
2024-02-09 13:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,SL_EXIT_LONG,1.9345782142857144,0.0,100005.94,0.0,-1.38
|
||||
2024-02-09 13:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,BUY,1.93488,1500.09,100005.94,0.0,0.0
|
||||
2024-02-09 15:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP1_LONG,1.93907799267602,900.05,100007.24,0.0,1.3
|
||||
2024-02-09 15:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP2_LONG,1.9368657142857142,300.02,100007.85,0.0,0.62
|
||||
2024-02-09 15:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP3_LONG,1.9383549999999998,0.0,100008.39,0.0,0.54
|
||||
2024-02-09 20:15:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,BUY,1.93642,1500.13,100008.39,0.0,0.0
|
||||
2024-02-09 21:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,SL_EXIT_LONG,1.9355082142857143,0.0,100007.69,0.0,-0.71
|
||||
2024-02-09 21:30:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,BUY,1.93558,1500.12,100007.69,0.0,0.0
|
||||
2024-02-11 23:00:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP1_LONG,1.93755770741981,900.07,100008.3,0.0,0.61
|
||||
2024-02-11 23:00:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP2_LONG,1.9368128571428571,300.02,100008.68,0.0,0.38
|
||||
2024-02-11 23:00:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,TP3_LONG,1.9377375000000001,0.0,100009.02,0.0,0.33
|
||||
2024-02-12 11:45:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,BUY,1.9341,1500.14,100009.02,0.0,0.0
|
||||
2024-02-12 12:45:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,SL_EXIT_LONG,1.9327339285714285,0.0,100007.96,0.0,-1.06
|
||||
2024-02-12 17:15:00+00:00,S5_Momentum_Exhaustion,GBP_AUD,M15,BUY,1.9321,1500.12,100007.96,0.0,0.0
|
||||
|
@@ -0,0 +1,27 @@
|
||||
time,strategy,instrument,granularity,side,price,position_size,equity,drawdown,pnl
|
||||
2024-01-30 07:45:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,BUY,1.70214,1500.0,100000.0,0.0,0.0
|
||||
2024-01-30 08:00:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,SL_EXIT_LONG,1.7013214285714287,0.0,99999.28,0.0,-0.72
|
||||
2024-01-30 08:00:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,BUY,1.70135,1499.99,99999.28,0.0,0.0
|
||||
2024-01-30 08:15:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,SL_EXIT_LONG,1.7003857142857142,0.0,99998.43,0.0,-0.85
|
||||
2024-01-30 08:15:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,BUY,1.70174,1499.98,99998.43,0.0,0.0
|
||||
2024-01-30 09:00:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,SL_EXIT_LONG,1.7006750000000002,0.0,99997.49,0.0,-0.94
|
||||
2024-01-30 09:00:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,BUY,1.69928,1499.96,99997.49,0.0,0.0
|
||||
2024-01-30 13:45:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,TP1_LONG,1.70331863725739,899.98,99998.92,0.0,1.43
|
||||
2024-01-30 13:45:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,TP2_LONG,1.7011142857142856,299.99,99999.56,0.0,0.65
|
||||
2024-01-30 13:45:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,TP3_LONG,1.7024899999999998,0.0,100000.13,0.0,0.57
|
||||
2024-02-01 19:30:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,SELL_SHORT,1.7066,1500.0,100000.13,0.0,0.0
|
||||
2024-02-02 11:30:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,TIME_EXIT,1.70661,0.0,100000.12,0.0,-0.01
|
||||
2024-02-02 16:45:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,BUY,1.69922,1500.0,100000.12,0.0,0.0
|
||||
2024-02-05 08:45:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,TIME_EXIT,1.70097,0.0,100001.67,0.0,1.54
|
||||
2024-02-05 12:45:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,BUY,1.69472,1500.02,100001.67,0.0,0.0
|
||||
2024-02-06 04:45:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,TIME_EXIT,1.69645,0.0,100003.2,0.0,1.53
|
||||
2024-02-07 07:30:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,SELL_SHORT,1.70121,1500.05,100003.2,0.0,0.0
|
||||
2024-02-07 07:45:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,SL_EXIT_SHORT,1.7019610714285716,0.0,100002.54,0.0,-0.66
|
||||
2024-02-07 08:00:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,SELL_SHORT,1.70226,1500.04,100002.54,0.0,0.0
|
||||
2024-02-07 11:00:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,SL_EXIT_SHORT,1.7032114285714286,0.0,100001.7,0.0,-0.84
|
||||
2024-02-08 13:45:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,BUY,1.69671,1500.03,100001.7,0.0,0.0
|
||||
2024-02-08 14:45:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,TP1_LONG,1.69922005394069,900.02,100002.58,0.0,0.89
|
||||
2024-02-08 14:45:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,TP2_LONG,1.6988614285714285,300.01,100003.35,0.0,0.76
|
||||
2024-02-08 15:00:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,TRAIL_SL_LONG,1.6975371428571429,0.0,100003.49,0.0,0.15
|
||||
2024-02-09 12:30:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,BUY,1.69562,1500.05,100003.49,0.0,0.0
|
||||
2024-02-09 13:30:00+00:00,S5_Momentum_Exhaustion,GBP_CAD,M15,SL_EXIT_LONG,1.694435,0.0,100002.44,0.0,-1.05
|
||||
|
Reference in New Issue
Block a user