Hierarchical ML Pipeline for trading predictions:
- Level 0: Attention Models (volatility/flow classification)
- Level 1: Base Models (XGBoost per symbol/timeframe)
- Level 2: Metamodels (XGBoost Stacking + Neural Gating)
Key components:
- src/pipelines/hierarchical_pipeline.py - Main prediction pipeline
- src/models/ - All ML model classes
- src/training/ - Training utilities
- src/api/ - FastAPI endpoints
- scripts/ - Training and evaluation scripts
- config/ - YAML configurations
Note: Trained models (*.joblib, *.pt) are gitignored.
Regenerate with training scripts.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
21136 lines
551 KiB
JSON
21136 lines
551 KiB
JSON
{
|
|
"config": {
|
|
"symbol": "XAUUSD",
|
|
"timeframe": "15m",
|
|
"horizon": "scalping",
|
|
"tp_factor": 0.5,
|
|
"sl_factor": 3.0,
|
|
"min_range_pct": 0.0001,
|
|
"direction_bias": 1.2,
|
|
"signal_every_n": 8
|
|
},
|
|
"metrics": {
|
|
"total_trades": 1508,
|
|
"win_rate": 0.8249336870026526,
|
|
"n_wins": "1244",
|
|
"n_losses": "260",
|
|
"n_timeouts": "4",
|
|
"total_pnl": -4333.3008445680525,
|
|
"final_capital": 5666.699155431947,
|
|
"max_drawdown": 0.47739773294822074
|
|
},
|
|
"trades": [
|
|
{
|
|
"bar": 8,
|
|
"time": "2025-01-01 19:15:00",
|
|
"direction": "long",
|
|
"entry": 2631.59,
|
|
"tp": 2632.378652323386,
|
|
"sl": 2626.2264045265383,
|
|
"exit": 2632.378652323386,
|
|
"result": "tp",
|
|
"pnl": 14.703799480929174,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 16,
|
|
"time": "2025-01-01 19:55:00",
|
|
"direction": "short",
|
|
"entry": 2632.72,
|
|
"tp": 2632.026857142857,
|
|
"sl": 2636.8788571428568,
|
|
"exit": 2632.026857142857,
|
|
"result": "tp",
|
|
"pnl": 16.69117299913582,
|
|
"bars_held": 9,
|
|
"pred_high": 0.0005265602549020507,
|
|
"pred_low": 0.0005265602549020507
|
|
},
|
|
{
|
|
"bar": 32,
|
|
"time": "2025-01-01 21:15:00",
|
|
"direction": "short",
|
|
"entry": 2633.26,
|
|
"tp": 2632.7345714285716,
|
|
"sl": 2636.412571428572,
|
|
"exit": 2632.7345714285716,
|
|
"result": "tp",
|
|
"pnl": 16.71899162080093,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00039907078786644213,
|
|
"pred_low": 0.00039907078786644213
|
|
},
|
|
{
|
|
"bar": 48,
|
|
"time": "2025-01-01 22:35:00",
|
|
"direction": "short",
|
|
"entry": 2632.13,
|
|
"tp": 2631.7548571428574,
|
|
"sl": 2634.380857142857,
|
|
"exit": 2631.7548571428574,
|
|
"result": "tp",
|
|
"pnl": 16.746856606827816,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0002850488821926328,
|
|
"pred_low": 0.0002850488821926328
|
|
},
|
|
{
|
|
"bar": 64,
|
|
"time": "2025-01-01 23:55:00",
|
|
"direction": "short",
|
|
"entry": 2633.91,
|
|
"tp": 2633.4902857142856,
|
|
"sl": 2636.4282857142853,
|
|
"exit": 2633.4902857142856,
|
|
"result": "tp",
|
|
"pnl": 16.7747680345123,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00031870055219369555,
|
|
"pred_low": 0.00031870055219369555
|
|
},
|
|
{
|
|
"bar": 72,
|
|
"time": "2025-01-02 00:35:00",
|
|
"direction": "long",
|
|
"entry": 2633.92,
|
|
"tp": 2634.3417142857143,
|
|
"sl": 2631.3897142857145,
|
|
"exit": 2634.3417142857143,
|
|
"result": "tp",
|
|
"pnl": 16.80272598123442,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003202179912178448,
|
|
"pred_low": 0.0003202179912178448
|
|
},
|
|
{
|
|
"bar": 80,
|
|
"time": "2025-01-02 01:15:00",
|
|
"direction": "long",
|
|
"entry": 2634.68,
|
|
"tp": 2635.0722857142855,
|
|
"sl": 2632.3262857142854,
|
|
"exit": 2635.0722857142855,
|
|
"result": "tp",
|
|
"pnl": 16.830730524536836,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002977862315618708,
|
|
"pred_low": 0.0002977862315618708
|
|
},
|
|
{
|
|
"bar": 88,
|
|
"time": "2025-01-02 01:55:00",
|
|
"direction": "long",
|
|
"entry": 2635.78,
|
|
"tp": 2636.183142857143,
|
|
"sl": 2633.361142857143,
|
|
"exit": 2636.183142857143,
|
|
"result": "tp",
|
|
"pnl": 16.858781742082133,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003059002322977538,
|
|
"pred_low": 0.0003059002322977538
|
|
},
|
|
{
|
|
"bar": 96,
|
|
"time": "2025-01-02 02:35:00",
|
|
"direction": "short",
|
|
"entry": 2634.04,
|
|
"tp": 2633.486,
|
|
"sl": 2637.364,
|
|
"exit": 2637.364,
|
|
"result": "sl",
|
|
"pnl": -101.32127826989624,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004206466112891493,
|
|
"pred_low": 0.0004206466112891493
|
|
},
|
|
{
|
|
"bar": 104,
|
|
"time": "2025-01-02 03:15:00",
|
|
"direction": "long",
|
|
"entry": 2638.13,
|
|
"tp": 2638.8160000000003,
|
|
"sl": 2634.014,
|
|
"exit": 2638.8160000000003,
|
|
"result": "tp",
|
|
"pnl": 16.718010914536773,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005200653493194189,
|
|
"pred_low": 0.0005200653493194189
|
|
},
|
|
{
|
|
"bar": 112,
|
|
"time": "2025-01-02 03:55:00",
|
|
"direction": "short",
|
|
"entry": 2636.0,
|
|
"tp": 2635.5131428571426,
|
|
"sl": 2638.921142857143,
|
|
"exit": 2635.5131428571426,
|
|
"result": "tp",
|
|
"pnl": 16.74587426606543,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00036939085194018803,
|
|
"pred_low": 0.00036939085194018803
|
|
},
|
|
{
|
|
"bar": 120,
|
|
"time": "2025-01-02 04:35:00",
|
|
"direction": "long",
|
|
"entry": 2644.01,
|
|
"tp": 2644.914285714286,
|
|
"sl": 2638.584285714286,
|
|
"exit": 2644.914285714286,
|
|
"result": "tp",
|
|
"pnl": 16.773784056503445,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006840259411164987,
|
|
"pred_low": 0.0006840259411164987
|
|
},
|
|
{
|
|
"bar": 136,
|
|
"time": "2025-01-02 05:55:00",
|
|
"direction": "long",
|
|
"entry": 2641.87,
|
|
"tp": 2642.389142857143,
|
|
"sl": 2638.755142857143,
|
|
"exit": 2642.389142857143,
|
|
"result": "tp",
|
|
"pnl": 16.801740363264642,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00039301166003084657,
|
|
"pred_low": 0.00039301166003084657
|
|
},
|
|
{
|
|
"bar": 144,
|
|
"time": "2025-01-02 06:35:00",
|
|
"direction": "long",
|
|
"entry": 2644.3,
|
|
"tp": 2644.764857142857,
|
|
"sl": 2641.5108571428573,
|
|
"exit": 2644.764857142857,
|
|
"result": "tp",
|
|
"pnl": 16.829743263862387,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003515918336475758,
|
|
"pred_low": 0.0003515918336475758
|
|
},
|
|
{
|
|
"bar": 152,
|
|
"time": "2025-01-02 07:15:00",
|
|
"direction": "short",
|
|
"entry": 2637.66,
|
|
"tp": 2636.967142857143,
|
|
"sl": 2641.8171428571427,
|
|
"exit": 2636.967142857143,
|
|
"result": "tp",
|
|
"pnl": 16.857792835972415,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005253574326161294,
|
|
"pred_low": 0.0005253574326161294
|
|
},
|
|
{
|
|
"bar": 160,
|
|
"time": "2025-01-02 07:55:00",
|
|
"direction": "long",
|
|
"entry": 2643.1,
|
|
"tp": 2644.130857142857,
|
|
"sl": 2636.9148571428573,
|
|
"exit": 2644.130857142857,
|
|
"result": "tp",
|
|
"pnl": 16.885889157369196,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007800364290848935,
|
|
"pred_low": 0.0007800364290848935
|
|
},
|
|
{
|
|
"bar": 168,
|
|
"time": "2025-01-02 08:35:00",
|
|
"direction": "long",
|
|
"entry": 2648.8,
|
|
"tp": 2649.8377142857144,
|
|
"sl": 2642.5737142857142,
|
|
"exit": 2649.8377142857144,
|
|
"result": "tp",
|
|
"pnl": 16.914032305960777,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0007835354014756141,
|
|
"pred_low": 0.0007835354014756141
|
|
},
|
|
{
|
|
"bar": 184,
|
|
"time": "2025-01-02 09:55:00",
|
|
"direction": "long",
|
|
"entry": 2653.58,
|
|
"tp": 2654.4911428571427,
|
|
"sl": 2648.113142857143,
|
|
"exit": 2654.4911428571427,
|
|
"result": "tp",
|
|
"pnl": 16.942222359804227,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0006867272568702309,
|
|
"pred_low": 0.0006867272568702309
|
|
},
|
|
{
|
|
"bar": 192,
|
|
"time": "2025-01-02 10:35:00",
|
|
"direction": "long",
|
|
"entry": 2657.84,
|
|
"tp": 2658.8128571428574,
|
|
"sl": 2652.0028571428575,
|
|
"exit": 2658.8128571428574,
|
|
"result": "tp",
|
|
"pnl": 16.97045939707523,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0007320659955882288,
|
|
"pred_low": 0.0007320659955882288
|
|
},
|
|
{
|
|
"bar": 200,
|
|
"time": "2025-01-02 11:15:00",
|
|
"direction": "short",
|
|
"entry": 2658.0,
|
|
"tp": 2657.2637142857143,
|
|
"sl": 2662.4177142857143,
|
|
"exit": 2657.2637142857143,
|
|
"result": "tp",
|
|
"pnl": 16.998743496068233,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005540148339245205,
|
|
"pred_low": 0.0005540148339245205
|
|
},
|
|
{
|
|
"bar": 208,
|
|
"time": "2025-01-02 11:55:00",
|
|
"direction": "long",
|
|
"entry": 2656.54,
|
|
"tp": 2657.2105714285713,
|
|
"sl": 2652.5165714285713,
|
|
"exit": 2657.2105714285713,
|
|
"result": "tp",
|
|
"pnl": 17.027074735224772,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000504845723061885,
|
|
"pred_low": 0.000504845723061885
|
|
},
|
|
{
|
|
"bar": 216,
|
|
"time": "2025-01-02 12:35:00",
|
|
"direction": "short",
|
|
"entry": 2655.61,
|
|
"tp": 2654.9965714285718,
|
|
"sl": 2659.2905714285716,
|
|
"exit": 2654.9965714285718,
|
|
"result": "tp",
|
|
"pnl": 17.055453193113642,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004619869419294089,
|
|
"pred_low": 0.0004619869419294089
|
|
},
|
|
{
|
|
"bar": 224,
|
|
"time": "2025-01-02 13:15:00",
|
|
"direction": "short",
|
|
"entry": 2654.49,
|
|
"tp": 2654.0122857142856,
|
|
"sl": 2657.3562857142856,
|
|
"exit": 2657.3562857142856,
|
|
"result": "sl",
|
|
"pnl": -102.50327369065216,
|
|
"bars_held": 13,
|
|
"pred_high": 0.0003599292411832729,
|
|
"pred_low": 0.0003599292411832729
|
|
},
|
|
{
|
|
"bar": 232,
|
|
"time": "2025-01-02 13:55:00",
|
|
"direction": "short",
|
|
"entry": 2654.76,
|
|
"tp": 2654.3825714285717,
|
|
"sl": 2657.0245714285716,
|
|
"exit": 2654.3825714285717,
|
|
"result": "tp",
|
|
"pnl": 16.913040158953148,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002843410111863765,
|
|
"pred_low": 0.0002843410111863765
|
|
},
|
|
{
|
|
"bar": 240,
|
|
"time": "2025-01-02 14:35:00",
|
|
"direction": "long",
|
|
"entry": 2659.24,
|
|
"tp": 2659.660571428571,
|
|
"sl": 2656.7165714285716,
|
|
"exit": 2659.660571428571,
|
|
"result": "tp",
|
|
"pnl": 16.941228559217958,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00031630949336757636,
|
|
"pred_low": 0.00031630949336757636
|
|
},
|
|
{
|
|
"bar": 248,
|
|
"time": "2025-01-02 15:15:00",
|
|
"direction": "short",
|
|
"entry": 2658.29,
|
|
"tp": 2657.916,
|
|
"sl": 2660.5339999999997,
|
|
"exit": 2657.916,
|
|
"result": "tp",
|
|
"pnl": 16.969463940145914,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00028138389716695933,
|
|
"pred_low": 0.00028138389716695933
|
|
},
|
|
{
|
|
"bar": 264,
|
|
"time": "2025-01-02 17:30:00",
|
|
"direction": "long",
|
|
"entry": 2658.89,
|
|
"tp": 2659.2471428571425,
|
|
"sl": 2656.7471428571425,
|
|
"exit": 2659.2471428571425,
|
|
"result": "tp",
|
|
"pnl": 16.997746380044514,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00026864056590748033,
|
|
"pred_low": 0.00026864056590748033
|
|
},
|
|
{
|
|
"bar": 272,
|
|
"time": "2025-01-02 18:10:00",
|
|
"direction": "long",
|
|
"entry": 2660.69,
|
|
"tp": 2661.070857142857,
|
|
"sl": 2658.4048571428575,
|
|
"exit": 2658.4048571428575,
|
|
"result": "sl",
|
|
"pnl": -102.15645574411707,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00028628449226112605,
|
|
"pred_low": 0.00028628449226112605
|
|
},
|
|
{
|
|
"bar": 280,
|
|
"time": "2025-01-02 18:50:00",
|
|
"direction": "long",
|
|
"entry": 2660.69,
|
|
"tp": 2661.1202857142857,
|
|
"sl": 2658.108285714286,
|
|
"exit": 2661.1202857142857,
|
|
"result": "tp",
|
|
"pnl": 16.855815197779936,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00032343919380739566,
|
|
"pred_low": 0.00032343919380739566
|
|
},
|
|
{
|
|
"bar": 288,
|
|
"time": "2025-01-02 19:30:00",
|
|
"direction": "short",
|
|
"entry": 2658.77,
|
|
"tp": 2658.31,
|
|
"sl": 2661.5299999999997,
|
|
"exit": 2658.31,
|
|
"result": "tp",
|
|
"pnl": 16.88390822311202,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00034602466554083084,
|
|
"pred_low": 0.00034602466554083084
|
|
},
|
|
{
|
|
"bar": 296,
|
|
"time": "2025-01-02 20:10:00",
|
|
"direction": "long",
|
|
"entry": 2659.15,
|
|
"tp": 2659.76,
|
|
"sl": 2655.4900000000002,
|
|
"exit": 2659.76,
|
|
"result": "tp",
|
|
"pnl": 16.91204807015307,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004587932233984427,
|
|
"pred_low": 0.0004587932233984427
|
|
},
|
|
{
|
|
"bar": 304,
|
|
"time": "2025-01-02 20:50:00",
|
|
"direction": "long",
|
|
"entry": 2661.62,
|
|
"tp": 2662.3834285714283,
|
|
"sl": 2657.0394285714287,
|
|
"exit": 2662.3834285714283,
|
|
"result": "tp",
|
|
"pnl": 16.940234816930968,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005736570745850473,
|
|
"pred_low": 0.0005736570745850473
|
|
},
|
|
{
|
|
"bar": 312,
|
|
"time": "2025-01-02 21:30:00",
|
|
"direction": "long",
|
|
"entry": 2663.34,
|
|
"tp": 2663.942,
|
|
"sl": 2659.728,
|
|
"exit": 2663.942,
|
|
"result": "tp",
|
|
"pnl": 16.968468541623558,
|
|
"bars_held": 10,
|
|
"pred_high": 0.00045206394977735073,
|
|
"pred_low": 0.00045206394977735073
|
|
},
|
|
{
|
|
"bar": 320,
|
|
"time": "2025-01-02 22:10:00",
|
|
"direction": "short",
|
|
"entry": 2662.61,
|
|
"tp": 2662.1877142857143,
|
|
"sl": 2665.1437142857144,
|
|
"exit": 2662.1877142857143,
|
|
"result": "tp",
|
|
"pnl": 16.99674932253656,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0003171968213788028,
|
|
"pred_low": 0.0003171968213788028
|
|
},
|
|
{
|
|
"bar": 328,
|
|
"time": "2025-01-02 22:50:00",
|
|
"direction": "short",
|
|
"entry": 2662.36,
|
|
"tp": 2661.9894285714286,
|
|
"sl": 2664.5834285714286,
|
|
"exit": 2661.9894285714286,
|
|
"result": "tp",
|
|
"pnl": 17.025077238076207,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00027837815214425084,
|
|
"pred_low": 0.00027837815214425084
|
|
},
|
|
{
|
|
"bar": 336,
|
|
"time": "2025-01-02 23:30:00",
|
|
"direction": "short",
|
|
"entry": 2659.73,
|
|
"tp": 2659.3917142857144,
|
|
"sl": 2661.7597142857144,
|
|
"exit": 2659.3917142857144,
|
|
"result": "tp",
|
|
"pnl": 17.053452366790772,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002543759812354776,
|
|
"pred_low": 0.0002543759812354776
|
|
},
|
|
{
|
|
"bar": 344,
|
|
"time": "2025-01-03 00:10:00",
|
|
"direction": "long",
|
|
"entry": 2658.49,
|
|
"tp": 2658.9422857142854,
|
|
"sl": 2655.7762857142857,
|
|
"exit": 2658.9422857142854,
|
|
"result": "tp",
|
|
"pnl": 17.081874787405372,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00034025760058206895,
|
|
"pred_low": 0.00034025760058206895
|
|
},
|
|
{
|
|
"bar": 352,
|
|
"time": "2025-01-03 00:50:00",
|
|
"direction": "long",
|
|
"entry": 2659.72,
|
|
"tp": 2660.33,
|
|
"sl": 2656.06,
|
|
"exit": 2656.06,
|
|
"result": "sl",
|
|
"pnl": -102.66206747232617,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00045869490021505836,
|
|
"pred_low": 0.00045869490021505836
|
|
},
|
|
{
|
|
"bar": 360,
|
|
"time": "2025-01-03 01:30:00",
|
|
"direction": "short",
|
|
"entry": 2653.26,
|
|
"tp": 2652.6517142857147,
|
|
"sl": 2656.9097142857145,
|
|
"exit": 2652.6517142857147,
|
|
"result": "tp",
|
|
"pnl": 16.939241132930082,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0004585194924626409,
|
|
"pred_low": 0.0004585194924626409
|
|
},
|
|
{
|
|
"bar": 376,
|
|
"time": "2025-01-03 02:50:00",
|
|
"direction": "long",
|
|
"entry": 2653.33,
|
|
"tp": 2653.984571428571,
|
|
"sl": 2649.4025714285713,
|
|
"exit": 2653.984571428571,
|
|
"result": "tp",
|
|
"pnl": 16.96747320148426,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004933961690188641,
|
|
"pred_low": 0.0004933961690188641
|
|
},
|
|
{
|
|
"bar": 392,
|
|
"time": "2025-01-03 04:10:00",
|
|
"direction": "long",
|
|
"entry": 2656.31,
|
|
"tp": 2656.8074285714283,
|
|
"sl": 2653.3254285714283,
|
|
"exit": 2656.8074285714283,
|
|
"result": "tp",
|
|
"pnl": 16.99575232348424,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003745259939002551,
|
|
"pred_low": 0.0003745259939002551
|
|
},
|
|
{
|
|
"bar": 400,
|
|
"time": "2025-01-03 04:50:00",
|
|
"direction": "short",
|
|
"entry": 2656.08,
|
|
"tp": 2655.6277142857143,
|
|
"sl": 2658.793714285714,
|
|
"exit": 2658.793714285714,
|
|
"result": "sl",
|
|
"pnl": -102.14447146418213,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0003405663340604946,
|
|
"pred_low": 0.0003405663340604946
|
|
},
|
|
{
|
|
"bar": 408,
|
|
"time": "2025-01-03 05:30:00",
|
|
"direction": "short",
|
|
"entry": 2656.9,
|
|
"tp": 2656.3942857142856,
|
|
"sl": 2659.934285714286,
|
|
"exit": 2656.3942857142856,
|
|
"result": "tp",
|
|
"pnl": 16.853837791596685,
|
|
"bars_held": 11,
|
|
"pred_high": 0.0003806799546195141,
|
|
"pred_low": 0.0003806799546195141
|
|
},
|
|
{
|
|
"bar": 416,
|
|
"time": "2025-01-03 06:10:00",
|
|
"direction": "long",
|
|
"entry": 2657.54,
|
|
"tp": 2657.9325714285715,
|
|
"sl": 2655.1845714285714,
|
|
"exit": 2655.1845714285714,
|
|
"result": "sl",
|
|
"pnl": -101.29156512745692,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0002954397138492255,
|
|
"pred_low": 0.0002954397138492255
|
|
},
|
|
{
|
|
"bar": 424,
|
|
"time": "2025-01-03 06:50:00",
|
|
"direction": "long",
|
|
"entry": 2656.11,
|
|
"tp": 2656.505142857143,
|
|
"sl": 2653.7391428571427,
|
|
"exit": 2653.7391428571427,
|
|
"result": "sl",
|
|
"pnl": -100.2786494761901,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00029753500957632105,
|
|
"pred_low": 0.00029753500957632105
|
|
},
|
|
{
|
|
"bar": 432,
|
|
"time": "2025-01-03 07:30:00",
|
|
"direction": "short",
|
|
"entry": 2650.43,
|
|
"tp": 2649.774857142857,
|
|
"sl": 2654.360857142857,
|
|
"exit": 2649.774857142857,
|
|
"result": "tp",
|
|
"pnl": 16.545977163571198,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004943672212756916,
|
|
"pred_low": 0.0004943672212756916
|
|
},
|
|
{
|
|
"bar": 448,
|
|
"time": "2025-01-03 08:50:00",
|
|
"direction": "short",
|
|
"entry": 2646.66,
|
|
"tp": 2645.773142857143,
|
|
"sl": 2651.9811428571425,
|
|
"exit": 2645.773142857143,
|
|
"result": "tp",
|
|
"pnl": 16.57355379217455,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000670170813672424,
|
|
"pred_low": 0.000670170813672424
|
|
},
|
|
{
|
|
"bar": 456,
|
|
"time": "2025-01-03 09:30:00",
|
|
"direction": "short",
|
|
"entry": 2644.84,
|
|
"tp": 2643.5834285714286,
|
|
"sl": 2652.379428571429,
|
|
"exit": 2643.5834285714286,
|
|
"result": "tp",
|
|
"pnl": 16.60117638183132,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0009502060076007941,
|
|
"pred_low": 0.0009502060076007941
|
|
},
|
|
{
|
|
"bar": 464,
|
|
"time": "2025-01-03 10:10:00",
|
|
"direction": "short",
|
|
"entry": 2643.46,
|
|
"tp": 2642.4674285714286,
|
|
"sl": 2649.4154285714285,
|
|
"exit": 2642.4674285714286,
|
|
"result": "tp",
|
|
"pnl": 16.628845009132732,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007509638341956643,
|
|
"pred_low": 0.0007509638341956643
|
|
},
|
|
{
|
|
"bar": 472,
|
|
"time": "2025-01-03 10:50:00",
|
|
"direction": "short",
|
|
"entry": 2639.41,
|
|
"tp": 2638.7257142857143,
|
|
"sl": 2643.5157142857142,
|
|
"exit": 2638.7257142857143,
|
|
"result": "tp",
|
|
"pnl": 16.656559750810946,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005185141484541986,
|
|
"pred_low": 0.0005185141484541986
|
|
},
|
|
{
|
|
"bar": 480,
|
|
"time": "2025-01-03 11:30:00",
|
|
"direction": "short",
|
|
"entry": 2641.0,
|
|
"tp": 2640.386285714286,
|
|
"sl": 2644.682285714286,
|
|
"exit": 2640.386285714286,
|
|
"result": "tp",
|
|
"pnl": 16.684320683729894,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004647590198518079,
|
|
"pred_low": 0.0004647590198518079
|
|
},
|
|
{
|
|
"bar": 488,
|
|
"time": "2025-01-03 12:10:00",
|
|
"direction": "short",
|
|
"entry": 2640.33,
|
|
"tp": 2639.7974285714286,
|
|
"sl": 2643.5254285714286,
|
|
"exit": 2639.7974285714286,
|
|
"result": "tp",
|
|
"pnl": 16.71212788487099,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004034127768660924,
|
|
"pred_low": 0.0004034127768660924
|
|
},
|
|
{
|
|
"bar": 504,
|
|
"time": "2025-01-03 13:30:00",
|
|
"direction": "short",
|
|
"entry": 2641.17,
|
|
"tp": 2640.856,
|
|
"sl": 2643.054,
|
|
"exit": 2640.856,
|
|
"result": "tp",
|
|
"pnl": 16.739981431339096,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00023777341102617915,
|
|
"pred_low": 0.00023777341102617915
|
|
},
|
|
{
|
|
"bar": 512,
|
|
"time": "2025-01-03 14:10:00",
|
|
"direction": "short",
|
|
"entry": 2639.04,
|
|
"tp": 2638.658857142857,
|
|
"sl": 2641.326857142857,
|
|
"exit": 2638.658857142857,
|
|
"result": "tp",
|
|
"pnl": 16.767881400404786,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0002888496249718741,
|
|
"pred_low": 0.0002888496249718741
|
|
},
|
|
{
|
|
"bar": 520,
|
|
"time": "2025-01-03 14:50:00",
|
|
"direction": "short",
|
|
"entry": 2637.53,
|
|
"tp": 2637.148285714286,
|
|
"sl": 2639.820285714286,
|
|
"exit": 2637.148285714286,
|
|
"result": "tp",
|
|
"pnl": 16.79582786939688,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002894482987600538,
|
|
"pred_low": 0.0002894482987600538
|
|
},
|
|
{
|
|
"bar": 528,
|
|
"time": "2025-01-03 15:30:00",
|
|
"direction": "short",
|
|
"entry": 2637.22,
|
|
"tp": 2636.891714285714,
|
|
"sl": 2639.1897142857138,
|
|
"exit": 2639.1897142857138,
|
|
"result": "sl",
|
|
"pnl": -100.94292549508921,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0002489634647740288,
|
|
"pred_low": 0.0002489634647740288
|
|
},
|
|
{
|
|
"bar": 536,
|
|
"time": "2025-01-05 17:05:00",
|
|
"direction": "long",
|
|
"entry": 2640.72,
|
|
"tp": 2641.0731428571426,
|
|
"sl": 2638.601142857143,
|
|
"exit": 2641.0731428571426,
|
|
"result": "tp",
|
|
"pnl": 16.655582706686538,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00026745952402590795,
|
|
"pred_low": 0.00026745952402590795
|
|
},
|
|
{
|
|
"bar": 552,
|
|
"time": "2025-01-05 18:25:00",
|
|
"direction": "short",
|
|
"entry": 2639.25,
|
|
"tp": 2638.652285714286,
|
|
"sl": 2642.836285714286,
|
|
"exit": 2638.652285714286,
|
|
"result": "tp",
|
|
"pnl": 16.683342011196164,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004529425296689036,
|
|
"pred_low": 0.0004529425296689036
|
|
},
|
|
{
|
|
"bar": 560,
|
|
"time": "2025-01-05 19:05:00",
|
|
"direction": "long",
|
|
"entry": 2642.17,
|
|
"tp": 2642.7594285714285,
|
|
"sl": 2638.6334285714283,
|
|
"exit": 2642.7594285714285,
|
|
"result": "tp",
|
|
"pnl": 16.711147581216945,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004461700582692261,
|
|
"pred_low": 0.0004461700582692261
|
|
},
|
|
{
|
|
"bar": 568,
|
|
"time": "2025-01-05 19:45:00",
|
|
"direction": "short",
|
|
"entry": 2643.14,
|
|
"tp": 2642.4379999999996,
|
|
"sl": 2647.3520000000003,
|
|
"exit": 2642.4379999999996,
|
|
"result": "tp",
|
|
"pnl": 16.738999493860323,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005311863919429495,
|
|
"pred_low": 0.0005311863919429495
|
|
},
|
|
{
|
|
"bar": 576,
|
|
"time": "2025-01-05 20:25:00",
|
|
"direction": "long",
|
|
"entry": 2643.62,
|
|
"tp": 2644.1994285714286,
|
|
"sl": 2640.143428571428,
|
|
"exit": 2644.1994285714286,
|
|
"result": "tp",
|
|
"pnl": 16.76689782634876,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004383599544780288,
|
|
"pred_low": 0.0004383599544780288
|
|
},
|
|
{
|
|
"bar": 600,
|
|
"time": "2025-01-05 22:25:00",
|
|
"direction": "short",
|
|
"entry": 2637.79,
|
|
"tp": 2637.175714285714,
|
|
"sl": 2641.4757142857143,
|
|
"exit": 2637.175714285714,
|
|
"result": "tp",
|
|
"pnl": 16.794842656060595,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00046575786115324904,
|
|
"pred_low": 0.00046575786115324904
|
|
},
|
|
{
|
|
"bar": 608,
|
|
"time": "2025-01-05 23:05:00",
|
|
"direction": "short",
|
|
"entry": 2635.42,
|
|
"tp": 2634.83,
|
|
"sl": 2638.96,
|
|
"exit": 2634.83,
|
|
"result": "tp",
|
|
"pnl": 16.82283406048792,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004477464692534599,
|
|
"pred_low": 0.0004477464692534599
|
|
},
|
|
{
|
|
"bar": 616,
|
|
"time": "2025-01-05 23:45:00",
|
|
"direction": "short",
|
|
"entry": 2632.49,
|
|
"tp": 2632.019714285714,
|
|
"sl": 2635.311714285714,
|
|
"exit": 2632.019714285714,
|
|
"result": "tp",
|
|
"pnl": 16.850872117248255,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0003572934478654828,
|
|
"pred_low": 0.0003572934478654828
|
|
},
|
|
{
|
|
"bar": 624,
|
|
"time": "2025-01-06 00:25:00",
|
|
"direction": "short",
|
|
"entry": 2631.31,
|
|
"tp": 2630.7425714285714,
|
|
"sl": 2634.7145714285716,
|
|
"exit": 2630.7425714285714,
|
|
"result": "tp",
|
|
"pnl": 16.8789569041115,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00043128979210247,
|
|
"pred_low": 0.00043128979210247
|
|
},
|
|
{
|
|
"bar": 632,
|
|
"time": "2025-01-06 01:05:00",
|
|
"direction": "long",
|
|
"entry": 2632.51,
|
|
"tp": 2633.0031428571433,
|
|
"sl": 2629.551142857143,
|
|
"exit": 2629.551142857143,
|
|
"result": "sl",
|
|
"pnl": -101.44253099371038,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00037465601812938174,
|
|
"pred_low": 0.00037465601812938174
|
|
},
|
|
{
|
|
"bar": 640,
|
|
"time": "2025-01-06 01:45:00",
|
|
"direction": "short",
|
|
"entry": 2626.73,
|
|
"tp": 2626.210285714286,
|
|
"sl": 2629.848285714286,
|
|
"exit": 2626.210285714286,
|
|
"result": "tp",
|
|
"pnl": 16.73801761395789,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00039571199606683083,
|
|
"pred_low": 0.00039571199606683083
|
|
},
|
|
{
|
|
"bar": 648,
|
|
"time": "2025-01-06 02:25:00",
|
|
"direction": "long",
|
|
"entry": 2629.68,
|
|
"tp": 2630.2851428571425,
|
|
"sl": 2626.0491428571427,
|
|
"exit": 2630.2851428571425,
|
|
"result": "tp",
|
|
"pnl": 16.765914309981554,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0004602406811040822,
|
|
"pred_low": 0.0004602406811040822
|
|
},
|
|
{
|
|
"bar": 656,
|
|
"time": "2025-01-06 03:05:00",
|
|
"direction": "long",
|
|
"entry": 2634.16,
|
|
"tp": 2634.8402857142855,
|
|
"sl": 2630.0782857142854,
|
|
"exit": 2634.8402857142855,
|
|
"result": "tp",
|
|
"pnl": 16.793857500501943,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000516510549310388,
|
|
"pred_low": 0.000516510549310388
|
|
},
|
|
{
|
|
"bar": 664,
|
|
"time": "2025-01-06 03:45:00",
|
|
"direction": "short",
|
|
"entry": 2631.57,
|
|
"tp": 2630.8937142857144,
|
|
"sl": 2635.6277142857143,
|
|
"exit": 2635.6277142857143,
|
|
"result": "sl",
|
|
"pnl": -100.93108357802473,
|
|
"bars_held": 17,
|
|
"pred_high": 0.0005139788903853519,
|
|
"pred_low": 0.0005139788903853519
|
|
},
|
|
{
|
|
"bar": 672,
|
|
"time": "2025-01-06 04:25:00",
|
|
"direction": "long",
|
|
"entry": 2633.27,
|
|
"tp": 2633.773714285714,
|
|
"sl": 2630.247714285714,
|
|
"exit": 2633.773714285714,
|
|
"result": "tp",
|
|
"pnl": 16.65362879036758,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0003825770131541869,
|
|
"pred_low": 0.0003825770131541869
|
|
},
|
|
{
|
|
"bar": 680,
|
|
"time": "2025-01-06 05:05:00",
|
|
"direction": "long",
|
|
"entry": 2633.8,
|
|
"tp": 2634.304,
|
|
"sl": 2630.7760000000003,
|
|
"exit": 2634.304,
|
|
"result": "tp",
|
|
"pnl": 16.681384838354525,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003827169868630947,
|
|
"pred_low": 0.0003827169868630947
|
|
},
|
|
{
|
|
"bar": 688,
|
|
"time": "2025-01-06 05:45:00",
|
|
"direction": "long",
|
|
"entry": 2647.18,
|
|
"tp": 2648.175714285714,
|
|
"sl": 2641.2057142857143,
|
|
"exit": 2648.175714285714,
|
|
"result": "tp",
|
|
"pnl": 16.70918714642146,
|
|
"bars_held": 16,
|
|
"pred_high": 0.0007522830224724296,
|
|
"pred_low": 0.0007522830224724296
|
|
},
|
|
{
|
|
"bar": 696,
|
|
"time": "2025-01-06 06:25:00",
|
|
"direction": "short",
|
|
"entry": 2642.61,
|
|
"tp": 2641.649142857143,
|
|
"sl": 2648.375142857143,
|
|
"exit": 2648.375142857143,
|
|
"result": "sl",
|
|
"pnl": -100.42221474999944,
|
|
"bars_held": 8,
|
|
"pred_high": 0.0007272031384556426,
|
|
"pred_low": 0.0007272031384556426
|
|
},
|
|
{
|
|
"bar": 704,
|
|
"time": "2025-01-06 07:05:00",
|
|
"direction": "long",
|
|
"entry": 2648.7,
|
|
"tp": 2649.6634285714285,
|
|
"sl": 2642.9194285714284,
|
|
"exit": 2642.9194285714284,
|
|
"result": "sl",
|
|
"pnl": -99.41799260249739,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0007274727764024259,
|
|
"pred_low": 0.0007274727764024259
|
|
},
|
|
{
|
|
"bar": 712,
|
|
"time": "2025-01-06 07:45:00",
|
|
"direction": "short",
|
|
"entry": 2624.54,
|
|
"tp": 2623.0225714285716,
|
|
"sl": 2633.6445714285715,
|
|
"exit": 2623.0225714285716,
|
|
"result": "tp",
|
|
"pnl": 16.40396877940952,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0011563386890110741,
|
|
"pred_low": 0.0011563386890110741
|
|
},
|
|
{
|
|
"bar": 728,
|
|
"time": "2025-01-06 09:05:00",
|
|
"direction": "long",
|
|
"entry": 2632.9,
|
|
"tp": 2634.6980000000003,
|
|
"sl": 2622.112,
|
|
"exit": 2634.6980000000003,
|
|
"result": "tp",
|
|
"pnl": 16.431308727379356,
|
|
"bars_held": 3,
|
|
"pred_high": 0.001365794371225661,
|
|
"pred_low": 0.001365794371225661
|
|
},
|
|
{
|
|
"bar": 736,
|
|
"time": "2025-01-06 09:45:00",
|
|
"direction": "long",
|
|
"entry": 2634.71,
|
|
"tp": 2636.174285714286,
|
|
"sl": 2625.924285714286,
|
|
"exit": 2636.174285714286,
|
|
"result": "tp",
|
|
"pnl": 16.458694241923673,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0011115346389437375,
|
|
"pred_low": 0.0011115346389437375
|
|
},
|
|
{
|
|
"bar": 744,
|
|
"time": "2025-01-06 10:25:00",
|
|
"direction": "long",
|
|
"entry": 2638.49,
|
|
"tp": 2639.6291428571426,
|
|
"sl": 2631.6551428571424,
|
|
"exit": 2639.6291428571426,
|
|
"result": "tp",
|
|
"pnl": 16.4861253989922,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008634808978945285,
|
|
"pred_low": 0.0008634808978945285
|
|
},
|
|
{
|
|
"bar": 760,
|
|
"time": "2025-01-06 11:45:00",
|
|
"direction": "short",
|
|
"entry": 2635.83,
|
|
"tp": 2635.289714285714,
|
|
"sl": 2639.0717142857143,
|
|
"exit": 2635.289714285714,
|
|
"result": "tp",
|
|
"pnl": 16.513602274659927,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00040995490170893893,
|
|
"pred_low": 0.00040995490170893893
|
|
},
|
|
{
|
|
"bar": 768,
|
|
"time": "2025-01-06 12:25:00",
|
|
"direction": "long",
|
|
"entry": 2635.97,
|
|
"tp": 2636.6505714285713,
|
|
"sl": 2631.886571428571,
|
|
"exit": 2636.6505714285713,
|
|
"result": "tp",
|
|
"pnl": 16.541124945117286,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005163726662833389,
|
|
"pred_low": 0.0005163726662833389
|
|
},
|
|
{
|
|
"bar": 776,
|
|
"time": "2025-01-06 13:05:00",
|
|
"direction": "short",
|
|
"entry": 2634.64,
|
|
"tp": 2633.983142857143,
|
|
"sl": 2638.581142857143,
|
|
"exit": 2633.983142857143,
|
|
"result": "tp",
|
|
"pnl": 16.568693486687298,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004986314205031046,
|
|
"pred_low": 0.0004986314205031046
|
|
},
|
|
{
|
|
"bar": 784,
|
|
"time": "2025-01-06 13:45:00",
|
|
"direction": "long",
|
|
"entry": 2635.02,
|
|
"tp": 2635.4325714285715,
|
|
"sl": 2632.5445714285715,
|
|
"exit": 2635.4325714285715,
|
|
"result": "tp",
|
|
"pnl": 16.596307975837476,
|
|
"bars_held": 16,
|
|
"pred_high": 0.0003131448175508574,
|
|
"pred_low": 0.0003131448175508574
|
|
},
|
|
{
|
|
"bar": 792,
|
|
"time": "2025-01-06 14:25:00",
|
|
"direction": "short",
|
|
"entry": 2633.92,
|
|
"tp": 2633.5057142857145,
|
|
"sl": 2636.4057142857146,
|
|
"exit": 2633.5057142857145,
|
|
"result": "tp",
|
|
"pnl": 16.62396848912323,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00031457729489561365,
|
|
"pred_low": 0.00031457729489561365
|
|
},
|
|
{
|
|
"bar": 800,
|
|
"time": "2025-01-06 15:05:00",
|
|
"direction": "long",
|
|
"entry": 2635.89,
|
|
"tp": 2636.2602857142856,
|
|
"sl": 2633.6682857142855,
|
|
"exit": 2636.2602857142856,
|
|
"result": "tp",
|
|
"pnl": 16.65167510327757,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00028095687929747854,
|
|
"pred_low": 0.00028095687929747854
|
|
},
|
|
{
|
|
"bar": 816,
|
|
"time": "2025-01-06 17:20:00",
|
|
"direction": "short",
|
|
"entry": 2635.04,
|
|
"tp": 2634.7642857142855,
|
|
"sl": 2636.694285714286,
|
|
"exit": 2634.7642857142855,
|
|
"result": "tp",
|
|
"pnl": 16.679427895125997,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00020926762835804264,
|
|
"pred_low": 0.00020926762835804264
|
|
},
|
|
{
|
|
"bar": 832,
|
|
"time": "2025-01-06 18:40:00",
|
|
"direction": "short",
|
|
"entry": 2633.3,
|
|
"tp": 2633.0054285714286,
|
|
"sl": 2635.067428571429,
|
|
"exit": 2633.0054285714286,
|
|
"result": "tp",
|
|
"pnl": 16.707226941612813,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00022372796762347853,
|
|
"pred_low": 0.00022372796762347853
|
|
},
|
|
{
|
|
"bar": 840,
|
|
"time": "2025-01-06 19:20:00",
|
|
"direction": "long",
|
|
"entry": 2638.81,
|
|
"tp": 2639.2654285714284,
|
|
"sl": 2636.0774285714288,
|
|
"exit": 2639.2654285714284,
|
|
"result": "tp",
|
|
"pnl": 16.73507231983986,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00034517723627586677,
|
|
"pred_low": 0.00034517723627586677
|
|
},
|
|
{
|
|
"bar": 848,
|
|
"time": "2025-01-06 20:00:00",
|
|
"direction": "long",
|
|
"entry": 2639.78,
|
|
"tp": 2640.3714285714286,
|
|
"sl": 2636.2314285714288,
|
|
"exit": 2640.3714285714286,
|
|
"result": "tp",
|
|
"pnl": 16.762964107040094,
|
|
"bars_held": 39,
|
|
"pred_high": 0.0004480892888259933,
|
|
"pred_low": 0.0004480892888259933
|
|
},
|
|
{
|
|
"bar": 856,
|
|
"time": "2025-01-06 20:40:00",
|
|
"direction": "short",
|
|
"entry": 2637.74,
|
|
"tp": 2637.272571428571,
|
|
"sl": 2640.544571428571,
|
|
"exit": 2637.272571428571,
|
|
"result": "tp",
|
|
"pnl": 16.79090238055748,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00035441595565033866,
|
|
"pred_low": 0.00035441595565033866
|
|
},
|
|
{
|
|
"bar": 880,
|
|
"time": "2025-01-06 22:40:00",
|
|
"direction": "short",
|
|
"entry": 2637.93,
|
|
"tp": 2637.560571428571,
|
|
"sl": 2640.1465714285714,
|
|
"exit": 2637.560571428571,
|
|
"result": "tp",
|
|
"pnl": 16.818887217860212,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00028008974569346403,
|
|
"pred_low": 0.00028008974569346403
|
|
},
|
|
{
|
|
"bar": 888,
|
|
"time": "2025-01-06 23:20:00",
|
|
"direction": "long",
|
|
"entry": 2643.29,
|
|
"tp": 2643.8114285714287,
|
|
"sl": 2640.1614285714286,
|
|
"exit": 2643.8114285714287,
|
|
"result": "tp",
|
|
"pnl": 16.84691869655712,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003945299769821484,
|
|
"pred_low": 0.0003945299769821484
|
|
},
|
|
{
|
|
"bar": 904,
|
|
"time": "2025-01-07 00:40:00",
|
|
"direction": "short",
|
|
"entry": 2643.89,
|
|
"tp": 2643.3597142857143,
|
|
"sl": 2647.0717142857143,
|
|
"exit": 2643.3597142857143,
|
|
"result": "tp",
|
|
"pnl": 16.87499689437555,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00040114052724260523,
|
|
"pred_low": 0.00040114052724260523
|
|
},
|
|
{
|
|
"bar": 920,
|
|
"time": "2025-01-07 02:00:00",
|
|
"direction": "long",
|
|
"entry": 2643.62,
|
|
"tp": 2644.134857142857,
|
|
"sl": 2640.530857142857,
|
|
"exit": 2640.530857142857,
|
|
"result": "sl",
|
|
"pnl": -101.4187313352295,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00038950919032020893,
|
|
"pred_low": 0.00038950919032020893
|
|
},
|
|
{
|
|
"bar": 944,
|
|
"time": "2025-01-07 04:00:00",
|
|
"direction": "short",
|
|
"entry": 2641.68,
|
|
"tp": 2641.144,
|
|
"sl": 2644.8959999999997,
|
|
"exit": 2641.144,
|
|
"result": "tp",
|
|
"pnl": 16.734090670314036,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00040580236818993473,
|
|
"pred_low": 0.00040580236818993473
|
|
},
|
|
{
|
|
"bar": 952,
|
|
"time": "2025-01-07 04:40:00",
|
|
"direction": "long",
|
|
"entry": 2644.31,
|
|
"tp": 2644.7205714285715,
|
|
"sl": 2641.8465714285717,
|
|
"exit": 2644.7205714285715,
|
|
"result": "tp",
|
|
"pnl": 16.761980821434506,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0003105319940335282,
|
|
"pred_low": 0.0003105319940335282
|
|
},
|
|
{
|
|
"bar": 968,
|
|
"time": "2025-01-07 06:00:00",
|
|
"direction": "long",
|
|
"entry": 2648.46,
|
|
"tp": 2649.0774285714288,
|
|
"sl": 2644.7554285714286,
|
|
"exit": 2649.0774285714288,
|
|
"result": "tp",
|
|
"pnl": 16.789917456134773,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004662547831030871,
|
|
"pred_low": 0.0004662547831030871
|
|
},
|
|
{
|
|
"bar": 976,
|
|
"time": "2025-01-07 06:40:00",
|
|
"direction": "long",
|
|
"entry": 2649.95,
|
|
"tp": 2650.5962857142854,
|
|
"sl": 2646.0722857142855,
|
|
"exit": 2650.5962857142854,
|
|
"result": "tp",
|
|
"pnl": 16.817900651887758,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00048777200647991413,
|
|
"pred_low": 0.00048777200647991413
|
|
},
|
|
{
|
|
"bar": 984,
|
|
"time": "2025-01-07 07:20:00",
|
|
"direction": "long",
|
|
"entry": 2659.94,
|
|
"tp": 2660.7277142857142,
|
|
"sl": 2655.2137142857146,
|
|
"exit": 2660.7277142857142,
|
|
"result": "tp",
|
|
"pnl": 16.845930486309683,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005922797399296709,
|
|
"pred_low": 0.0005922797399296709
|
|
},
|
|
{
|
|
"bar": 1000,
|
|
"time": "2025-01-07 08:40:00",
|
|
"direction": "long",
|
|
"entry": 2661.38,
|
|
"tp": 2662.4257142857145,
|
|
"sl": 2655.105714285715,
|
|
"exit": 2655.105714285715,
|
|
"result": "sl",
|
|
"pnl": -101.24404222272975,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0007858436493204609,
|
|
"pred_low": 0.0007858436493204609
|
|
},
|
|
{
|
|
"bar": 1008,
|
|
"time": "2025-01-07 09:20:00",
|
|
"direction": "short",
|
|
"entry": 2651.94,
|
|
"tp": 2650.6220000000003,
|
|
"sl": 2659.848,
|
|
"exit": 2650.6220000000003,
|
|
"result": "tp",
|
|
"pnl": 16.705266966748297,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000993989305942038,
|
|
"pred_low": 0.000993989305942038
|
|
},
|
|
{
|
|
"bar": 1016,
|
|
"time": "2025-01-07 10:00:00",
|
|
"direction": "long",
|
|
"entry": 2649.49,
|
|
"tp": 2650.9039999999995,
|
|
"sl": 2641.006,
|
|
"exit": 2650.9039999999995,
|
|
"result": "tp",
|
|
"pnl": 16.733109078359718,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0010673752307047528,
|
|
"pred_low": 0.0010673752307047528
|
|
},
|
|
{
|
|
"bar": 1024,
|
|
"time": "2025-01-07 10:40:00",
|
|
"direction": "long",
|
|
"entry": 2654.07,
|
|
"tp": 2655.1065714285714,
|
|
"sl": 2647.8505714285716,
|
|
"exit": 2655.1065714285714,
|
|
"result": "tp",
|
|
"pnl": 16.760997593490675,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00078111837937312,
|
|
"pred_low": 0.00078111837937312
|
|
},
|
|
{
|
|
"bar": 1032,
|
|
"time": "2025-01-07 11:20:00",
|
|
"direction": "long",
|
|
"entry": 2653.34,
|
|
"tp": 2654.1582857142857,
|
|
"sl": 2648.4302857142857,
|
|
"exit": 2654.1582857142857,
|
|
"result": "tp",
|
|
"pnl": 16.788932589479526,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006167967273592609,
|
|
"pred_low": 0.0006167967273592609
|
|
},
|
|
{
|
|
"bar": 1040,
|
|
"time": "2025-01-07 12:00:00",
|
|
"direction": "short",
|
|
"entry": 2650.31,
|
|
"tp": 2649.7114285714283,
|
|
"sl": 2653.9014285714284,
|
|
"exit": 2649.7114285714283,
|
|
"result": "tp",
|
|
"pnl": 16.81691414380357,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004516991812817545,
|
|
"pred_low": 0.0004516991812817545
|
|
},
|
|
{
|
|
"bar": 1048,
|
|
"time": "2025-01-07 12:40:00",
|
|
"direction": "short",
|
|
"entry": 2648.08,
|
|
"tp": 2647.5537142857142,
|
|
"sl": 2651.237714285714,
|
|
"exit": 2647.5537142857142,
|
|
"result": "tp",
|
|
"pnl": 16.844942334036563,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00039748475445281373,
|
|
"pred_low": 0.00039748475445281373
|
|
},
|
|
{
|
|
"bar": 1064,
|
|
"time": "2025-01-07 14:00:00",
|
|
"direction": "long",
|
|
"entry": 2648.53,
|
|
"tp": 2648.954,
|
|
"sl": 2645.9860000000003,
|
|
"exit": 2648.954,
|
|
"result": "tp",
|
|
"pnl": 16.873017237926945,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003201776079561048,
|
|
"pred_low": 0.0003201776079561048
|
|
},
|
|
{
|
|
"bar": 1072,
|
|
"time": "2025-01-07 14:40:00",
|
|
"direction": "short",
|
|
"entry": 2647.78,
|
|
"tp": 2647.3737142857144,
|
|
"sl": 2650.2177142857145,
|
|
"exit": 2650.2177142857145,
|
|
"result": "sl",
|
|
"pnl": -101.4068335999413,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003068878186901643,
|
|
"pred_low": 0.0003068878186901643
|
|
},
|
|
{
|
|
"bar": 1080,
|
|
"time": "2025-01-07 15:20:00",
|
|
"direction": "short",
|
|
"entry": 2649.56,
|
|
"tp": 2649.2405714285715,
|
|
"sl": 2651.4765714285713,
|
|
"exit": 2649.2405714285715,
|
|
"result": "tp",
|
|
"pnl": 16.732127543986007,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00024111820183621413,
|
|
"pred_low": 0.00024111820183621413
|
|
},
|
|
{
|
|
"bar": 1096,
|
|
"time": "2025-01-07 17:35:00",
|
|
"direction": "long",
|
|
"entry": 2649.13,
|
|
"tp": 2649.459714285714,
|
|
"sl": 2647.151714285714,
|
|
"exit": 2649.459714285714,
|
|
"result": "tp",
|
|
"pnl": 16.76001442321952,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00024892269213991813,
|
|
"pred_low": 0.00024892269213991813
|
|
},
|
|
{
|
|
"bar": 1104,
|
|
"time": "2025-01-07 18:15:00",
|
|
"direction": "long",
|
|
"entry": 2650.21,
|
|
"tp": 2650.555142857143,
|
|
"sl": 2648.139142857143,
|
|
"exit": 2650.555142857143,
|
|
"result": "tp",
|
|
"pnl": 16.7879477806072,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00026046453461639273,
|
|
"pred_low": 0.00026046453461639273
|
|
},
|
|
{
|
|
"bar": 1112,
|
|
"time": "2025-01-07 18:55:00",
|
|
"direction": "short",
|
|
"entry": 2650.44,
|
|
"tp": 2650.1268571428573,
|
|
"sl": 2652.3188571428573,
|
|
"exit": 2650.1268571428573,
|
|
"result": "tp",
|
|
"pnl": 16.815927693567662,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002362949979194739,
|
|
"pred_low": 0.0002362949979194739
|
|
},
|
|
{
|
|
"bar": 1120,
|
|
"time": "2025-01-07 19:35:00",
|
|
"direction": "short",
|
|
"entry": 2648.19,
|
|
"tp": 2647.8425714285713,
|
|
"sl": 2650.2745714285716,
|
|
"exit": 2647.8425714285713,
|
|
"result": "tp",
|
|
"pnl": 16.843954239735222,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002623894595391979,
|
|
"pred_low": 0.0002623894595391979
|
|
},
|
|
{
|
|
"bar": 1136,
|
|
"time": "2025-01-07 20:55:00",
|
|
"direction": "long",
|
|
"entry": 2649.02,
|
|
"tp": 2649.448857142857,
|
|
"sl": 2646.446857142857,
|
|
"exit": 2646.446857142857,
|
|
"result": "sl",
|
|
"pnl": -101.23216498076034,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00032378550774033355,
|
|
"pred_low": 0.00032378550774033355
|
|
},
|
|
{
|
|
"bar": 1144,
|
|
"time": "2025-01-07 21:35:00",
|
|
"direction": "short",
|
|
"entry": 2646.59,
|
|
"tp": 2646.1757142857145,
|
|
"sl": 2649.0757142857146,
|
|
"exit": 2646.1757142857145,
|
|
"result": "tp",
|
|
"pnl": 16.703307221819454,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00031307132142547754,
|
|
"pred_low": 0.00031307132142547754
|
|
},
|
|
{
|
|
"bar": 1152,
|
|
"time": "2025-01-07 22:15:00",
|
|
"direction": "long",
|
|
"entry": 2647.37,
|
|
"tp": 2647.6982857142857,
|
|
"sl": 2645.4002857142855,
|
|
"exit": 2645.4002857142855,
|
|
"result": "sl",
|
|
"pnl": -100.38687640316701,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00024800894040933767,
|
|
"pred_low": 0.00024800894040933767
|
|
},
|
|
{
|
|
"bar": 1160,
|
|
"time": "2025-01-07 22:55:00",
|
|
"direction": "short",
|
|
"entry": 2646.74,
|
|
"tp": 2646.354571428571,
|
|
"sl": 2649.052571428571,
|
|
"exit": 2649.052571428571,
|
|
"result": "sl",
|
|
"pnl": -99.38300763912969,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0002912477775894415,
|
|
"pred_low": 0.0002912477775894415
|
|
},
|
|
{
|
|
"bar": 1168,
|
|
"time": "2025-01-07 23:35:00",
|
|
"direction": "long",
|
|
"entry": 2649.7,
|
|
"tp": 2650.1314285714284,
|
|
"sl": 2647.111428571429,
|
|
"exit": 2650.1314285714284,
|
|
"result": "tp",
|
|
"pnl": 16.398196260459702,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003256433342857712,
|
|
"pred_low": 0.0003256433342857712
|
|
},
|
|
{
|
|
"bar": 1176,
|
|
"time": "2025-01-08 00:15:00",
|
|
"direction": "long",
|
|
"entry": 2651.71,
|
|
"tp": 2652.1042857142857,
|
|
"sl": 2649.344285714286,
|
|
"exit": 2652.1042857142857,
|
|
"result": "tp",
|
|
"pnl": 16.425526587554213,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00029738222828718566,
|
|
"pred_low": 0.00029738222828718566
|
|
},
|
|
{
|
|
"bar": 1184,
|
|
"time": "2025-01-08 00:55:00",
|
|
"direction": "long",
|
|
"entry": 2652.16,
|
|
"tp": 2652.521142857143,
|
|
"sl": 2649.9931428571426,
|
|
"exit": 2652.521142857143,
|
|
"result": "tp",
|
|
"pnl": 16.452902465210432,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00027233866519582497,
|
|
"pred_low": 0.00027233866519582497
|
|
},
|
|
{
|
|
"bar": 1192,
|
|
"time": "2025-01-08 01:35:00",
|
|
"direction": "short",
|
|
"entry": 2652.91,
|
|
"tp": 2652.5719999999997,
|
|
"sl": 2654.938,
|
|
"exit": 2652.5719999999997,
|
|
"result": "tp",
|
|
"pnl": 16.48032396932148,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00025481452442790065,
|
|
"pred_low": 0.00025481452442790065
|
|
},
|
|
{
|
|
"bar": 1208,
|
|
"time": "2025-01-08 02:55:00",
|
|
"direction": "long",
|
|
"entry": 2651.8,
|
|
"tp": 2652.3197142857143,
|
|
"sl": 2648.6817142857144,
|
|
"exit": 2652.3197142857143,
|
|
"result": "tp",
|
|
"pnl": 16.50779117592443,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003919709523450194,
|
|
"pred_low": 0.0003919709523450194
|
|
},
|
|
{
|
|
"bar": 1232,
|
|
"time": "2025-01-08 04:55:00",
|
|
"direction": "short",
|
|
"entry": 2653.14,
|
|
"tp": 2652.7277142857142,
|
|
"sl": 2655.613714285714,
|
|
"exit": 2652.7277142857142,
|
|
"result": "tp",
|
|
"pnl": 16.53530416121718,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00031079077190479857,
|
|
"pred_low": 0.00031079077190479857
|
|
},
|
|
{
|
|
"bar": 1240,
|
|
"time": "2025-01-08 05:35:00",
|
|
"direction": "short",
|
|
"entry": 2649.06,
|
|
"tp": 2648.5702857142855,
|
|
"sl": 2651.9982857142854,
|
|
"exit": 2648.5702857142855,
|
|
"result": "tp",
|
|
"pnl": 16.562863001494,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00036972683571854327,
|
|
"pred_low": 0.00036972683571854327
|
|
},
|
|
{
|
|
"bar": 1248,
|
|
"time": "2025-01-08 06:15:00",
|
|
"direction": "short",
|
|
"entry": 2648.93,
|
|
"tp": 2648.4622857142854,
|
|
"sl": 2651.7362857142853,
|
|
"exit": 2648.4622857142854,
|
|
"result": "tp",
|
|
"pnl": 16.590467773166576,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00035313450012968003,
|
|
"pred_low": 0.00035313450012968003
|
|
},
|
|
{
|
|
"bar": 1256,
|
|
"time": "2025-01-08 06:55:00",
|
|
"direction": "long",
|
|
"entry": 2651.69,
|
|
"tp": 2652.2037142857143,
|
|
"sl": 2648.6077142857143,
|
|
"exit": 2652.2037142857143,
|
|
"result": "tp",
|
|
"pnl": 16.61811855278073,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00038746179660088413,
|
|
"pred_low": 0.00038746179660088413
|
|
},
|
|
{
|
|
"bar": 1272,
|
|
"time": "2025-01-08 08:15:00",
|
|
"direction": "long",
|
|
"entry": 2661.05,
|
|
"tp": 2662.0828571428574,
|
|
"sl": 2654.8528571428574,
|
|
"exit": 2662.0828571428574,
|
|
"result": "tp",
|
|
"pnl": 16.64581541703641,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007762778924538596,
|
|
"pred_low": 0.0007762778924538596
|
|
},
|
|
{
|
|
"bar": 1280,
|
|
"time": "2025-01-08 08:55:00",
|
|
"direction": "short",
|
|
"entry": 2662.08,
|
|
"tp": 2660.9511428571427,
|
|
"sl": 2668.8531428571428,
|
|
"exit": 2660.9511428571427,
|
|
"result": "tp",
|
|
"pnl": 16.67355844273161,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008481015918809067,
|
|
"pred_low": 0.0008481015918809067
|
|
},
|
|
{
|
|
"bar": 1288,
|
|
"time": "2025-01-08 09:35:00",
|
|
"direction": "long",
|
|
"entry": 2666.89,
|
|
"tp": 2667.9711428571427,
|
|
"sl": 2660.403142857143,
|
|
"exit": 2667.9711428571427,
|
|
"result": "tp",
|
|
"pnl": 16.70134770680186,
|
|
"bars_held": 14,
|
|
"pred_high": 0.0008107892392583386,
|
|
"pred_low": 0.0008107892392583386
|
|
},
|
|
{
|
|
"bar": 1296,
|
|
"time": "2025-01-08 10:15:00",
|
|
"direction": "long",
|
|
"entry": 2665.26,
|
|
"tp": 2666.013142857143,
|
|
"sl": 2660.741142857143,
|
|
"exit": 2666.013142857143,
|
|
"result": "tp",
|
|
"pnl": 16.729183286313685,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005651552622579672,
|
|
"pred_low": 0.0005651552622579672
|
|
},
|
|
{
|
|
"bar": 1304,
|
|
"time": "2025-01-08 10:55:00",
|
|
"direction": "long",
|
|
"entry": 2669.53,
|
|
"tp": 2670.2160000000003,
|
|
"sl": 2665.414,
|
|
"exit": 2665.414,
|
|
"result": "sl",
|
|
"pnl": -100.54239155074222,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0005139481481759009,
|
|
"pred_low": 0.0005139481481759009
|
|
},
|
|
{
|
|
"bar": 1312,
|
|
"time": "2025-01-08 11:35:00",
|
|
"direction": "short",
|
|
"entry": 2652.19,
|
|
"tp": 2651.116285714286,
|
|
"sl": 2658.632285714286,
|
|
"exit": 2651.116285714286,
|
|
"result": "tp",
|
|
"pnl": 16.589494605871483,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0008096812714883245,
|
|
"pred_low": 0.0008096812714883245
|
|
},
|
|
{
|
|
"bar": 1328,
|
|
"time": "2025-01-08 12:55:00",
|
|
"direction": "short",
|
|
"entry": 2653.23,
|
|
"tp": 2652.3351428571427,
|
|
"sl": 2658.599142857143,
|
|
"exit": 2658.599142857143,
|
|
"result": "sl",
|
|
"pnl": -99.70286258129528,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0006745417041546602,
|
|
"pred_low": 0.0006745417041546602
|
|
},
|
|
{
|
|
"bar": 1344,
|
|
"time": "2025-01-08 14:15:00",
|
|
"direction": "long",
|
|
"entry": 2659.72,
|
|
"tp": 2660.2242857142855,
|
|
"sl": 2656.6942857142853,
|
|
"exit": 2660.2242857142855,
|
|
"result": "tp",
|
|
"pnl": 16.45097232591364,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00037920210720357255,
|
|
"pred_low": 0.00037920210720357255
|
|
},
|
|
{
|
|
"bar": 1352,
|
|
"time": "2025-01-08 14:55:00",
|
|
"direction": "long",
|
|
"entry": 2663.34,
|
|
"tp": 2663.766857142857,
|
|
"sl": 2660.778857142857,
|
|
"exit": 2660.778857142857,
|
|
"result": "sl",
|
|
"pnl": -98.87034367874553,
|
|
"bars_held": 12,
|
|
"pred_high": 0.00032054273420381655,
|
|
"pred_low": 0.00032054273420381655
|
|
},
|
|
{
|
|
"bar": 1360,
|
|
"time": "2025-01-08 15:35:00",
|
|
"direction": "short",
|
|
"entry": 2661.61,
|
|
"tp": 2661.1948571428575,
|
|
"sl": 2664.1008571428574,
|
|
"exit": 2661.1948571428575,
|
|
"result": "tp",
|
|
"pnl": 16.313606706983578,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00031194867553313663,
|
|
"pred_low": 0.00031194867553313663
|
|
},
|
|
{
|
|
"bar": 1368,
|
|
"time": "2025-01-08 17:10:00",
|
|
"direction": "long",
|
|
"entry": 2661.86,
|
|
"tp": 2662.279142857143,
|
|
"sl": 2659.345142857143,
|
|
"exit": 2662.279142857143,
|
|
"result": "tp",
|
|
"pnl": 16.340796051509976,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00031492479479977104,
|
|
"pred_low": 0.00031492479479977104
|
|
},
|
|
{
|
|
"bar": 1376,
|
|
"time": "2025-01-08 17:50:00",
|
|
"direction": "long",
|
|
"entry": 2662.82,
|
|
"tp": 2663.1985714285715,
|
|
"sl": 2660.5485714285714,
|
|
"exit": 2660.5485714285714,
|
|
"result": "sl",
|
|
"pnl": -98.20818426954803,
|
|
"bars_held": 3,
|
|
"pred_high": 0.000284338730046654,
|
|
"pred_low": 0.000284338730046654
|
|
},
|
|
{
|
|
"bar": 1384,
|
|
"time": "2025-01-08 18:30:00",
|
|
"direction": "short",
|
|
"entry": 2659.86,
|
|
"tp": 2659.479142857143,
|
|
"sl": 2662.145142857143,
|
|
"exit": 2659.479142857143,
|
|
"result": "tp",
|
|
"pnl": 16.20435040447328,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0002863738263346039,
|
|
"pred_low": 0.0002863738263346039
|
|
},
|
|
{
|
|
"bar": 1392,
|
|
"time": "2025-01-08 19:10:00",
|
|
"direction": "short",
|
|
"entry": 2657.99,
|
|
"tp": 2657.5545714285713,
|
|
"sl": 2660.6025714285715,
|
|
"exit": 2657.5545714285713,
|
|
"result": "tp",
|
|
"pnl": 16.231357655143594,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0003276374790188009,
|
|
"pred_low": 0.0003276374790188009
|
|
},
|
|
{
|
|
"bar": 1400,
|
|
"time": "2025-01-08 19:50:00",
|
|
"direction": "long",
|
|
"entry": 2659.6,
|
|
"tp": 2660.0814285714287,
|
|
"sl": 2656.7114285714283,
|
|
"exit": 2656.7114285714283,
|
|
"result": "sl",
|
|
"pnl": -97.55045950744008,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00036203081021852525,
|
|
"pred_low": 0.00036203081021852525
|
|
},
|
|
{
|
|
"bar": 1408,
|
|
"time": "2025-01-08 20:30:00",
|
|
"direction": "short",
|
|
"entry": 2657.08,
|
|
"tp": 2656.6494285714284,
|
|
"sl": 2659.6634285714285,
|
|
"exit": 2656.6494285714284,
|
|
"result": "tp",
|
|
"pnl": 16.09582581873038,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003240936882377898,
|
|
"pred_low": 0.0003240936882377898
|
|
},
|
|
{
|
|
"bar": 1416,
|
|
"time": "2025-01-08 21:10:00",
|
|
"direction": "long",
|
|
"entry": 2660.25,
|
|
"tp": 2660.6174285714287,
|
|
"sl": 2658.0454285714286,
|
|
"exit": 2660.6174285714287,
|
|
"result": "tp",
|
|
"pnl": 16.12265219509829,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00027623612173936665,
|
|
"pred_low": 0.00027623612173936665
|
|
},
|
|
{
|
|
"bar": 1424,
|
|
"time": "2025-01-08 21:50:00",
|
|
"direction": "short",
|
|
"entry": 2659.66,
|
|
"tp": 2659.2862857142854,
|
|
"sl": 2661.902285714286,
|
|
"exit": 2659.2862857142854,
|
|
"result": "tp",
|
|
"pnl": 16.149523282088342,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0002810241051219401,
|
|
"pred_low": 0.0002810241051219401
|
|
},
|
|
{
|
|
"bar": 1432,
|
|
"time": "2025-01-08 22:30:00",
|
|
"direction": "short",
|
|
"entry": 2656.21,
|
|
"tp": 2655.8325714285716,
|
|
"sl": 2658.4745714285714,
|
|
"exit": 2655.8325714285716,
|
|
"result": "tp",
|
|
"pnl": 16.176439154216204,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002841857921087455,
|
|
"pred_low": 0.0002841857921087455
|
|
},
|
|
{
|
|
"bar": 1440,
|
|
"time": "2025-01-08 23:10:00",
|
|
"direction": "long",
|
|
"entry": 2659.85,
|
|
"tp": 2660.2631428571426,
|
|
"sl": 2657.371142857143,
|
|
"exit": 2660.2631428571426,
|
|
"result": "tp",
|
|
"pnl": 16.203399886138754,
|
|
"bars_held": 15,
|
|
"pred_high": 0.00031065124510242697,
|
|
"pred_low": 0.00031065124510242697
|
|
},
|
|
{
|
|
"bar": 1448,
|
|
"time": "2025-01-08 23:50:00",
|
|
"direction": "short",
|
|
"entry": 2658.82,
|
|
"tp": 2658.4125714285715,
|
|
"sl": 2661.2645714285713,
|
|
"exit": 2658.4125714285715,
|
|
"result": "tp",
|
|
"pnl": 16.230405552626944,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00030647322603902385,
|
|
"pred_low": 0.00030647322603902385
|
|
},
|
|
{
|
|
"bar": 1456,
|
|
"time": "2025-01-09 00:30:00",
|
|
"direction": "long",
|
|
"entry": 2661.64,
|
|
"tp": 2662.062571428571,
|
|
"sl": 2659.1045714285715,
|
|
"exit": 2662.062571428571,
|
|
"result": "tp",
|
|
"pnl": 16.2574562285358,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003175271100309693,
|
|
"pred_low": 0.0003175271100309693
|
|
},
|
|
{
|
|
"bar": 1472,
|
|
"time": "2025-01-09 01:50:00",
|
|
"direction": "short",
|
|
"entry": 2663.74,
|
|
"tp": 2663.332,
|
|
"sl": 2666.188,
|
|
"exit": 2663.332,
|
|
"result": "tp",
|
|
"pnl": 16.28455198891749,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003063362039839059,
|
|
"pred_low": 0.0003063362039839059
|
|
},
|
|
{
|
|
"bar": 1480,
|
|
"time": "2025-01-09 02:30:00",
|
|
"direction": "long",
|
|
"entry": 2666.09,
|
|
"tp": 2666.670857142857,
|
|
"sl": 2662.6048571428573,
|
|
"exit": 2666.670857142857,
|
|
"result": "tp",
|
|
"pnl": 16.311692908900344,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000435737085287549,
|
|
"pred_low": 0.000435737085287549
|
|
},
|
|
{
|
|
"bar": 1488,
|
|
"time": "2025-01-09 03:10:00",
|
|
"direction": "short",
|
|
"entry": 2663.48,
|
|
"tp": 2662.7002857142857,
|
|
"sl": 2668.1582857142857,
|
|
"exit": 2662.7002857142857,
|
|
"result": "tp",
|
|
"pnl": 16.338879063754792,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005854853693020197,
|
|
"pred_low": 0.0005854853693020197
|
|
},
|
|
{
|
|
"bar": 1496,
|
|
"time": "2025-01-09 03:50:00",
|
|
"direction": "long",
|
|
"entry": 2665.31,
|
|
"tp": 2665.983714285714,
|
|
"sl": 2661.267714285714,
|
|
"exit": 2665.983714285714,
|
|
"result": "tp",
|
|
"pnl": 16.36611052885599,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0005055429092407792,
|
|
"pred_low": 0.0005055429092407792
|
|
},
|
|
{
|
|
"bar": 1504,
|
|
"time": "2025-01-09 04:30:00",
|
|
"direction": "long",
|
|
"entry": 2666.24,
|
|
"tp": 2666.642857142857,
|
|
"sl": 2663.8228571428567,
|
|
"exit": 2666.642857142857,
|
|
"result": "tp",
|
|
"pnl": 16.39338737973846,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00030219120773610273,
|
|
"pred_low": 0.00030219120773610273
|
|
},
|
|
{
|
|
"bar": 1520,
|
|
"time": "2025-01-09 05:50:00",
|
|
"direction": "long",
|
|
"entry": 2672.84,
|
|
"tp": 2673.4860000000003,
|
|
"sl": 2668.964,
|
|
"exit": 2673.4860000000003,
|
|
"result": "tp",
|
|
"pnl": 16.420709692044756,
|
|
"bars_held": 9,
|
|
"pred_high": 0.00048338097304739797,
|
|
"pred_low": 0.00048338097304739797
|
|
},
|
|
{
|
|
"bar": 1528,
|
|
"time": "2025-01-09 06:30:00",
|
|
"direction": "long",
|
|
"entry": 2672.7,
|
|
"tp": 2673.4168571428568,
|
|
"sl": 2668.3988571428567,
|
|
"exit": 2673.4168571428568,
|
|
"result": "tp",
|
|
"pnl": 16.44807754152211,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005364291861092977,
|
|
"pred_low": 0.0005364291861092977
|
|
},
|
|
{
|
|
"bar": 1536,
|
|
"time": "2025-01-09 07:10:00",
|
|
"direction": "long",
|
|
"entry": 2672.98,
|
|
"tp": 2673.5905714285714,
|
|
"sl": 2669.3165714285715,
|
|
"exit": 2673.5905714285714,
|
|
"result": "tp",
|
|
"pnl": 16.475491004094323,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004568469861887575,
|
|
"pred_low": 0.0004568469861887575
|
|
},
|
|
{
|
|
"bar": 1544,
|
|
"time": "2025-01-09 07:50:00",
|
|
"direction": "short",
|
|
"entry": 2674.64,
|
|
"tp": 2673.883714285714,
|
|
"sl": 2679.177714285714,
|
|
"exit": 2673.883714285714,
|
|
"result": "tp",
|
|
"pnl": 16.502950155769003,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005655233708354931,
|
|
"pred_low": 0.0005655233708354931
|
|
},
|
|
{
|
|
"bar": 1552,
|
|
"time": "2025-01-09 08:30:00",
|
|
"direction": "short",
|
|
"entry": 2672.05,
|
|
"tp": 2671.211142857143,
|
|
"sl": 2677.0831428571432,
|
|
"exit": 2671.211142857143,
|
|
"result": "tp",
|
|
"pnl": 16.5304550726979,
|
|
"bars_held": 8,
|
|
"pred_high": 0.0006278753338127255,
|
|
"pred_low": 0.0006278753338127255
|
|
},
|
|
{
|
|
"bar": 1560,
|
|
"time": "2025-01-09 09:10:00",
|
|
"direction": "short",
|
|
"entry": 2673.09,
|
|
"tp": 2672.1705714285717,
|
|
"sl": 2678.6065714285714,
|
|
"exit": 2672.1705714285717,
|
|
"result": "tp",
|
|
"pnl": 16.558005831147305,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006879144147249564,
|
|
"pred_low": 0.0006879144147249564
|
|
},
|
|
{
|
|
"bar": 1568,
|
|
"time": "2025-01-09 09:50:00",
|
|
"direction": "short",
|
|
"entry": 2669.23,
|
|
"tp": 2668.308,
|
|
"sl": 2674.762,
|
|
"exit": 2668.308,
|
|
"result": "tp",
|
|
"pnl": 16.585602507536066,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000690835933958482,
|
|
"pred_low": 0.000690835933958482
|
|
},
|
|
{
|
|
"bar": 1576,
|
|
"time": "2025-01-09 10:30:00",
|
|
"direction": "long",
|
|
"entry": 2669.22,
|
|
"tp": 2670.0159999999996,
|
|
"sl": 2664.4439999999995,
|
|
"exit": 2664.4439999999995,
|
|
"result": "sl",
|
|
"pnl": -99.67947107029134,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0005964289193097832,
|
|
"pred_low": 0.0005964289193097832
|
|
},
|
|
{
|
|
"bar": 1584,
|
|
"time": "2025-01-09 11:10:00",
|
|
"direction": "short",
|
|
"entry": 2665.43,
|
|
"tp": 2664.6911428571425,
|
|
"sl": 2669.8631428571425,
|
|
"exit": 2664.6911428571425,
|
|
"result": "tp",
|
|
"pnl": 16.447112726602008,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005543999601243676,
|
|
"pred_low": 0.0005543999601243676
|
|
},
|
|
{
|
|
"bar": 1592,
|
|
"time": "2025-01-09 11:50:00",
|
|
"direction": "long",
|
|
"entry": 2666.08,
|
|
"tp": 2666.786,
|
|
"sl": 2661.844,
|
|
"exit": 2666.786,
|
|
"result": "tp",
|
|
"pnl": 16.47452458114534,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005296165156334305,
|
|
"pred_low": 0.0005296165156334305
|
|
},
|
|
{
|
|
"bar": 1600,
|
|
"time": "2025-01-09 12:30:00",
|
|
"direction": "long",
|
|
"entry": 2671.15,
|
|
"tp": 2671.8094285714287,
|
|
"sl": 2667.1934285714283,
|
|
"exit": 2669.34,
|
|
"result": "timeout",
|
|
"pnl": -45.29465196861419,
|
|
"bars_held": 50,
|
|
"pred_high": 0.000493741325967174,
|
|
"pred_low": 0.000493741325967174
|
|
},
|
|
{
|
|
"bar": 1608,
|
|
"time": "2025-01-09 13:10:00",
|
|
"direction": "short",
|
|
"entry": 2668.96,
|
|
"tp": 2668.363714285714,
|
|
"sl": 2672.5377142857146,
|
|
"exit": 2668.363714285714,
|
|
"result": "tp",
|
|
"pnl": 16.42649103549909,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004468300119040654,
|
|
"pred_low": 0.0004468300119040654
|
|
},
|
|
{
|
|
"bar": 1616,
|
|
"time": "2025-01-09 13:50:00",
|
|
"direction": "long",
|
|
"entry": 2670.28,
|
|
"tp": 2670.6594285714286,
|
|
"sl": 2668.0034285714287,
|
|
"exit": 2668.0034285714287,
|
|
"result": "sl",
|
|
"pnl": -98.72321112333462,
|
|
"bars_held": 15,
|
|
"pred_high": 0.0002841863560589729,
|
|
"pred_low": 0.0002841863560589729
|
|
},
|
|
{
|
|
"bar": 1624,
|
|
"time": "2025-01-09 14:30:00",
|
|
"direction": "long",
|
|
"entry": 2670.34,
|
|
"tp": 2670.6265714285714,
|
|
"sl": 2668.6205714285716,
|
|
"exit": 2668.6205714285716,
|
|
"result": "sl",
|
|
"pnl": -97.7359790120975,
|
|
"bars_held": 7,
|
|
"pred_high": 0.00021463291458872973,
|
|
"pred_low": 0.00021463291458872973
|
|
},
|
|
{
|
|
"bar": 1632,
|
|
"time": "2025-01-09 15:10:00",
|
|
"direction": "short",
|
|
"entry": 2668.87,
|
|
"tp": 2668.578,
|
|
"sl": 2670.6220000000003,
|
|
"exit": 2668.578,
|
|
"result": "tp",
|
|
"pnl": 16.12643653698988,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0002188192006354999,
|
|
"pred_low": 0.0002188192006354999
|
|
},
|
|
{
|
|
"bar": 1640,
|
|
"time": "2025-01-09 15:50:00",
|
|
"direction": "long",
|
|
"entry": 2670.26,
|
|
"tp": 2670.5422857142858,
|
|
"sl": 2668.5662857142856,
|
|
"exit": 2670.5422857142858,
|
|
"result": "tp",
|
|
"pnl": 16.1533139312135,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00021142938461852432,
|
|
"pred_low": 0.00021142938461852432
|
|
},
|
|
{
|
|
"bar": 1656,
|
|
"time": "2025-01-09 18:05:00",
|
|
"direction": "long",
|
|
"entry": 2670.22,
|
|
"tp": 2670.565714285714,
|
|
"sl": 2668.145714285714,
|
|
"exit": 2670.565714285714,
|
|
"result": "tp",
|
|
"pnl": 16.180236121103324,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0002589406758351815,
|
|
"pred_low": 0.0002589406758351815
|
|
},
|
|
{
|
|
"bar": 1664,
|
|
"time": "2025-01-09 18:45:00",
|
|
"direction": "long",
|
|
"entry": 2670.36,
|
|
"tp": 2670.688857142857,
|
|
"sl": 2668.386857142857,
|
|
"exit": 2670.688857142857,
|
|
"result": "tp",
|
|
"pnl": 16.207203181304166,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002463017292478827,
|
|
"pred_low": 0.0002463017292478827
|
|
},
|
|
{
|
|
"bar": 1672,
|
|
"time": "2025-01-09 19:25:00",
|
|
"direction": "long",
|
|
"entry": 2671.43,
|
|
"tp": 2671.8199999999997,
|
|
"sl": 2669.0899999999997,
|
|
"exit": 2671.8199999999997,
|
|
"result": "tp",
|
|
"pnl": 16.234215186608612,
|
|
"bars_held": 7,
|
|
"pred_high": 0.00029197845348746,
|
|
"pred_low": 0.00029197845348746
|
|
},
|
|
{
|
|
"bar": 1680,
|
|
"time": "2025-01-09 20:05:00",
|
|
"direction": "long",
|
|
"entry": 2671.37,
|
|
"tp": 2671.885714285714,
|
|
"sl": 2668.2757142857145,
|
|
"exit": 2671.885714285714,
|
|
"result": "tp",
|
|
"pnl": 16.261272211924215,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003861047220821264,
|
|
"pred_low": 0.0003861047220821264
|
|
},
|
|
{
|
|
"bar": 1688,
|
|
"time": "2025-01-09 20:45:00",
|
|
"direction": "short",
|
|
"entry": 2672.95,
|
|
"tp": 2672.4777142857142,
|
|
"sl": 2675.7837142857143,
|
|
"exit": 2672.4777142857142,
|
|
"result": "tp",
|
|
"pnl": 16.288374332273765,
|
|
"bars_held": 17,
|
|
"pred_high": 0.00035338163024801816,
|
|
"pred_low": 0.00035338163024801816
|
|
},
|
|
{
|
|
"bar": 1696,
|
|
"time": "2025-01-09 21:25:00",
|
|
"direction": "long",
|
|
"entry": 2674.25,
|
|
"tp": 2674.6262857142856,
|
|
"sl": 2671.9922857142856,
|
|
"exit": 2671.9922857142856,
|
|
"result": "sl",
|
|
"pnl": -97.89312973699109,
|
|
"bars_held": 15,
|
|
"pred_high": 0.00028141401461025887,
|
|
"pred_low": 0.00028141401461025887
|
|
},
|
|
{
|
|
"bar": 1720,
|
|
"time": "2025-01-09 23:25:00",
|
|
"direction": "long",
|
|
"entry": 2674.18,
|
|
"tp": 2674.4894285714286,
|
|
"sl": 2672.3234285714284,
|
|
"exit": 2674.4894285714286,
|
|
"result": "tp",
|
|
"pnl": 16.152366406611176,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0002314194043995411,
|
|
"pred_low": 0.0002314194043995411
|
|
},
|
|
{
|
|
"bar": 1728,
|
|
"time": "2025-01-10 00:05:00",
|
|
"direction": "short",
|
|
"entry": 2674.91,
|
|
"tp": 2674.542857142857,
|
|
"sl": 2677.112857142857,
|
|
"exit": 2674.542857142857,
|
|
"result": "tp",
|
|
"pnl": 16.179287017282547,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00027450856824555187,
|
|
"pred_low": 0.00027450856824555187
|
|
},
|
|
{
|
|
"bar": 1736,
|
|
"time": "2025-01-10 00:45:00",
|
|
"direction": "long",
|
|
"entry": 2677.27,
|
|
"tp": 2677.636571428571,
|
|
"sl": 2675.0705714285714,
|
|
"exit": 2677.636571428571,
|
|
"result": "tp",
|
|
"pnl": 16.20625249563435,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00027383971625679406,
|
|
"pred_low": 0.00027383971625679406
|
|
},
|
|
{
|
|
"bar": 1744,
|
|
"time": "2025-01-10 01:25:00",
|
|
"direction": "long",
|
|
"entry": 2678.42,
|
|
"tp": 2678.947142857143,
|
|
"sl": 2675.2571428571428,
|
|
"exit": 2675.2571428571428,
|
|
"result": "sl",
|
|
"pnl": -97.39957749882399,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00039362225277801986,
|
|
"pred_low": 0.00039362225277801986
|
|
},
|
|
{
|
|
"bar": 1752,
|
|
"time": "2025-01-10 02:05:00",
|
|
"direction": "long",
|
|
"entry": 2678.47,
|
|
"tp": 2679.0537142857142,
|
|
"sl": 2674.967714285714,
|
|
"exit": 2679.0537142857142,
|
|
"result": "tp",
|
|
"pnl": 16.070930287309185,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00043585650443297416,
|
|
"pred_low": 0.00043585650443297416
|
|
},
|
|
{
|
|
"bar": 1760,
|
|
"time": "2025-01-10 02:45:00",
|
|
"direction": "short",
|
|
"entry": 2678.42,
|
|
"tp": 2677.803142857143,
|
|
"sl": 2682.121142857143,
|
|
"exit": 2677.803142857143,
|
|
"result": "tp",
|
|
"pnl": 16.09771517111504,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004606127066383323,
|
|
"pred_low": 0.0004606127066383323
|
|
},
|
|
{
|
|
"bar": 1768,
|
|
"time": "2025-01-10 03:25:00",
|
|
"direction": "long",
|
|
"entry": 2679.81,
|
|
"tp": 2680.5337142857143,
|
|
"sl": 2675.467714285714,
|
|
"exit": 2680.5337142857143,
|
|
"result": "tp",
|
|
"pnl": 16.124544696402847,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0005401235801898617,
|
|
"pred_low": 0.0005401235801898617
|
|
},
|
|
{
|
|
"bar": 1776,
|
|
"time": "2025-01-10 04:05:00",
|
|
"direction": "long",
|
|
"entry": 2680.66,
|
|
"tp": 2681.2242857142855,
|
|
"sl": 2677.2742857142853,
|
|
"exit": 2681.2242857142855,
|
|
"result": "tp",
|
|
"pnl": 16.15141893756182,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00042100506165327,
|
|
"pred_low": 0.00042100506165327
|
|
},
|
|
{
|
|
"bar": 1784,
|
|
"time": "2025-01-10 04:45:00",
|
|
"direction": "short",
|
|
"entry": 2680.57,
|
|
"tp": 2679.941428571429,
|
|
"sl": 2684.341428571429,
|
|
"exit": 2679.941428571429,
|
|
"result": "tp",
|
|
"pnl": 16.178337969124538,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004689834091789549,
|
|
"pred_low": 0.0004689834091789549
|
|
},
|
|
{
|
|
"bar": 1800,
|
|
"time": "2025-01-10 06:05:00",
|
|
"direction": "short",
|
|
"entry": 2679.27,
|
|
"tp": 2678.8588571428572,
|
|
"sl": 2681.736857142857,
|
|
"exit": 2678.8588571428572,
|
|
"result": "tp",
|
|
"pnl": 16.20530186573665,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003069066254187548,
|
|
"pred_low": 0.0003069066254187548
|
|
},
|
|
{
|
|
"bar": 1808,
|
|
"time": "2025-01-10 06:45:00",
|
|
"direction": "long",
|
|
"entry": 2679.31,
|
|
"tp": 2679.922,
|
|
"sl": 2675.638,
|
|
"exit": 2675.638,
|
|
"result": "sl",
|
|
"pnl": -97.39386421309807,
|
|
"bars_held": 3,
|
|
"pred_high": 0.000456834035628597,
|
|
"pred_low": 0.000456834035628597
|
|
},
|
|
{
|
|
"bar": 1824,
|
|
"time": "2025-01-10 08:05:00",
|
|
"direction": "long",
|
|
"entry": 2680.56,
|
|
"tp": 2682.4551428571426,
|
|
"sl": 2669.1891428571425,
|
|
"exit": 2682.4551428571426,
|
|
"result": "tp",
|
|
"pnl": 16.06998759516016,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0014139902536357092,
|
|
"pred_low": 0.0014139902536357092
|
|
},
|
|
{
|
|
"bar": 1840,
|
|
"time": "2025-01-10 09:25:00",
|
|
"direction": "long",
|
|
"entry": 2694.82,
|
|
"tp": 2696.244,
|
|
"sl": 2686.276,
|
|
"exit": 2696.244,
|
|
"result": "tp",
|
|
"pnl": 16.096770907819973,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0010568423865044917,
|
|
"pred_low": 0.0010568423865044917
|
|
},
|
|
{
|
|
"bar": 1848,
|
|
"time": "2025-01-10 10:05:00",
|
|
"direction": "short",
|
|
"entry": 2689.29,
|
|
"tp": 2687.8945714285715,
|
|
"sl": 2697.6625714285715,
|
|
"exit": 2687.8945714285715,
|
|
"result": "tp",
|
|
"pnl": 16.12359885933269,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0010377672704904087,
|
|
"pred_low": 0.0010377672704904087
|
|
},
|
|
{
|
|
"bar": 1856,
|
|
"time": "2025-01-10 10:45:00",
|
|
"direction": "long",
|
|
"entry": 2693.63,
|
|
"tp": 2694.764285714286,
|
|
"sl": 2686.824285714286,
|
|
"exit": 2694.764285714286,
|
|
"result": "tp",
|
|
"pnl": 16.150471524100848,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008421986050687898,
|
|
"pred_low": 0.0008421986050687898
|
|
},
|
|
{
|
|
"bar": 1864,
|
|
"time": "2025-01-10 11:25:00",
|
|
"direction": "short",
|
|
"entry": 2694.09,
|
|
"tp": 2693.3140000000003,
|
|
"sl": 2698.746,
|
|
"exit": 2693.3140000000003,
|
|
"result": "tp",
|
|
"pnl": 16.177388976635918,
|
|
"bars_held": 9,
|
|
"pred_high": 0.0005760757806903227,
|
|
"pred_low": 0.0005760757806903227
|
|
},
|
|
{
|
|
"bar": 1872,
|
|
"time": "2025-01-10 12:05:00",
|
|
"direction": "short",
|
|
"entry": 2694.51,
|
|
"tp": 2693.8882857142858,
|
|
"sl": 2698.240285714286,
|
|
"exit": 2693.8882857142858,
|
|
"result": "tp",
|
|
"pnl": 16.20435129160463,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000461467417611582,
|
|
"pred_low": 0.000461467417611582
|
|
},
|
|
{
|
|
"bar": 1880,
|
|
"time": "2025-01-10 12:45:00",
|
|
"direction": "short",
|
|
"entry": 2687.29,
|
|
"tp": 2686.6074285714285,
|
|
"sl": 2691.3854285714283,
|
|
"exit": 2686.6074285714285,
|
|
"result": "tp",
|
|
"pnl": 16.231358543753828,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000507999827760625,
|
|
"pred_low": 0.000507999827760625
|
|
},
|
|
{
|
|
"bar": 1896,
|
|
"time": "2025-01-10 14:05:00",
|
|
"direction": "long",
|
|
"entry": 2688.55,
|
|
"tp": 2689.151142857143,
|
|
"sl": 2684.943142857143,
|
|
"exit": 2689.151142857143,
|
|
"result": "tp",
|
|
"pnl": 16.25841080799038,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0004471874111642946,
|
|
"pred_low": 0.0004471874111642946
|
|
},
|
|
{
|
|
"bar": 1912,
|
|
"time": "2025-01-10 15:25:00",
|
|
"direction": "short",
|
|
"entry": 2690.26,
|
|
"tp": 2689.765428571429,
|
|
"sl": 2693.227428571429,
|
|
"exit": 2689.765428571429,
|
|
"result": "tp",
|
|
"pnl": 16.285508159336143,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00036767556189472615,
|
|
"pred_low": 0.00036767556189472615
|
|
},
|
|
{
|
|
"bar": 1920,
|
|
"time": "2025-01-12 17:00:00",
|
|
"direction": "long",
|
|
"entry": 2688.46,
|
|
"tp": 2689.0485714285714,
|
|
"sl": 2684.928571428571,
|
|
"exit": 2689.0485714285714,
|
|
"result": "tp",
|
|
"pnl": 16.312650672936954,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004378502403394151,
|
|
"pred_low": 0.0004378502403394151
|
|
},
|
|
{
|
|
"bar": 1928,
|
|
"time": "2025-01-12 17:40:00",
|
|
"direction": "long",
|
|
"entry": 2689.86,
|
|
"tp": 2690.4634285714287,
|
|
"sl": 2686.2394285714286,
|
|
"exit": 2690.4634285714287,
|
|
"result": "tp",
|
|
"pnl": 16.33983842405959,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00044866912882350336,
|
|
"pred_low": 0.00044866912882350336
|
|
},
|
|
{
|
|
"bar": 1944,
|
|
"time": "2025-01-12 19:00:00",
|
|
"direction": "short",
|
|
"entry": 2687.07,
|
|
"tp": 2686.2940000000003,
|
|
"sl": 2691.726,
|
|
"exit": 2686.2940000000003,
|
|
"result": "tp",
|
|
"pnl": 16.367071488096684,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005775807850186134,
|
|
"pred_low": 0.0005775807850186134
|
|
},
|
|
{
|
|
"bar": 1952,
|
|
"time": "2025-01-12 19:40:00",
|
|
"direction": "long",
|
|
"entry": 2683.37,
|
|
"tp": 2684.2471428571425,
|
|
"sl": 2678.1071428571427,
|
|
"exit": 2684.2471428571425,
|
|
"result": "tp",
|
|
"pnl": 16.394349940575975,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006537621402511409,
|
|
"pred_low": 0.0006537621402511409
|
|
},
|
|
{
|
|
"bar": 1960,
|
|
"time": "2025-01-12 20:20:00",
|
|
"direction": "long",
|
|
"entry": 2688.95,
|
|
"tp": 2689.719714285714,
|
|
"sl": 2684.331714285714,
|
|
"exit": 2689.719714285714,
|
|
"result": "tp",
|
|
"pnl": 16.42167385714471,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005725017465659639,
|
|
"pred_low": 0.0005725017465659639
|
|
},
|
|
{
|
|
"bar": 1968,
|
|
"time": "2025-01-12 21:00:00",
|
|
"direction": "long",
|
|
"entry": 2687.85,
|
|
"tp": 2688.44,
|
|
"sl": 2684.31,
|
|
"exit": 2688.44,
|
|
"result": "tp",
|
|
"pnl": 16.44904331358004,
|
|
"bars_held": 12,
|
|
"pred_high": 0.0004390125937087283,
|
|
"pred_low": 0.0004390125937087283
|
|
},
|
|
{
|
|
"bar": 1976,
|
|
"time": "2025-01-12 21:40:00",
|
|
"direction": "short",
|
|
"entry": 2686.29,
|
|
"tp": 2685.724857142857,
|
|
"sl": 2689.680857142857,
|
|
"exit": 2685.724857142857,
|
|
"result": "tp",
|
|
"pnl": 16.476458385762328,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004207608688137542,
|
|
"pred_low": 0.0004207608688137542
|
|
},
|
|
{
|
|
"bar": 1984,
|
|
"time": "2025-01-12 22:20:00",
|
|
"direction": "short",
|
|
"entry": 2687.1,
|
|
"tp": 2686.522571428571,
|
|
"sl": 2690.5645714285715,
|
|
"exit": 2686.522571428571,
|
|
"result": "tp",
|
|
"pnl": 16.503919149746828,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004297782527100387,
|
|
"pred_low": 0.0004297782527100387
|
|
},
|
|
{
|
|
"bar": 1992,
|
|
"time": "2025-01-12 23:00:00",
|
|
"direction": "long",
|
|
"entry": 2686.08,
|
|
"tp": 2686.637714285714,
|
|
"sl": 2682.733714285714,
|
|
"exit": 2686.637714285714,
|
|
"result": "tp",
|
|
"pnl": 16.53142568165402,
|
|
"bars_held": 11,
|
|
"pred_high": 0.0004152626025392284,
|
|
"pred_low": 0.0004152626025392284
|
|
},
|
|
{
|
|
"bar": 2000,
|
|
"time": "2025-01-12 23:40:00",
|
|
"direction": "short",
|
|
"entry": 2684.17,
|
|
"tp": 2683.7022857142856,
|
|
"sl": 2686.976285714286,
|
|
"exit": 2683.7022857142856,
|
|
"result": "tp",
|
|
"pnl": 16.558978057800406,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003484982588392558,
|
|
"pred_low": 0.0003484982588392558
|
|
},
|
|
{
|
|
"bar": 2008,
|
|
"time": "2025-01-13 00:20:00",
|
|
"direction": "long",
|
|
"entry": 2689.84,
|
|
"tp": 2690.3365714285715,
|
|
"sl": 2686.8605714285713,
|
|
"exit": 2690.3365714285715,
|
|
"result": "tp",
|
|
"pnl": 16.586576354552626,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003692200492010266,
|
|
"pred_low": 0.0003692200492010266
|
|
},
|
|
{
|
|
"bar": 2016,
|
|
"time": "2025-01-13 01:00:00",
|
|
"direction": "short",
|
|
"entry": 2689.74,
|
|
"tp": 2689.2805714285714,
|
|
"sl": 2692.4965714285713,
|
|
"exit": 2689.2805714285714,
|
|
"result": "tp",
|
|
"pnl": 16.61422064847324,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000341615599595933,
|
|
"pred_low": 0.000341615599595933
|
|
},
|
|
{
|
|
"bar": 2024,
|
|
"time": "2025-01-13 01:40:00",
|
|
"direction": "short",
|
|
"entry": 2685.4,
|
|
"tp": 2684.9500000000003,
|
|
"sl": 2688.1,
|
|
"exit": 2684.9500000000003,
|
|
"result": "tp",
|
|
"pnl": 16.64191101622243,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003351456021449222,
|
|
"pred_low": 0.0003351456021449222
|
|
},
|
|
{
|
|
"bar": 2040,
|
|
"time": "2025-01-13 03:00:00",
|
|
"direction": "short",
|
|
"entry": 2685.64,
|
|
"tp": 2684.8979999999997,
|
|
"sl": 2690.0919999999996,
|
|
"exit": 2684.8979999999997,
|
|
"result": "tp",
|
|
"pnl": 16.669647534593423,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0005525684752982488,
|
|
"pred_low": 0.0005525684752982488
|
|
},
|
|
{
|
|
"bar": 2048,
|
|
"time": "2025-01-13 03:40:00",
|
|
"direction": "short",
|
|
"entry": 2685.3,
|
|
"tp": 2684.530285714286,
|
|
"sl": 2689.918285714286,
|
|
"exit": 2684.530285714286,
|
|
"result": "tp",
|
|
"pnl": 16.697430280476656,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005732799208388636,
|
|
"pred_low": 0.0005732799208388636
|
|
},
|
|
{
|
|
"bar": 2056,
|
|
"time": "2025-01-13 04:20:00",
|
|
"direction": "short",
|
|
"entry": 2679.04,
|
|
"tp": 2678.115142857143,
|
|
"sl": 2684.589142857143,
|
|
"exit": 2678.115142857143,
|
|
"result": "tp",
|
|
"pnl": 16.725259330944912,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006904392191659542,
|
|
"pred_low": 0.0006904392191659542
|
|
},
|
|
{
|
|
"bar": 2064,
|
|
"time": "2025-01-13 05:00:00",
|
|
"direction": "short",
|
|
"entry": 2679.61,
|
|
"tp": 2678.7637142857143,
|
|
"sl": 2684.6877142857147,
|
|
"exit": 2678.7637142857143,
|
|
"result": "tp",
|
|
"pnl": 16.7531347631678,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006316484221851218,
|
|
"pred_low": 0.0006316484221851218
|
|
},
|
|
{
|
|
"bar": 2072,
|
|
"time": "2025-01-13 05:40:00",
|
|
"direction": "short",
|
|
"entry": 2677.31,
|
|
"tp": 2676.690857142857,
|
|
"sl": 2681.024857142857,
|
|
"exit": 2676.690857142857,
|
|
"result": "tp",
|
|
"pnl": 16.781056654436984,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00046251114524867076,
|
|
"pred_low": 0.00046251114524867076
|
|
},
|
|
{
|
|
"bar": 2080,
|
|
"time": "2025-01-13 06:20:00",
|
|
"direction": "short",
|
|
"entry": 2672.39,
|
|
"tp": 2671.6594285714286,
|
|
"sl": 2676.773428571428,
|
|
"exit": 2671.6594285714286,
|
|
"result": "tp",
|
|
"pnl": 16.809025082191496,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005467550982988219,
|
|
"pred_low": 0.0005467550982988219
|
|
},
|
|
{
|
|
"bar": 2088,
|
|
"time": "2025-01-13 07:00:00",
|
|
"direction": "long",
|
|
"entry": 2671.32,
|
|
"tp": 2672.219142857143,
|
|
"sl": 2665.9251428571433,
|
|
"exit": 2665.9251428571433,
|
|
"result": "sl",
|
|
"pnl": -101.02224074399022,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0006731824395001913,
|
|
"pred_low": 0.0006731824395001913
|
|
},
|
|
{
|
|
"bar": 2096,
|
|
"time": "2025-01-13 07:40:00",
|
|
"direction": "short",
|
|
"entry": 2664.89,
|
|
"tp": 2664.018857142857,
|
|
"sl": 2670.116857142857,
|
|
"exit": 2664.018857142857,
|
|
"result": "tp",
|
|
"pnl": 16.668669722758008,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006537927322649902,
|
|
"pred_low": 0.0006537927322649902
|
|
},
|
|
{
|
|
"bar": 2104,
|
|
"time": "2025-01-13 08:20:00",
|
|
"direction": "short",
|
|
"entry": 2667.35,
|
|
"tp": 2666.514857142857,
|
|
"sl": 2672.360857142857,
|
|
"exit": 2666.514857142857,
|
|
"result": "tp",
|
|
"pnl": 16.696450838961013,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0006261966799578943,
|
|
"pred_low": 0.0006261966799578943
|
|
},
|
|
{
|
|
"bar": 2112,
|
|
"time": "2025-01-13 09:00:00",
|
|
"direction": "long",
|
|
"entry": 2670.47,
|
|
"tp": 2671.4431428571424,
|
|
"sl": 2664.631142857143,
|
|
"exit": 2671.4431428571424,
|
|
"result": "tp",
|
|
"pnl": 16.72427825702516,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007288176666600484,
|
|
"pred_low": 0.0007288176666600484
|
|
},
|
|
{
|
|
"bar": 2120,
|
|
"time": "2025-01-13 09:40:00",
|
|
"direction": "short",
|
|
"entry": 2666.37,
|
|
"tp": 2665.3314285714287,
|
|
"sl": 2672.601428571428,
|
|
"exit": 2665.3314285714287,
|
|
"result": "tp",
|
|
"pnl": 16.752152054120394,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007790152368736619,
|
|
"pred_low": 0.0007790152368736619
|
|
},
|
|
{
|
|
"bar": 2128,
|
|
"time": "2025-01-13 10:20:00",
|
|
"direction": "long",
|
|
"entry": 2664.53,
|
|
"tp": 2665.404,
|
|
"sl": 2659.286,
|
|
"exit": 2665.404,
|
|
"result": "tp",
|
|
"pnl": 16.78007230754262,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006560256405444991,
|
|
"pred_low": 0.0006560256405444991
|
|
},
|
|
{
|
|
"bar": 2136,
|
|
"time": "2025-01-13 11:00:00",
|
|
"direction": "short",
|
|
"entry": 2660.17,
|
|
"tp": 2659.428,
|
|
"sl": 2664.622,
|
|
"exit": 2659.428,
|
|
"result": "tp",
|
|
"pnl": 16.80803909473051,
|
|
"bars_held": 8,
|
|
"pred_high": 0.0005578590841938631,
|
|
"pred_low": 0.0005578590841938631
|
|
},
|
|
{
|
|
"bar": 2144,
|
|
"time": "2025-01-13 11:40:00",
|
|
"direction": "short",
|
|
"entry": 2660.06,
|
|
"tp": 2659.4605714285713,
|
|
"sl": 2663.656571428571,
|
|
"exit": 2659.4605714285713,
|
|
"result": "tp",
|
|
"pnl": 16.836052493220965,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004506880081115155,
|
|
"pred_low": 0.0004506880081115155
|
|
},
|
|
{
|
|
"bar": 2160,
|
|
"time": "2025-01-13 13:00:00",
|
|
"direction": "short",
|
|
"entry": 2657.32,
|
|
"tp": 2656.650857142857,
|
|
"sl": 2661.3348571428573,
|
|
"exit": 2661.3348571428573,
|
|
"result": "sl",
|
|
"pnl": -101.18467548424067,
|
|
"bars_held": 21,
|
|
"pred_high": 0.0005036223391558663,
|
|
"pred_low": 0.0005036223391558663
|
|
},
|
|
{
|
|
"bar": 2168,
|
|
"time": "2025-01-13 13:40:00",
|
|
"direction": "long",
|
|
"entry": 2659.79,
|
|
"tp": 2660.2257142857143,
|
|
"sl": 2657.175714285714,
|
|
"exit": 2660.2257142857143,
|
|
"result": "tp",
|
|
"pnl": 16.69547145489994,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00032763059167399363,
|
|
"pred_low": 0.00032763059167399363
|
|
},
|
|
{
|
|
"bar": 2176,
|
|
"time": "2025-01-13 14:20:00",
|
|
"direction": "long",
|
|
"entry": 2659.4,
|
|
"tp": 2659.8237142857142,
|
|
"sl": 2656.8577142857143,
|
|
"exit": 2659.8237142857142,
|
|
"result": "tp",
|
|
"pnl": 16.723297240651476,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003186540465625958,
|
|
"pred_low": 0.0003186540465625958
|
|
},
|
|
{
|
|
"bar": 2192,
|
|
"time": "2025-01-13 15:40:00",
|
|
"direction": "long",
|
|
"entry": 2662.36,
|
|
"tp": 2662.6857142857143,
|
|
"sl": 2660.4057142857146,
|
|
"exit": 2662.6857142857143,
|
|
"result": "tp",
|
|
"pnl": 16.75116940272019,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002446808738970502,
|
|
"pred_low": 0.0002446808738970502
|
|
},
|
|
{
|
|
"bar": 2200,
|
|
"time": "2025-01-13 17:15:00",
|
|
"direction": "long",
|
|
"entry": 2665.25,
|
|
"tp": 2665.628857142857,
|
|
"sl": 2662.976857142857,
|
|
"exit": 2665.628857142857,
|
|
"result": "tp",
|
|
"pnl": 16.77908801839952,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00028429388827099606,
|
|
"pred_low": 0.00028429388827099606
|
|
},
|
|
{
|
|
"bar": 2216,
|
|
"time": "2025-01-13 18:35:00",
|
|
"direction": "long",
|
|
"entry": 2669.27,
|
|
"tp": 2669.810857142857,
|
|
"sl": 2666.024857142857,
|
|
"exit": 2669.810857142857,
|
|
"result": "tp",
|
|
"pnl": 16.807053165089762,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00040524723453014364,
|
|
"pred_low": 0.00040524723453014364
|
|
},
|
|
{
|
|
"bar": 2224,
|
|
"time": "2025-01-13 19:15:00",
|
|
"direction": "long",
|
|
"entry": 2671.01,
|
|
"tp": 2671.376571428572,
|
|
"sl": 2668.8105714285716,
|
|
"exit": 2668.8105714285716,
|
|
"result": "sl",
|
|
"pnl": -101.01038952220951,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00027448150966970507,
|
|
"pred_low": 0.00027448150966970507
|
|
},
|
|
{
|
|
"bar": 2232,
|
|
"time": "2025-01-13 19:55:00",
|
|
"direction": "long",
|
|
"entry": 2670.64,
|
|
"tp": 2671.044571428571,
|
|
"sl": 2668.212571428571,
|
|
"exit": 2671.044571428571,
|
|
"result": "tp",
|
|
"pnl": 16.6667142711563,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00030297713549667834,
|
|
"pred_low": 0.00030297713549667834
|
|
},
|
|
{
|
|
"bar": 2240,
|
|
"time": "2025-01-13 20:35:00",
|
|
"direction": "long",
|
|
"entry": 2670.78,
|
|
"tp": 2671.2897142857146,
|
|
"sl": 2667.7217142857144,
|
|
"exit": 2671.2897142857146,
|
|
"result": "tp",
|
|
"pnl": 16.69449212828644,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00038169694674536266,
|
|
"pred_low": 0.00038169694674536266
|
|
},
|
|
{
|
|
"bar": 2248,
|
|
"time": "2025-01-13 21:15:00",
|
|
"direction": "short",
|
|
"entry": 2670.46,
|
|
"tp": 2669.9142857142856,
|
|
"sl": 2673.7342857142858,
|
|
"exit": 2669.9142857142856,
|
|
"result": "tp",
|
|
"pnl": 16.72231628183578,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00040870433237290217,
|
|
"pred_low": 0.00040870433237290217
|
|
},
|
|
{
|
|
"bar": 2256,
|
|
"time": "2025-01-13 21:55:00",
|
|
"direction": "short",
|
|
"entry": 2669.84,
|
|
"tp": 2669.326285714286,
|
|
"sl": 2672.922285714286,
|
|
"exit": 2669.326285714286,
|
|
"result": "tp",
|
|
"pnl": 16.75018680896615,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003848277692403382,
|
|
"pred_low": 0.0003848277692403382
|
|
},
|
|
{
|
|
"bar": 2264,
|
|
"time": "2025-01-13 22:35:00",
|
|
"direction": "long",
|
|
"entry": 2670.26,
|
|
"tp": 2670.5831428571432,
|
|
"sl": 2668.321142857143,
|
|
"exit": 2670.5831428571432,
|
|
"result": "tp",
|
|
"pnl": 16.778103786990034,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00024203100607645366,
|
|
"pred_low": 0.00024203100607645366
|
|
},
|
|
{
|
|
"bar": 2280,
|
|
"time": "2025-01-13 23:55:00",
|
|
"direction": "short",
|
|
"entry": 2668.05,
|
|
"tp": 2667.5025714285716,
|
|
"sl": 2671.3345714285715,
|
|
"exit": 2667.5025714285716,
|
|
"result": "tp",
|
|
"pnl": 16.80606729329279,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00041035855507099214,
|
|
"pred_low": 0.00041035855507099214
|
|
},
|
|
{
|
|
"bar": 2296,
|
|
"time": "2025-01-14 01:15:00",
|
|
"direction": "long",
|
|
"entry": 2670.52,
|
|
"tp": 2670.922285714286,
|
|
"sl": 2668.106285714286,
|
|
"exit": 2668.106285714286,
|
|
"result": "sl",
|
|
"pnl": -101.0044644326863,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003012789376493614,
|
|
"pred_low": 0.0003012789376493614
|
|
},
|
|
{
|
|
"bar": 2304,
|
|
"time": "2025-01-14 01:55:00",
|
|
"direction": "long",
|
|
"entry": 2669.03,
|
|
"tp": 2669.5434285714286,
|
|
"sl": 2665.949428571429,
|
|
"exit": 2669.5434285714286,
|
|
"result": "tp",
|
|
"pnl": 16.665736631391226,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003847304612001759,
|
|
"pred_low": 0.0003847304612001759
|
|
},
|
|
{
|
|
"bar": 2312,
|
|
"time": "2025-01-14 02:35:00",
|
|
"direction": "long",
|
|
"entry": 2672.41,
|
|
"tp": 2672.9702857142856,
|
|
"sl": 2669.0482857142856,
|
|
"exit": 2672.9702857142856,
|
|
"result": "tp",
|
|
"pnl": 16.693512859115526,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00041931119422971625,
|
|
"pred_low": 0.00041931119422971625
|
|
},
|
|
{
|
|
"bar": 2320,
|
|
"time": "2025-01-14 03:15:00",
|
|
"direction": "short",
|
|
"entry": 2669.37,
|
|
"tp": 2668.880857142857,
|
|
"sl": 2672.304857142857,
|
|
"exit": 2668.880857142857,
|
|
"result": "tp",
|
|
"pnl": 16.721335380541007,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003664856180618304,
|
|
"pred_low": 0.0003664856180618304
|
|
},
|
|
{
|
|
"bar": 2328,
|
|
"time": "2025-01-14 03:55:00",
|
|
"direction": "short",
|
|
"entry": 2667.29,
|
|
"tp": 2666.7605714285714,
|
|
"sl": 2670.466571428571,
|
|
"exit": 2666.7605714285714,
|
|
"result": "tp",
|
|
"pnl": 16.749204272845937,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00039697863481551556,
|
|
"pred_low": 0.00039697863481551556
|
|
},
|
|
{
|
|
"bar": 2336,
|
|
"time": "2025-01-14 04:35:00",
|
|
"direction": "short",
|
|
"entry": 2666.77,
|
|
"tp": 2666.2234285714285,
|
|
"sl": 2670.0494285714285,
|
|
"exit": 2666.2234285714285,
|
|
"result": "tp",
|
|
"pnl": 16.777119613303086,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004099126873119405,
|
|
"pred_low": 0.0004099126873119405
|
|
},
|
|
{
|
|
"bar": 2344,
|
|
"time": "2025-01-14 05:15:00",
|
|
"direction": "short",
|
|
"entry": 2664.98,
|
|
"tp": 2664.5345714285713,
|
|
"sl": 2667.6525714285717,
|
|
"exit": 2664.5345714285713,
|
|
"result": "tp",
|
|
"pnl": 16.805081479327185,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003342828624819613,
|
|
"pred_low": 0.0003342828624819613
|
|
},
|
|
{
|
|
"bar": 2352,
|
|
"time": "2025-01-14 05:55:00",
|
|
"direction": "long",
|
|
"entry": 2669.13,
|
|
"tp": 2669.686,
|
|
"sl": 2665.794,
|
|
"exit": 2669.686,
|
|
"result": "tp",
|
|
"pnl": 16.833089948455875,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004166151517535879,
|
|
"pred_low": 0.0004166151517535879
|
|
},
|
|
{
|
|
"bar": 2360,
|
|
"time": "2025-01-14 06:35:00",
|
|
"direction": "short",
|
|
"entry": 2667.93,
|
|
"tp": 2667.3205714285714,
|
|
"sl": 2671.5865714285715,
|
|
"exit": 2667.3205714285714,
|
|
"result": "tp",
|
|
"pnl": 16.861145098366336,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00045685499351824784,
|
|
"pred_low": 0.00045685499351824784
|
|
},
|
|
{
|
|
"bar": 2376,
|
|
"time": "2025-01-14 07:55:00",
|
|
"direction": "short",
|
|
"entry": 2662.52,
|
|
"tp": 2661.350857142857,
|
|
"sl": 2669.534857142857,
|
|
"exit": 2661.350857142857,
|
|
"result": "tp",
|
|
"pnl": 16.889247006868725,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0008782227792789428,
|
|
"pred_low": 0.0008782227792789428
|
|
},
|
|
{
|
|
"bar": 2384,
|
|
"time": "2025-01-14 08:35:00",
|
|
"direction": "long",
|
|
"entry": 2662.67,
|
|
"tp": 2664.0514285714285,
|
|
"sl": 2654.3814285714284,
|
|
"exit": 2664.0514285714285,
|
|
"result": "tp",
|
|
"pnl": 16.917395751875755,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0010376265713953248,
|
|
"pred_low": 0.0010376265713953248
|
|
},
|
|
{
|
|
"bar": 2392,
|
|
"time": "2025-01-14 09:15:00",
|
|
"direction": "long",
|
|
"entry": 2671.22,
|
|
"tp": 2672.215714285714,
|
|
"sl": 2665.2457142857143,
|
|
"exit": 2672.215714285714,
|
|
"result": "tp",
|
|
"pnl": 16.945591411464317,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000745512751262931,
|
|
"pred_low": 0.000745512751262931
|
|
},
|
|
{
|
|
"bar": 2408,
|
|
"time": "2025-01-14 10:35:00",
|
|
"direction": "short",
|
|
"entry": 2671.71,
|
|
"tp": 2670.996,
|
|
"sl": 2675.994,
|
|
"exit": 2670.996,
|
|
"result": "tp",
|
|
"pnl": 16.973834063815968,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0005344891473999751,
|
|
"pred_low": 0.0005344891473999751
|
|
},
|
|
{
|
|
"bar": 2416,
|
|
"time": "2025-01-14 11:15:00",
|
|
"direction": "short",
|
|
"entry": 2668.23,
|
|
"tp": 2667.6585714285716,
|
|
"sl": 2671.6585714285716,
|
|
"exit": 2667.6585714285716,
|
|
"result": "tp",
|
|
"pnl": 17.00212378725341,
|
|
"bars_held": 10,
|
|
"pred_high": 0.0004283203257804301,
|
|
"pred_low": 0.0004283203257804301
|
|
},
|
|
{
|
|
"bar": 2424,
|
|
"time": "2025-01-14 11:55:00",
|
|
"direction": "short",
|
|
"entry": 2668.99,
|
|
"tp": 2668.4942857142855,
|
|
"sl": 2671.9642857142853,
|
|
"exit": 2668.4942857142855,
|
|
"result": "tp",
|
|
"pnl": 17.030460660235203,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00037146207795028845,
|
|
"pred_low": 0.00037146207795028845
|
|
},
|
|
{
|
|
"bar": 2432,
|
|
"time": "2025-01-14 12:35:00",
|
|
"direction": "long",
|
|
"entry": 2671.14,
|
|
"tp": 2671.676571428571,
|
|
"sl": 2667.9205714285717,
|
|
"exit": 2671.676571428571,
|
|
"result": "tp",
|
|
"pnl": 17.058844761332736,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004017546280399996,
|
|
"pred_low": 0.0004017546280399996
|
|
},
|
|
{
|
|
"bar": 2440,
|
|
"time": "2025-01-14 13:15:00",
|
|
"direction": "long",
|
|
"entry": 2673.37,
|
|
"tp": 2673.8411428571426,
|
|
"sl": 2670.543142857143,
|
|
"exit": 2673.8411428571426,
|
|
"result": "tp",
|
|
"pnl": 17.087276169266413,
|
|
"bars_held": 3,
|
|
"pred_high": 0.000352471118582791,
|
|
"pred_low": 0.000352471118582791
|
|
},
|
|
{
|
|
"bar": 2456,
|
|
"time": "2025-01-14 14:35:00",
|
|
"direction": "long",
|
|
"entry": 2673.56,
|
|
"tp": 2674.1222857142857,
|
|
"sl": 2670.186285714286,
|
|
"exit": 2674.1222857142857,
|
|
"result": "tp",
|
|
"pnl": 17.115754962889014,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00042062696500970296,
|
|
"pred_low": 0.00042062696500970296
|
|
},
|
|
{
|
|
"bar": 2464,
|
|
"time": "2025-01-14 15:15:00",
|
|
"direction": "long",
|
|
"entry": 2676.47,
|
|
"tp": 2676.902857142857,
|
|
"sl": 2673.872857142857,
|
|
"exit": 2676.902857142857,
|
|
"result": "tp",
|
|
"pnl": 17.144281221165212,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003234537602567057,
|
|
"pred_low": 0.0003234537602567057
|
|
},
|
|
{
|
|
"bar": 2480,
|
|
"time": "2025-01-14 17:30:00",
|
|
"direction": "short",
|
|
"entry": 2674.9,
|
|
"tp": 2674.628857142857,
|
|
"sl": 2676.5268571428574,
|
|
"exit": 2674.628857142857,
|
|
"result": "tp",
|
|
"pnl": 17.172855023195442,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0002027312102455052,
|
|
"pred_low": 0.0002027312102455052
|
|
},
|
|
{
|
|
"bar": 2504,
|
|
"time": "2025-01-14 19:30:00",
|
|
"direction": "long",
|
|
"entry": 2673.44,
|
|
"tp": 2673.769714285714,
|
|
"sl": 2671.4617142857146,
|
|
"exit": 2671.4617142857146,
|
|
"result": "sl",
|
|
"pnl": -103.20885868938933,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00024665919991790253,
|
|
"pred_low": 0.00024665919991790253
|
|
},
|
|
{
|
|
"bar": 2512,
|
|
"time": "2025-01-14 20:10:00",
|
|
"direction": "long",
|
|
"entry": 2673.15,
|
|
"tp": 2673.615142857143,
|
|
"sl": 2670.359142857143,
|
|
"exit": 2670.359142857143,
|
|
"result": "sl",
|
|
"pnl": -102.17677010249798,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0003480110410136729,
|
|
"pred_low": 0.0003480110410136729
|
|
},
|
|
{
|
|
"bar": 2520,
|
|
"time": "2025-01-14 20:50:00",
|
|
"direction": "long",
|
|
"entry": 2673.53,
|
|
"tp": 2674.0774285714288,
|
|
"sl": 2670.245428571429,
|
|
"exit": 2674.0774285714288,
|
|
"result": "tp",
|
|
"pnl": 16.859167066912242,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00040951743307804085,
|
|
"pred_low": 0.00040951743307804085
|
|
},
|
|
{
|
|
"bar": 2528,
|
|
"time": "2025-01-14 21:30:00",
|
|
"direction": "long",
|
|
"entry": 2675.22,
|
|
"tp": 2675.7019999999998,
|
|
"sl": 2672.328,
|
|
"exit": 2675.7019999999998,
|
|
"result": "tp",
|
|
"pnl": 16.887265678689914,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003603441959913555,
|
|
"pred_low": 0.0003603441959913555
|
|
},
|
|
{
|
|
"bar": 2544,
|
|
"time": "2025-01-14 22:50:00",
|
|
"direction": "short",
|
|
"entry": 2674.83,
|
|
"tp": 2674.5494285714285,
|
|
"sl": 2676.5134285714284,
|
|
"exit": 2674.5494285714285,
|
|
"result": "tp",
|
|
"pnl": 16.915411121489427,
|
|
"bars_held": 6,
|
|
"pred_high": 0.00020978636292505112,
|
|
"pred_low": 0.00020978636292505112
|
|
},
|
|
{
|
|
"bar": 2552,
|
|
"time": "2025-01-14 23:30:00",
|
|
"direction": "long",
|
|
"entry": 2675.91,
|
|
"tp": 2676.2437142857143,
|
|
"sl": 2673.907714285714,
|
|
"exit": 2676.2437142857143,
|
|
"result": "tp",
|
|
"pnl": 16.94360347336637,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00024942115819611354,
|
|
"pred_low": 0.00024942115819611354
|
|
},
|
|
{
|
|
"bar": 2560,
|
|
"time": "2025-01-15 00:10:00",
|
|
"direction": "long",
|
|
"entry": 2681.44,
|
|
"tp": 2681.8351428571427,
|
|
"sl": 2679.069142857143,
|
|
"exit": 2681.8351428571427,
|
|
"result": "tp",
|
|
"pnl": 16.971842812472257,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00029472436984818236,
|
|
"pred_low": 0.00029472436984818236
|
|
},
|
|
{
|
|
"bar": 2568,
|
|
"time": "2025-01-15 00:50:00",
|
|
"direction": "short",
|
|
"entry": 2680.99,
|
|
"tp": 2680.5554285714284,
|
|
"sl": 2683.5974285714283,
|
|
"exit": 2683.5974285714283,
|
|
"result": "sl",
|
|
"pnl": -102.0007753030082,
|
|
"bars_held": 10,
|
|
"pred_high": 0.00032418728049817696,
|
|
"pred_low": 0.00032418728049817696
|
|
},
|
|
{
|
|
"bar": 2576,
|
|
"time": "2025-01-15 01:30:00",
|
|
"direction": "long",
|
|
"entry": 2681.97,
|
|
"tp": 2682.350857142857,
|
|
"sl": 2679.6848571428573,
|
|
"exit": 2682.350857142857,
|
|
"result": "tp",
|
|
"pnl": 16.83012792499814,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00028401297766724826,
|
|
"pred_low": 0.00028401297766724826
|
|
},
|
|
{
|
|
"bar": 2584,
|
|
"time": "2025-01-15 02:10:00",
|
|
"direction": "long",
|
|
"entry": 2683.51,
|
|
"tp": 2683.9888571428573,
|
|
"sl": 2680.6368571428575,
|
|
"exit": 2683.9888571428573,
|
|
"result": "tp",
|
|
"pnl": 16.85817813820326,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00035688865914950877,
|
|
"pred_low": 0.00035688865914950877
|
|
},
|
|
{
|
|
"bar": 2600,
|
|
"time": "2025-01-15 03:30:00",
|
|
"direction": "long",
|
|
"entry": 2685.89,
|
|
"tp": 2686.367714285714,
|
|
"sl": 2683.023714285714,
|
|
"exit": 2686.367714285714,
|
|
"result": "tp",
|
|
"pnl": 16.886275101766476,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003557214075887449,
|
|
"pred_low": 0.0003557214075887449
|
|
},
|
|
{
|
|
"bar": 2608,
|
|
"time": "2025-01-15 04:10:00",
|
|
"direction": "short",
|
|
"entry": 2685.51,
|
|
"tp": 2685.051142857143,
|
|
"sl": 2688.263142857143,
|
|
"exit": 2685.051142857143,
|
|
"result": "tp",
|
|
"pnl": 16.914418893605088,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003417281208091687,
|
|
"pred_low": 0.0003417281208091687
|
|
},
|
|
{
|
|
"bar": 2616,
|
|
"time": "2025-01-15 04:50:00",
|
|
"direction": "long",
|
|
"entry": 2688.17,
|
|
"tp": 2688.7008571428573,
|
|
"sl": 2684.9848571428574,
|
|
"exit": 2688.7008571428573,
|
|
"result": "tp",
|
|
"pnl": 16.942609591764285,
|
|
"bars_held": 2,
|
|
"pred_high": 0.000394958014453794,
|
|
"pred_low": 0.000394958014453794
|
|
},
|
|
{
|
|
"bar": 2624,
|
|
"time": "2025-01-15 05:30:00",
|
|
"direction": "short",
|
|
"entry": 2685.84,
|
|
"tp": 2685.2985714285714,
|
|
"sl": 2689.0885714285714,
|
|
"exit": 2685.2985714285714,
|
|
"result": "tp",
|
|
"pnl": 16.97084727441674,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00040317261745195484,
|
|
"pred_low": 0.00040317261745195484
|
|
},
|
|
{
|
|
"bar": 2640,
|
|
"time": "2025-01-15 06:50:00",
|
|
"direction": "short",
|
|
"entry": 2685.46,
|
|
"tp": 2684.9288571428574,
|
|
"sl": 2688.6468571428572,
|
|
"exit": 2684.9288571428574,
|
|
"result": "tp",
|
|
"pnl": 16.999132019863783,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003955693677380027,
|
|
"pred_low": 0.0003955693677380027
|
|
},
|
|
{
|
|
"bar": 2648,
|
|
"time": "2025-01-15 07:30:00",
|
|
"direction": "long",
|
|
"entry": 2687.71,
|
|
"tp": 2688.574285714286,
|
|
"sl": 2682.5242857142857,
|
|
"exit": 2688.574285714286,
|
|
"result": "tp",
|
|
"pnl": 17.027463906573537,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000643139114179507,
|
|
"pred_low": 0.000643139114179507
|
|
},
|
|
{
|
|
"bar": 2664,
|
|
"time": "2025-01-15 08:50:00",
|
|
"direction": "short",
|
|
"entry": 2683.08,
|
|
"tp": 2681.5494285714285,
|
|
"sl": 2692.2634285714284,
|
|
"exit": 2681.5494285714285,
|
|
"result": "tp",
|
|
"pnl": 17.055843013081024,
|
|
"bars_held": 2,
|
|
"pred_high": 0.001140906293193966,
|
|
"pred_low": 0.001140906293193966
|
|
},
|
|
{
|
|
"bar": 2672,
|
|
"time": "2025-01-15 09:30:00",
|
|
"direction": "long",
|
|
"entry": 2682.02,
|
|
"tp": 2683.476857142857,
|
|
"sl": 2673.2788571428573,
|
|
"exit": 2683.476857142857,
|
|
"result": "tp",
|
|
"pnl": 17.08426941810373,
|
|
"bars_held": 10,
|
|
"pred_high": 0.0010863879783574498,
|
|
"pred_low": 0.0010863879783574498
|
|
},
|
|
{
|
|
"bar": 2680,
|
|
"time": "2025-01-15 10:10:00",
|
|
"direction": "long",
|
|
"entry": 2681.91,
|
|
"tp": 2682.872857142857,
|
|
"sl": 2676.132857142857,
|
|
"exit": 2682.872857142857,
|
|
"result": "tp",
|
|
"pnl": 17.112743200464855,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007180383703085769,
|
|
"pred_low": 0.0007180383703085769
|
|
},
|
|
{
|
|
"bar": 2688,
|
|
"time": "2025-01-15 10:50:00",
|
|
"direction": "long",
|
|
"entry": 2688.55,
|
|
"tp": 2689.360571428572,
|
|
"sl": 2683.686571428572,
|
|
"exit": 2689.360571428572,
|
|
"result": "tp",
|
|
"pnl": 17.141264439138038,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006029803638179878,
|
|
"pred_low": 0.0006029803638179878
|
|
},
|
|
{
|
|
"bar": 2704,
|
|
"time": "2025-01-15 12:10:00",
|
|
"direction": "long",
|
|
"entry": 2693.72,
|
|
"tp": 2694.3474285714283,
|
|
"sl": 2689.9554285714285,
|
|
"exit": 2694.3474285714283,
|
|
"result": "tp",
|
|
"pnl": 17.16983321319701,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00046584542671737194,
|
|
"pred_low": 0.00046584542671737194
|
|
},
|
|
{
|
|
"bar": 2712,
|
|
"time": "2025-01-15 12:50:00",
|
|
"direction": "short",
|
|
"entry": 2692.83,
|
|
"tp": 2692.340857142857,
|
|
"sl": 2695.764857142857,
|
|
"exit": 2695.764857142857,
|
|
"result": "sl",
|
|
"pnl": -103.19069761132592,
|
|
"bars_held": 23,
|
|
"pred_high": 0.0003632927865055574,
|
|
"pred_low": 0.0003632927865055574
|
|
},
|
|
{
|
|
"bar": 2728,
|
|
"time": "2025-01-15 14:10:00",
|
|
"direction": "long",
|
|
"entry": 2695.4,
|
|
"tp": 2695.768857142857,
|
|
"sl": 2693.1868571428568,
|
|
"exit": 2695.768857142857,
|
|
"result": "tp",
|
|
"pnl": 17.02646510585993,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0002736938063791576,
|
|
"pred_low": 0.0002736938063791576
|
|
},
|
|
{
|
|
"bar": 2744,
|
|
"time": "2025-01-15 15:30:00",
|
|
"direction": "short",
|
|
"entry": 2693.78,
|
|
"tp": 2693.416857142857,
|
|
"sl": 2695.9588571428576,
|
|
"exit": 2693.416857142857,
|
|
"result": "tp",
|
|
"pnl": 17.05484254771569,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002696158239669885,
|
|
"pred_low": 0.0002696158239669885
|
|
},
|
|
{
|
|
"bar": 2752,
|
|
"time": "2025-01-15 17:05:00",
|
|
"direction": "short",
|
|
"entry": 2694.61,
|
|
"tp": 2694.158,
|
|
"sl": 2697.322,
|
|
"exit": 2694.158,
|
|
"result": "tp",
|
|
"pnl": 17.08326728529941,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00033548454136221394,
|
|
"pred_low": 0.00033548454136221394
|
|
},
|
|
{
|
|
"bar": 2760,
|
|
"time": "2025-01-15 17:45:00",
|
|
"direction": "short",
|
|
"entry": 2694.83,
|
|
"tp": 2694.293142857143,
|
|
"sl": 2698.051142857143,
|
|
"exit": 2694.293142857143,
|
|
"result": "tp",
|
|
"pnl": 17.11173939743248,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00039843488669575065,
|
|
"pred_low": 0.00039843488669575065
|
|
},
|
|
{
|
|
"bar": 2768,
|
|
"time": "2025-01-15 18:25:00",
|
|
"direction": "long",
|
|
"entry": 2696.47,
|
|
"tp": 2697.0865714285715,
|
|
"sl": 2692.770571428571,
|
|
"exit": 2697.0865714285715,
|
|
"result": "tp",
|
|
"pnl": 17.140258963102248,
|
|
"bars_held": 7,
|
|
"pred_high": 0.00045731747697652083,
|
|
"pred_low": 0.00045731747697652083
|
|
},
|
|
{
|
|
"bar": 2776,
|
|
"time": "2025-01-15 19:05:00",
|
|
"direction": "long",
|
|
"entry": 2699.67,
|
|
"tp": 2700.5017142857146,
|
|
"sl": 2694.6797142857145,
|
|
"exit": 2700.5017142857146,
|
|
"result": "tp",
|
|
"pnl": 17.168826061372233,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0006161599645247675,
|
|
"pred_low": 0.0006161599645247675
|
|
},
|
|
{
|
|
"bar": 2784,
|
|
"time": "2025-01-15 19:45:00",
|
|
"direction": "short",
|
|
"entry": 2698.06,
|
|
"tp": 2697.408857142857,
|
|
"sl": 2701.9668571428574,
|
|
"exit": 2697.408857142857,
|
|
"result": "tp",
|
|
"pnl": 17.197440771472976,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004826748531484712,
|
|
"pred_low": 0.0004826748531484712
|
|
},
|
|
{
|
|
"bar": 2792,
|
|
"time": "2025-01-15 20:25:00",
|
|
"direction": "short",
|
|
"entry": 2696.46,
|
|
"tp": 2695.888,
|
|
"sl": 2699.8920000000003,
|
|
"exit": 2695.888,
|
|
"result": "tp",
|
|
"pnl": 17.226103172758762,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00042425995564556894,
|
|
"pred_low": 0.00042425995564556894
|
|
},
|
|
{
|
|
"bar": 2808,
|
|
"time": "2025-01-15 21:45:00",
|
|
"direction": "short",
|
|
"entry": 2696.2,
|
|
"tp": 2695.690857142857,
|
|
"sl": 2699.254857142857,
|
|
"exit": 2695.690857142857,
|
|
"result": "tp",
|
|
"pnl": 17.254813344705337,
|
|
"bars_held": 16,
|
|
"pred_high": 0.00037767439888944577,
|
|
"pred_low": 0.00037767439888944577
|
|
},
|
|
{
|
|
"bar": 2824,
|
|
"time": "2025-01-15 23:05:00",
|
|
"direction": "short",
|
|
"entry": 2696.75,
|
|
"tp": 2696.4677142857145,
|
|
"sl": 2698.443714285714,
|
|
"exit": 2696.4677142857145,
|
|
"result": "tp",
|
|
"pnl": 17.283571366940656,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00020935252751327888,
|
|
"pred_low": 0.00020935252751327888
|
|
},
|
|
{
|
|
"bar": 2840,
|
|
"time": "2025-01-16 00:25:00",
|
|
"direction": "short",
|
|
"entry": 2691.96,
|
|
"tp": 2691.4517142857144,
|
|
"sl": 2695.0097142857144,
|
|
"exit": 2695.0097142857144,
|
|
"result": "sl",
|
|
"pnl": -103.87426391538506,
|
|
"bars_held": 8,
|
|
"pred_high": 0.00037763244200188727,
|
|
"pred_low": 0.00037763244200188727
|
|
},
|
|
{
|
|
"bar": 2848,
|
|
"time": "2025-01-16 01:05:00",
|
|
"direction": "long",
|
|
"entry": 2696.21,
|
|
"tp": 2696.7428571428572,
|
|
"sl": 2693.0128571428572,
|
|
"exit": 2696.7428571428572,
|
|
"result": "tp",
|
|
"pnl": 17.139253546040234,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00039526382800830236,
|
|
"pred_low": 0.00039526382800830236
|
|
},
|
|
{
|
|
"bar": 2856,
|
|
"time": "2025-01-16 01:45:00",
|
|
"direction": "long",
|
|
"entry": 2699.03,
|
|
"tp": 2699.5588571428575,
|
|
"sl": 2695.8568571428573,
|
|
"exit": 2699.5588571428575,
|
|
"result": "tp",
|
|
"pnl": 17.167818968619095,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003918868207149695,
|
|
"pred_low": 0.0003918868207149695
|
|
},
|
|
{
|
|
"bar": 2864,
|
|
"time": "2025-01-16 02:25:00",
|
|
"direction": "long",
|
|
"entry": 2701.06,
|
|
"tp": 2701.7214285714285,
|
|
"sl": 2697.0914285714284,
|
|
"exit": 2701.7214285714285,
|
|
"result": "tp",
|
|
"pnl": 17.19643200022916,
|
|
"bars_held": 10,
|
|
"pred_high": 0.0004897548158342089,
|
|
"pred_low": 0.0004897548158342089
|
|
},
|
|
{
|
|
"bar": 2888,
|
|
"time": "2025-01-16 04:25:00",
|
|
"direction": "long",
|
|
"entry": 2707.32,
|
|
"tp": 2707.9500000000003,
|
|
"sl": 2703.54,
|
|
"exit": 2707.9500000000003,
|
|
"result": "tp",
|
|
"pnl": 17.225092720232045,
|
|
"bars_held": 6,
|
|
"pred_high": 0.00046540490226497437,
|
|
"pred_low": 0.00046540490226497437
|
|
},
|
|
{
|
|
"bar": 2896,
|
|
"time": "2025-01-16 05:05:00",
|
|
"direction": "long",
|
|
"entry": 2707.62,
|
|
"tp": 2708.0865714285715,
|
|
"sl": 2704.8205714285714,
|
|
"exit": 2708.0865714285715,
|
|
"result": "tp",
|
|
"pnl": 17.25380120810106,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00034463582671973134,
|
|
"pred_low": 0.00034463582671973134
|
|
},
|
|
{
|
|
"bar": 2904,
|
|
"time": "2025-01-16 05:45:00",
|
|
"direction": "short",
|
|
"entry": 2707.42,
|
|
"tp": 2706.937142857143,
|
|
"sl": 2710.317142857143,
|
|
"exit": 2706.937142857143,
|
|
"result": "tp",
|
|
"pnl": 17.282557543437974,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00035669171599321233,
|
|
"pred_low": 0.00035669171599321233
|
|
},
|
|
{
|
|
"bar": 2912,
|
|
"time": "2025-01-16 06:25:00",
|
|
"direction": "short",
|
|
"entry": 2702.35,
|
|
"tp": 2701.7114285714283,
|
|
"sl": 2706.1814285714286,
|
|
"exit": 2701.7114285714283,
|
|
"result": "tp",
|
|
"pnl": 17.311361806019715,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00047260453203429537,
|
|
"pred_low": 0.00047260453203429537
|
|
},
|
|
{
|
|
"bar": 2920,
|
|
"time": "2025-01-16 07:05:00",
|
|
"direction": "long",
|
|
"entry": 2703.3,
|
|
"tp": 2704.0068571428574,
|
|
"sl": 2699.0588571428575,
|
|
"exit": 2704.0068571428574,
|
|
"result": "tp",
|
|
"pnl": 17.340214075693144,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005229587118389743,
|
|
"pred_low": 0.0005229587118389743
|
|
},
|
|
{
|
|
"bar": 2928,
|
|
"time": "2025-01-16 07:45:00",
|
|
"direction": "long",
|
|
"entry": 2715.3,
|
|
"tp": 2716.2837142857143,
|
|
"sl": 2709.3977142857143,
|
|
"exit": 2716.2837142857143,
|
|
"result": "tp",
|
|
"pnl": 17.36911443248134,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007245713443923647,
|
|
"pred_low": 0.0007245713443923647
|
|
},
|
|
{
|
|
"bar": 2952,
|
|
"time": "2025-01-16 09:45:00",
|
|
"direction": "short",
|
|
"entry": 2712.71,
|
|
"tp": 2711.733142857143,
|
|
"sl": 2718.571142857143,
|
|
"exit": 2718.571142857143,
|
|
"result": "sl",
|
|
"pnl": -104.38837773923767,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0007202075731332464,
|
|
"pred_low": 0.0007202075731332464
|
|
},
|
|
{
|
|
"bar": 2968,
|
|
"time": "2025-01-16 11:05:00",
|
|
"direction": "long",
|
|
"entry": 2721.57,
|
|
"tp": 2722.2931428571433,
|
|
"sl": 2717.231142857143,
|
|
"exit": 2722.2931428571433,
|
|
"result": "tp",
|
|
"pnl": 17.2240823269787,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005314159526618052,
|
|
"pred_low": 0.0005314159526618052
|
|
},
|
|
{
|
|
"bar": 2976,
|
|
"time": "2025-01-16 11:45:00",
|
|
"direction": "long",
|
|
"entry": 2722.81,
|
|
"tp": 2723.3971428571426,
|
|
"sl": 2719.2871428571425,
|
|
"exit": 2719.2871428571425,
|
|
"result": "sl",
|
|
"pnl": -103.51673478511567,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0004312771417343762,
|
|
"pred_low": 0.0004312771417343762
|
|
},
|
|
{
|
|
"bar": 2984,
|
|
"time": "2025-01-16 12:25:00",
|
|
"direction": "short",
|
|
"entry": 2717.92,
|
|
"tp": 2717.3585714285714,
|
|
"sl": 2721.2885714285717,
|
|
"exit": 2717.3585714285714,
|
|
"result": "tp",
|
|
"pnl": 17.080261239546676,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00041313104979438255,
|
|
"pred_low": 0.00041313104979438255
|
|
},
|
|
{
|
|
"bar": 2992,
|
|
"time": "2025-01-16 13:05:00",
|
|
"direction": "short",
|
|
"entry": 2715.65,
|
|
"tp": 2715.091142857143,
|
|
"sl": 2719.003142857143,
|
|
"exit": 2715.091142857143,
|
|
"result": "tp",
|
|
"pnl": 17.10872834160625,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004115825992724793,
|
|
"pred_low": 0.0004115825992724793
|
|
},
|
|
{
|
|
"bar": 3008,
|
|
"time": "2025-01-16 14:25:00",
|
|
"direction": "long",
|
|
"entry": 2715.61,
|
|
"tp": 2715.9765714285713,
|
|
"sl": 2713.4105714285715,
|
|
"exit": 2715.9765714285713,
|
|
"result": "tp",
|
|
"pnl": 17.13724288883572,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002699735444864421,
|
|
"pred_low": 0.0002699735444864421
|
|
},
|
|
{
|
|
"bar": 3016,
|
|
"time": "2025-01-16 15:05:00",
|
|
"direction": "short",
|
|
"entry": 2714.04,
|
|
"tp": 2713.581714285714,
|
|
"sl": 2716.789714285714,
|
|
"exit": 2713.581714285714,
|
|
"result": "tp",
|
|
"pnl": 17.16580496033511,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000337714782601362,
|
|
"pred_low": 0.000337714782601362
|
|
},
|
|
{
|
|
"bar": 3024,
|
|
"time": "2025-01-16 15:45:00",
|
|
"direction": "long",
|
|
"entry": 2713.16,
|
|
"tp": 2713.5622857142857,
|
|
"sl": 2710.746285714286,
|
|
"exit": 2713.5622857142857,
|
|
"result": "tp",
|
|
"pnl": 17.194414635269055,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00029654404037040666,
|
|
"pred_low": 0.00029654404037040666
|
|
},
|
|
{
|
|
"bar": 3040,
|
|
"time": "2025-01-16 18:00:00",
|
|
"direction": "long",
|
|
"entry": 2714.95,
|
|
"tp": 2715.3019999999997,
|
|
"sl": 2712.8379999999997,
|
|
"exit": 2715.3019999999997,
|
|
"result": "tp",
|
|
"pnl": 17.223071992977907,
|
|
"bars_held": 6,
|
|
"pred_high": 0.00025930495957570543,
|
|
"pred_low": 0.00025930495957570543
|
|
},
|
|
{
|
|
"bar": 3056,
|
|
"time": "2025-01-16 19:20:00",
|
|
"direction": "short",
|
|
"entry": 2710.89,
|
|
"tp": 2710.4234285714283,
|
|
"sl": 2713.6894285714284,
|
|
"exit": 2710.4234285714283,
|
|
"result": "tp",
|
|
"pnl": 17.251777112979273,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003442201111601279,
|
|
"pred_low": 0.0003442201111601279
|
|
},
|
|
{
|
|
"bar": 3064,
|
|
"time": "2025-01-16 20:00:00",
|
|
"direction": "long",
|
|
"entry": 2713.75,
|
|
"tp": 2714.3505714285716,
|
|
"sl": 2710.1465714285714,
|
|
"exit": 2714.3505714285716,
|
|
"result": "tp",
|
|
"pnl": 17.280530074833543,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004426136737514075,
|
|
"pred_low": 0.0004426136737514075
|
|
},
|
|
{
|
|
"bar": 3072,
|
|
"time": "2025-01-16 20:40:00",
|
|
"direction": "long",
|
|
"entry": 2716.27,
|
|
"tp": 2716.7674285714284,
|
|
"sl": 2713.2854285714284,
|
|
"exit": 2716.7674285714284,
|
|
"result": "tp",
|
|
"pnl": 17.309330958280707,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00036625856150424463,
|
|
"pred_low": 0.00036625856150424463
|
|
},
|
|
{
|
|
"bar": 3080,
|
|
"time": "2025-01-16 21:20:00",
|
|
"direction": "short",
|
|
"entry": 2714.77,
|
|
"tp": 2714.3254285714283,
|
|
"sl": 2717.4374285714284,
|
|
"exit": 2714.3254285714283,
|
|
"result": "tp",
|
|
"pnl": 17.338179843225554,
|
|
"bars_held": 13,
|
|
"pred_high": 0.00032752051081413164,
|
|
"pred_low": 0.00032752051081413164
|
|
},
|
|
{
|
|
"bar": 3136,
|
|
"time": "2025-01-17 02:00:00",
|
|
"direction": "short",
|
|
"entry": 2709.96,
|
|
"tp": 2709.498,
|
|
"sl": 2712.732,
|
|
"exit": 2709.498,
|
|
"result": "tp",
|
|
"pnl": 17.367076809622844,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00034096444227959237,
|
|
"pred_low": 0.00034096444227959237
|
|
},
|
|
{
|
|
"bar": 3144,
|
|
"time": "2025-01-17 02:40:00",
|
|
"direction": "long",
|
|
"entry": 2711.83,
|
|
"tp": 2712.172857142857,
|
|
"sl": 2709.772857142857,
|
|
"exit": 2712.172857142857,
|
|
"result": "tp",
|
|
"pnl": 17.396021937640032,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00025286035102284647,
|
|
"pred_low": 0.00025286035102284647
|
|
},
|
|
{
|
|
"bar": 3152,
|
|
"time": "2025-01-17 03:20:00",
|
|
"direction": "short",
|
|
"entry": 2707.91,
|
|
"tp": 2707.4145714285714,
|
|
"sl": 2710.8825714285713,
|
|
"exit": 2707.4145714285714,
|
|
"result": "tp",
|
|
"pnl": 17.42501530753132,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00036591213993710035,
|
|
"pred_low": 0.00036591213993710035
|
|
},
|
|
{
|
|
"bar": 3160,
|
|
"time": "2025-01-17 04:00:00",
|
|
"direction": "short",
|
|
"entry": 2704.83,
|
|
"tp": 2704.1651428571427,
|
|
"sl": 2708.8191428571427,
|
|
"exit": 2704.1651428571427,
|
|
"result": "tp",
|
|
"pnl": 17.45405699971841,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004916073415757215,
|
|
"pred_low": 0.0004916073415757215
|
|
},
|
|
{
|
|
"bar": 3176,
|
|
"time": "2025-01-17 05:20:00",
|
|
"direction": "long",
|
|
"entry": 2705.96,
|
|
"tp": 2706.358,
|
|
"sl": 2703.5719999999997,
|
|
"exit": 2706.358,
|
|
"result": "tp",
|
|
"pnl": 17.483147094718753,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00029416547177344403,
|
|
"pred_low": 0.00029416547177344403
|
|
},
|
|
{
|
|
"bar": 3184,
|
|
"time": "2025-01-17 06:00:00",
|
|
"direction": "long",
|
|
"entry": 2709.54,
|
|
"tp": 2710.064,
|
|
"sl": 2706.3959999999997,
|
|
"exit": 2710.064,
|
|
"result": "tp",
|
|
"pnl": 17.51228567319974,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003867815201104661,
|
|
"pred_low": 0.0003867815201104661
|
|
},
|
|
{
|
|
"bar": 3192,
|
|
"time": "2025-01-17 06:40:00",
|
|
"direction": "long",
|
|
"entry": 2709.51,
|
|
"tp": 2710.1537142857146,
|
|
"sl": 2705.6477142857143,
|
|
"exit": 2710.1537142857146,
|
|
"result": "tp",
|
|
"pnl": 17.54147281599618,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00047515180657337844,
|
|
"pred_low": 0.00047515180657337844
|
|
},
|
|
{
|
|
"bar": 3208,
|
|
"time": "2025-01-17 08:00:00",
|
|
"direction": "short",
|
|
"entry": 2703.87,
|
|
"tp": 2702.998857142857,
|
|
"sl": 2709.096857142857,
|
|
"exit": 2709.096857142857,
|
|
"result": "sl",
|
|
"pnl": -105.42425162412401,
|
|
"bars_held": 8,
|
|
"pred_high": 0.0006443674120004763,
|
|
"pred_low": 0.0006443674120004763
|
|
},
|
|
{
|
|
"bar": 3216,
|
|
"time": "2025-01-17 08:40:00",
|
|
"direction": "long",
|
|
"entry": 2709.31,
|
|
"tp": 2710.1497142857143,
|
|
"sl": 2704.2717142857146,
|
|
"exit": 2710.1497142857143,
|
|
"result": "tp",
|
|
"pnl": 17.39500151798158,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006198731674959721,
|
|
"pred_low": 0.0006198731674959721
|
|
},
|
|
{
|
|
"bar": 3232,
|
|
"time": "2025-01-17 10:00:00",
|
|
"direction": "long",
|
|
"entry": 2715.65,
|
|
"tp": 2716.246285714286,
|
|
"sl": 2712.072285714286,
|
|
"exit": 2716.246285714286,
|
|
"result": "tp",
|
|
"pnl": 17.423993187181313,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00043914769155502237,
|
|
"pred_low": 0.00043914769155502237
|
|
},
|
|
{
|
|
"bar": 3240,
|
|
"time": "2025-01-17 10:40:00",
|
|
"direction": "short",
|
|
"entry": 2715.49,
|
|
"tp": 2714.981714285714,
|
|
"sl": 2718.539714285714,
|
|
"exit": 2714.981714285714,
|
|
"result": "tp",
|
|
"pnl": 17.453033175819318,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00037436021807168453,
|
|
"pred_low": 0.00037436021807168453
|
|
},
|
|
{
|
|
"bar": 3248,
|
|
"time": "2025-01-17 11:20:00",
|
|
"direction": "short",
|
|
"entry": 2711.51,
|
|
"tp": 2710.994857142857,
|
|
"sl": 2714.6008571428574,
|
|
"exit": 2710.994857142857,
|
|
"result": "tp",
|
|
"pnl": 17.48212156445454,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003799675141473569,
|
|
"pred_low": 0.0003799675141473569
|
|
},
|
|
{
|
|
"bar": 3256,
|
|
"time": "2025-01-17 12:00:00",
|
|
"direction": "long",
|
|
"entry": 2713.05,
|
|
"tp": 2713.523142857143,
|
|
"sl": 2710.2111428571434,
|
|
"exit": 2710.2111428571434,
|
|
"result": "sl",
|
|
"pnl": -105.06755060233068,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0003487903703527982,
|
|
"pred_low": 0.0003487903703527982
|
|
},
|
|
{
|
|
"bar": 3264,
|
|
"time": "2025-01-17 12:40:00",
|
|
"direction": "short",
|
|
"entry": 2707.86,
|
|
"tp": 2707.4405714285717,
|
|
"sl": 2710.3765714285714,
|
|
"exit": 2707.4405714285717,
|
|
"result": "tp",
|
|
"pnl": 17.336145849378703,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00030978600919439464,
|
|
"pred_low": 0.00030978600919439464
|
|
},
|
|
{
|
|
"bar": 3272,
|
|
"time": "2025-01-17 13:20:00",
|
|
"direction": "long",
|
|
"entry": 2706.26,
|
|
"tp": 2706.714285714286,
|
|
"sl": 2703.534285714286,
|
|
"exit": 2703.534285714286,
|
|
"result": "sl",
|
|
"pnl": -104.1902365548099,
|
|
"bars_held": 6,
|
|
"pred_high": 0.00033572954134909717,
|
|
"pred_low": 0.00033572954134909717
|
|
},
|
|
{
|
|
"bar": 3280,
|
|
"time": "2025-01-17 14:00:00",
|
|
"direction": "short",
|
|
"entry": 2700.7,
|
|
"tp": 2700.233142857143,
|
|
"sl": 2703.501142857143,
|
|
"exit": 2703.501142857143,
|
|
"result": "sl",
|
|
"pnl": -103.14833418926696,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0003457304719940364,
|
|
"pred_low": 0.0003457304719940364
|
|
},
|
|
{
|
|
"bar": 3288,
|
|
"time": "2025-01-17 14:40:00",
|
|
"direction": "long",
|
|
"entry": 2703.38,
|
|
"tp": 2703.9197142857142,
|
|
"sl": 2700.1417142857144,
|
|
"exit": 2700.1417142857144,
|
|
"result": "sl",
|
|
"pnl": -102.11685084736877,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00039928850972802127,
|
|
"pred_low": 0.00039928850972802127
|
|
},
|
|
{
|
|
"bar": 3312,
|
|
"time": "2025-01-19 17:35:00",
|
|
"direction": "short",
|
|
"entry": 2696.5,
|
|
"tp": 2695.7977142857144,
|
|
"sl": 2700.713714285714,
|
|
"exit": 2695.7977142857144,
|
|
"result": "tp",
|
|
"pnl": 16.849280389814325,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005208868639240944,
|
|
"pred_low": 0.0005208868639240944
|
|
},
|
|
{
|
|
"bar": 3336,
|
|
"time": "2025-01-19 19:35:00",
|
|
"direction": "long",
|
|
"entry": 2690.8,
|
|
"tp": 2691.645142857143,
|
|
"sl": 2685.729142857143,
|
|
"exit": 2691.645142857143,
|
|
"result": "tp",
|
|
"pnl": 16.877362523800663,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006281721845866227,
|
|
"pred_low": 0.0006281721845866227
|
|
},
|
|
{
|
|
"bar": 3344,
|
|
"time": "2025-01-19 20:15:00",
|
|
"direction": "long",
|
|
"entry": 2694.58,
|
|
"tp": 2695.366285714286,
|
|
"sl": 2689.862285714286,
|
|
"exit": 2695.366285714286,
|
|
"result": "tp",
|
|
"pnl": 16.90549146134245,
|
|
"bars_held": 2,
|
|
"pred_high": 0.000583605396229246,
|
|
"pred_low": 0.000583605396229246
|
|
},
|
|
{
|
|
"bar": 3352,
|
|
"time": "2025-01-19 20:55:00",
|
|
"direction": "long",
|
|
"entry": 2697.37,
|
|
"tp": 2697.8265714285712,
|
|
"sl": 2694.6305714285713,
|
|
"exit": 2697.8265714285712,
|
|
"result": "tp",
|
|
"pnl": 16.933667280437604,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003385308122885842,
|
|
"pred_low": 0.0003385308122885842
|
|
},
|
|
{
|
|
"bar": 3360,
|
|
"time": "2025-01-19 21:35:00",
|
|
"direction": "long",
|
|
"entry": 2702.28,
|
|
"tp": 2702.669142857143,
|
|
"sl": 2699.945142857143,
|
|
"exit": 2702.669142857143,
|
|
"result": "tp",
|
|
"pnl": 16.961890059238396,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002880107591684652,
|
|
"pred_low": 0.0002880107591684652
|
|
},
|
|
{
|
|
"bar": 3368,
|
|
"time": "2025-01-19 22:15:00",
|
|
"direction": "long",
|
|
"entry": 2704.05,
|
|
"tp": 2704.422,
|
|
"sl": 2701.818,
|
|
"exit": 2704.422,
|
|
"result": "tp",
|
|
"pnl": 16.990159875998316,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00027514284129363396,
|
|
"pred_low": 0.00027514284129363396
|
|
},
|
|
{
|
|
"bar": 3376,
|
|
"time": "2025-01-19 22:55:00",
|
|
"direction": "long",
|
|
"entry": 2705.9,
|
|
"tp": 2706.3154285714286,
|
|
"sl": 2703.4074285714287,
|
|
"exit": 2706.3154285714286,
|
|
"result": "tp",
|
|
"pnl": 17.018476809129567,
|
|
"bars_held": 7,
|
|
"pred_high": 0.00030705389809570447,
|
|
"pred_low": 0.00030705389809570447
|
|
},
|
|
{
|
|
"bar": 3384,
|
|
"time": "2025-01-19 23:35:00",
|
|
"direction": "long",
|
|
"entry": 2705.62,
|
|
"tp": 2706.0614285714287,
|
|
"sl": 2702.9714285714285,
|
|
"exit": 2706.0614285714287,
|
|
"result": "tp",
|
|
"pnl": 17.04684093715654,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00032630492931644446,
|
|
"pred_low": 0.00032630492931644446
|
|
},
|
|
{
|
|
"bar": 3392,
|
|
"time": "2025-01-20 00:15:00",
|
|
"direction": "long",
|
|
"entry": 2708.59,
|
|
"tp": 2709.183142857143,
|
|
"sl": 2705.031142857143,
|
|
"exit": 2709.183142857143,
|
|
"result": "tp",
|
|
"pnl": 17.075252338714172,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004379716805739247,
|
|
"pred_low": 0.0004379716805739247
|
|
},
|
|
{
|
|
"bar": 3400,
|
|
"time": "2025-01-20 00:55:00",
|
|
"direction": "long",
|
|
"entry": 2711.61,
|
|
"tp": 2712.1857142857143,
|
|
"sl": 2708.155714285714,
|
|
"exit": 2708.155714285714,
|
|
"result": "sl",
|
|
"pnl": -102.62226655565591,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00042462912123373295,
|
|
"pred_low": 0.00042462912123373295
|
|
},
|
|
{
|
|
"bar": 3408,
|
|
"time": "2025-01-20 01:35:00",
|
|
"direction": "short",
|
|
"entry": 2705.52,
|
|
"tp": 2705.0305714285714,
|
|
"sl": 2708.4565714285714,
|
|
"exit": 2705.0305714285714,
|
|
"result": "tp",
|
|
"pnl": 16.932673981681745,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003618000025345032,
|
|
"pred_low": 0.0003618000025345032
|
|
},
|
|
{
|
|
"bar": 3416,
|
|
"time": "2025-01-20 02:15:00",
|
|
"direction": "long",
|
|
"entry": 2705.41,
|
|
"tp": 2705.830571428571,
|
|
"sl": 2702.8865714285716,
|
|
"exit": 2705.830571428571,
|
|
"result": "tp",
|
|
"pnl": 16.96089510498081,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0003109114171762483,
|
|
"pred_low": 0.0003109114171762483
|
|
},
|
|
{
|
|
"bar": 3424,
|
|
"time": "2025-01-20 02:55:00",
|
|
"direction": "long",
|
|
"entry": 2706.78,
|
|
"tp": 2707.320857142857,
|
|
"sl": 2703.534857142857,
|
|
"exit": 2707.320857142857,
|
|
"result": "tp",
|
|
"pnl": 16.98916326348841,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003996314017815834,
|
|
"pred_low": 0.0003996314017815834
|
|
},
|
|
{
|
|
"bar": 3440,
|
|
"time": "2025-01-20 04:15:00",
|
|
"direction": "long",
|
|
"entry": 2707.41,
|
|
"tp": 2707.999714285714,
|
|
"sl": 2703.871714285714,
|
|
"exit": 2707.999714285714,
|
|
"result": "tp",
|
|
"pnl": 17.017478535599867,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00043562983494504495,
|
|
"pred_low": 0.00043562983494504495
|
|
},
|
|
{
|
|
"bar": 3448,
|
|
"time": "2025-01-20 04:55:00",
|
|
"direction": "short",
|
|
"entry": 2708.33,
|
|
"tp": 2707.831714285714,
|
|
"sl": 2711.3197142857143,
|
|
"exit": 2711.3197142857143,
|
|
"result": "sl",
|
|
"pnl": -102.2750459989489,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00036796528804521007,
|
|
"pred_low": 0.00036796528804521007
|
|
},
|
|
{
|
|
"bar": 3456,
|
|
"time": "2025-01-20 05:35:00",
|
|
"direction": "short",
|
|
"entry": 2706.8,
|
|
"tp": 2706.1934285714287,
|
|
"sl": 2710.4394285714293,
|
|
"exit": 2706.1934285714287,
|
|
"result": "tp",
|
|
"pnl": 16.87538258982578,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00044818341109168104,
|
|
"pred_low": 0.00044818341109168104
|
|
},
|
|
{
|
|
"bar": 3464,
|
|
"time": "2025-01-20 06:15:00",
|
|
"direction": "long",
|
|
"entry": 2708.91,
|
|
"tp": 2709.5534285714284,
|
|
"sl": 2705.0494285714285,
|
|
"exit": 2709.5534285714284,
|
|
"result": "tp",
|
|
"pnl": 16.903508227476237,
|
|
"bars_held": 12,
|
|
"pred_high": 0.00047504610446900855,
|
|
"pred_low": 0.00047504610446900855
|
|
},
|
|
{
|
|
"bar": 3480,
|
|
"time": "2025-01-20 07:35:00",
|
|
"direction": "short",
|
|
"entry": 2705.66,
|
|
"tp": 2705.1642857142856,
|
|
"sl": 2708.634285714286,
|
|
"exit": 2705.1642857142856,
|
|
"result": "tp",
|
|
"pnl": 16.931680741187265,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00036642762631986956,
|
|
"pred_low": 0.00036642762631986956
|
|
},
|
|
{
|
|
"bar": 3488,
|
|
"time": "2025-01-20 08:15:00",
|
|
"direction": "long",
|
|
"entry": 2711.16,
|
|
"tp": 2712.123714285714,
|
|
"sl": 2705.3777142857143,
|
|
"exit": 2705.3777142857143,
|
|
"result": "sl",
|
|
"pnl": -101.75940125454291,
|
|
"bars_held": 23,
|
|
"pred_high": 0.0007109239482098337,
|
|
"pred_low": 0.0007109239482098337
|
|
},
|
|
{
|
|
"bar": 3512,
|
|
"time": "2025-01-20 10:15:00",
|
|
"direction": "short",
|
|
"entry": 2706.18,
|
|
"tp": 2705.5954285714283,
|
|
"sl": 2709.6874285714284,
|
|
"exit": 2705.5954285714283,
|
|
"result": "tp",
|
|
"pnl": 16.790301207001978,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004320270111902702,
|
|
"pred_low": 0.0004320270111902702
|
|
},
|
|
{
|
|
"bar": 3520,
|
|
"time": "2025-01-20 10:55:00",
|
|
"direction": "long",
|
|
"entry": 2707.06,
|
|
"tp": 2707.6828571428573,
|
|
"sl": 2703.3228571428567,
|
|
"exit": 2707.6828571428573,
|
|
"result": "tp",
|
|
"pnl": 16.81828504234968,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00046017239577784535,
|
|
"pred_low": 0.00046017239577784535
|
|
},
|
|
{
|
|
"bar": 3528,
|
|
"time": "2025-01-20 11:35:00",
|
|
"direction": "long",
|
|
"entry": 2709.25,
|
|
"tp": 2709.9154285714285,
|
|
"sl": 2705.2574285714286,
|
|
"exit": 2705.2574285714286,
|
|
"result": "sl",
|
|
"pnl": -101.0778931044899,
|
|
"bars_held": 6,
|
|
"pred_high": 0.000491227145098161,
|
|
"pred_low": 0.000491227145098161
|
|
},
|
|
{
|
|
"bar": 3536,
|
|
"time": "2025-01-20 12:15:00",
|
|
"direction": "short",
|
|
"entry": 2706.52,
|
|
"tp": 2705.8905714285715,
|
|
"sl": 2710.2965714285715,
|
|
"exit": 2710.2965714285715,
|
|
"result": "sl",
|
|
"pnl": -100.06711417344857,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0004651202070766816,
|
|
"pred_low": 0.0004651202070766816
|
|
},
|
|
{
|
|
"bar": 3544,
|
|
"time": "2025-01-20 12:55:00",
|
|
"direction": "long",
|
|
"entry": 2710.39,
|
|
"tp": 2710.8588571428572,
|
|
"sl": 2707.576857142857,
|
|
"exit": 2707.576857142857,
|
|
"result": "sl",
|
|
"pnl": -99.06644303170792,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003459702425534073,
|
|
"pred_low": 0.0003459702425534073
|
|
},
|
|
{
|
|
"bar": 3552,
|
|
"time": "2025-01-20 16:00:00",
|
|
"direction": "short",
|
|
"entry": 2707.06,
|
|
"tp": 2706.546857142857,
|
|
"sl": 2710.138857142857,
|
|
"exit": 2706.546857142857,
|
|
"result": "tp",
|
|
"pnl": 16.345963100239576,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00037911450587933636,
|
|
"pred_low": 0.00037911450587933636
|
|
},
|
|
{
|
|
"bar": 3560,
|
|
"time": "2025-01-20 17:40:00",
|
|
"direction": "long",
|
|
"entry": 2708.64,
|
|
"tp": 2709.156285714286,
|
|
"sl": 2705.5422857142858,
|
|
"exit": 2709.156285714286,
|
|
"result": "tp",
|
|
"pnl": 16.37320637207328,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003812139777051996,
|
|
"pred_low": 0.0003812139777051996
|
|
},
|
|
{
|
|
"bar": 3568,
|
|
"time": "2025-01-20 18:20:00",
|
|
"direction": "short",
|
|
"entry": 2709.82,
|
|
"tp": 2709.348285714286,
|
|
"sl": 2712.650285714286,
|
|
"exit": 2709.348285714286,
|
|
"result": "tp",
|
|
"pnl": 16.400495049357083,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00034815174861375735,
|
|
"pred_low": 0.00034815174861375735
|
|
},
|
|
{
|
|
"bar": 3576,
|
|
"time": "2025-01-20 19:00:00",
|
|
"direction": "short",
|
|
"entry": 2706.06,
|
|
"tp": 2705.4345714285714,
|
|
"sl": 2709.8125714285716,
|
|
"exit": 2709.8125714285716,
|
|
"result": "sl",
|
|
"pnl": -98.56697524662019,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00046224294467126956,
|
|
"pred_low": 0.00046224294467126956
|
|
},
|
|
{
|
|
"bar": 3584,
|
|
"time": "2025-01-20 19:40:00",
|
|
"direction": "long",
|
|
"entry": 2715.94,
|
|
"tp": 2716.846,
|
|
"sl": 2710.504,
|
|
"exit": 2716.846,
|
|
"result": "tp",
|
|
"pnl": 16.263550915690665,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0006671723233944697,
|
|
"pred_low": 0.0006671723233944697
|
|
},
|
|
{
|
|
"bar": 3592,
|
|
"time": "2025-01-20 20:20:00",
|
|
"direction": "long",
|
|
"entry": 2721.18,
|
|
"tp": 2721.9205714285713,
|
|
"sl": 2716.736571428571,
|
|
"exit": 2721.9205714285713,
|
|
"result": "tp",
|
|
"pnl": 16.290656833884753,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005443016842483266,
|
|
"pred_low": 0.0005443016842483266
|
|
},
|
|
{
|
|
"bar": 3608,
|
|
"time": "2025-01-20 21:40:00",
|
|
"direction": "short",
|
|
"entry": 2723.16,
|
|
"tp": 2722.45,
|
|
"sl": 2727.4199999999996,
|
|
"exit": 2727.4199999999996,
|
|
"result": "sl",
|
|
"pnl": -97.90684757163883,
|
|
"bars_held": 14,
|
|
"pred_high": 0.0005214530178175336,
|
|
"pred_low": 0.0005214530178175336
|
|
},
|
|
{
|
|
"bar": 3616,
|
|
"time": "2025-01-20 22:20:00",
|
|
"direction": "long",
|
|
"entry": 2725.77,
|
|
"tp": 2726.3785714285714,
|
|
"sl": 2722.1185714285716,
|
|
"exit": 2726.3785714285714,
|
|
"result": "tp",
|
|
"pnl": 16.154629849320564,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00044653175328176684,
|
|
"pred_low": 0.00044653175328176684
|
|
},
|
|
{
|
|
"bar": 3624,
|
|
"time": "2025-01-20 23:00:00",
|
|
"direction": "long",
|
|
"entry": 2728.71,
|
|
"tp": 2729.2834285714284,
|
|
"sl": 2725.2694285714288,
|
|
"exit": 2725.2694285714288,
|
|
"result": "sl",
|
|
"pnl": -97.0893253944178,
|
|
"bars_held": 6,
|
|
"pred_high": 0.00042029279141320494,
|
|
"pred_low": 0.00042029279141320494
|
|
},
|
|
{
|
|
"bar": 3632,
|
|
"time": "2025-01-20 23:40:00",
|
|
"direction": "short",
|
|
"entry": 2726.45,
|
|
"tp": 2725.9742857142855,
|
|
"sl": 2729.3042857142855,
|
|
"exit": 2725.9742857142855,
|
|
"result": "tp",
|
|
"pnl": 16.019738690078988,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003489624131851223,
|
|
"pred_low": 0.0003489624131851223
|
|
},
|
|
{
|
|
"bar": 3640,
|
|
"time": "2025-01-21 00:20:00",
|
|
"direction": "long",
|
|
"entry": 2727.97,
|
|
"tp": 2728.4631428571424,
|
|
"sl": 2725.0111428571427,
|
|
"exit": 2725.0111428571427,
|
|
"result": "sl",
|
|
"pnl": -96.2786295273786,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00036154566006433393,
|
|
"pred_low": 0.00036154566006433393
|
|
},
|
|
{
|
|
"bar": 3656,
|
|
"time": "2025-01-21 01:40:00",
|
|
"direction": "long",
|
|
"entry": 2731.24,
|
|
"tp": 2731.9799999999996,
|
|
"sl": 2726.8,
|
|
"exit": 2726.8,
|
|
"result": "sl",
|
|
"pnl": -95.31584323209967,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0005418784142001169,
|
|
"pred_low": 0.0005418784142001169
|
|
},
|
|
{
|
|
"bar": 3664,
|
|
"time": "2025-01-21 02:20:00",
|
|
"direction": "short",
|
|
"entry": 2724.8,
|
|
"tp": 2724.0794285714287,
|
|
"sl": 2729.1234285714286,
|
|
"exit": 2724.0794285714287,
|
|
"result": "tp",
|
|
"pnl": 15.727114133298507,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005288985823336832,
|
|
"pred_low": 0.0005288985823336832
|
|
},
|
|
{
|
|
"bar": 3672,
|
|
"time": "2025-01-21 03:00:00",
|
|
"direction": "short",
|
|
"entry": 2719.3,
|
|
"tp": 2718.6394285714287,
|
|
"sl": 2723.2634285714284,
|
|
"exit": 2718.6394285714287,
|
|
"result": "tp",
|
|
"pnl": 15.753325990188715,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00048583931789167247,
|
|
"pred_low": 0.00048583931789167247
|
|
},
|
|
{
|
|
"bar": 3680,
|
|
"time": "2025-01-21 03:40:00",
|
|
"direction": "long",
|
|
"entry": 2722.99,
|
|
"tp": 2723.766857142857,
|
|
"sl": 2718.328857142857,
|
|
"exit": 2723.766857142857,
|
|
"result": "tp",
|
|
"pnl": 15.779581533506867,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005705912565651416,
|
|
"pred_low": 0.0005705912565651416
|
|
},
|
|
{
|
|
"bar": 3688,
|
|
"time": "2025-01-21 04:20:00",
|
|
"direction": "long",
|
|
"entry": 2721.77,
|
|
"tp": 2722.3977142857143,
|
|
"sl": 2718.003714285714,
|
|
"exit": 2722.3977142857143,
|
|
"result": "tp",
|
|
"pnl": 15.805880836059075,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00046125446728732117,
|
|
"pred_low": 0.00046125446728732117
|
|
},
|
|
{
|
|
"bar": 3696,
|
|
"time": "2025-01-21 05:00:00",
|
|
"direction": "short",
|
|
"entry": 2718.96,
|
|
"tp": 2718.407142857143,
|
|
"sl": 2722.2771428571427,
|
|
"exit": 2718.407142857143,
|
|
"result": "tp",
|
|
"pnl": 15.832223970786627,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00040666809578453027,
|
|
"pred_low": 0.00040666809578453027
|
|
},
|
|
{
|
|
"bar": 3704,
|
|
"time": "2025-01-21 05:40:00",
|
|
"direction": "long",
|
|
"entry": 2721.56,
|
|
"tp": 2722.101142857143,
|
|
"sl": 2718.313142857143,
|
|
"exit": 2722.101142857143,
|
|
"result": "tp",
|
|
"pnl": 15.858611010737587,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00039767108360119394,
|
|
"pred_low": 0.00039767108360119394
|
|
},
|
|
{
|
|
"bar": 3712,
|
|
"time": "2025-01-21 06:20:00",
|
|
"direction": "long",
|
|
"entry": 2725.35,
|
|
"tp": 2725.9942857142855,
|
|
"sl": 2721.4842857142858,
|
|
"exit": 2725.9942857142855,
|
|
"result": "tp",
|
|
"pnl": 15.885042029085813,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00047280952118862273,
|
|
"pred_low": 0.00047280952118862273
|
|
},
|
|
{
|
|
"bar": 3720,
|
|
"time": "2025-01-21 07:00:00",
|
|
"direction": "long",
|
|
"entry": 2727.82,
|
|
"tp": 2728.3502857142857,
|
|
"sl": 2724.6382857142858,
|
|
"exit": 2728.3502857142857,
|
|
"result": "tp",
|
|
"pnl": 15.91151709913263,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003887981716430796,
|
|
"pred_low": 0.0003887981716430796
|
|
},
|
|
{
|
|
"bar": 3736,
|
|
"time": "2025-01-21 08:20:00",
|
|
"direction": "long",
|
|
"entry": 2731.11,
|
|
"tp": 2732.020285714286,
|
|
"sl": 2725.648285714286,
|
|
"exit": 2732.020285714286,
|
|
"result": "tp",
|
|
"pnl": 15.938036294301522,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0006666049439866611,
|
|
"pred_low": 0.0006666049439866611
|
|
},
|
|
{
|
|
"bar": 3744,
|
|
"time": "2025-01-21 09:00:00",
|
|
"direction": "long",
|
|
"entry": 2736.76,
|
|
"tp": 2737.6237142857144,
|
|
"sl": 2731.5777142857146,
|
|
"exit": 2737.6237142857144,
|
|
"result": "tp",
|
|
"pnl": 15.964599688123903,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006311947600186251,
|
|
"pred_low": 0.0006311947600186251
|
|
},
|
|
{
|
|
"bar": 3760,
|
|
"time": "2025-01-21 10:20:00",
|
|
"direction": "long",
|
|
"entry": 2743.51,
|
|
"tp": 2744.2114285714288,
|
|
"sl": 2739.3014285714285,
|
|
"exit": 2744.2114285714288,
|
|
"result": "tp",
|
|
"pnl": 15.991207354271573,
|
|
"bars_held": 8,
|
|
"pred_high": 0.000511336624563854,
|
|
"pred_low": 0.000511336624563854
|
|
},
|
|
{
|
|
"bar": 3768,
|
|
"time": "2025-01-21 11:00:00",
|
|
"direction": "long",
|
|
"entry": 2744.25,
|
|
"tp": 2744.9545714285714,
|
|
"sl": 2740.022571428571,
|
|
"exit": 2744.9545714285714,
|
|
"result": "tp",
|
|
"pnl": 16.01785936652869,
|
|
"bars_held": 4,
|
|
"pred_high": 0.000513489243743418,
|
|
"pred_low": 0.000513489243743418
|
|
},
|
|
{
|
|
"bar": 3784,
|
|
"time": "2025-01-21 12:20:00",
|
|
"direction": "long",
|
|
"entry": 2743.38,
|
|
"tp": 2743.958857142857,
|
|
"sl": 2739.9068571428575,
|
|
"exit": 2743.958857142857,
|
|
"result": "tp",
|
|
"pnl": 16.044555798804247,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00042200288903260653,
|
|
"pred_low": 0.00042200288903260653
|
|
},
|
|
{
|
|
"bar": 3792,
|
|
"time": "2025-01-21 13:00:00",
|
|
"direction": "short",
|
|
"entry": 2743.71,
|
|
"tp": 2743.1811428571427,
|
|
"sl": 2746.883142857143,
|
|
"exit": 2743.1811428571427,
|
|
"result": "tp",
|
|
"pnl": 16.0712967251436,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003855051319980145,
|
|
"pred_low": 0.0003855051319980145
|
|
},
|
|
{
|
|
"bar": 3800,
|
|
"time": "2025-01-21 13:40:00",
|
|
"direction": "long",
|
|
"entry": 2742.85,
|
|
"tp": 2743.244857142857,
|
|
"sl": 2740.480857142857,
|
|
"exit": 2740.480857142857,
|
|
"result": "sl",
|
|
"pnl": -96.58849331807694,
|
|
"bars_held": 8,
|
|
"pred_high": 0.00028791741645161825,
|
|
"pred_low": 0.00028791741645161825
|
|
},
|
|
{
|
|
"bar": 3808,
|
|
"time": "2025-01-21 14:20:00",
|
|
"direction": "short",
|
|
"entry": 2740.0,
|
|
"tp": 2739.675714285714,
|
|
"sl": 2741.9457142857145,
|
|
"exit": 2741.9457142857145,
|
|
"result": "sl",
|
|
"pnl": -95.62260838489509,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0002367049009385231,
|
|
"pred_low": 0.0002367049009385231
|
|
},
|
|
{
|
|
"bar": 3816,
|
|
"time": "2025-01-21 15:00:00",
|
|
"direction": "long",
|
|
"entry": 2742.85,
|
|
"tp": 2743.1974285714286,
|
|
"sl": 2740.7654285714284,
|
|
"exit": 2743.1974285714286,
|
|
"result": "tp",
|
|
"pnl": 15.777730383515244,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0002533339930572895,
|
|
"pred_low": 0.0002533339930572895
|
|
},
|
|
{
|
|
"bar": 3824,
|
|
"time": "2025-01-21 15:40:00",
|
|
"direction": "long",
|
|
"entry": 2744.06,
|
|
"tp": 2744.412857142857,
|
|
"sl": 2741.942857142857,
|
|
"exit": 2744.412857142857,
|
|
"result": "tp",
|
|
"pnl": 15.804026600805303,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002571788830106683,
|
|
"pred_low": 0.0002571788830106683
|
|
},
|
|
{
|
|
"bar": 3832,
|
|
"time": "2025-01-21 17:15:00",
|
|
"direction": "short",
|
|
"entry": 2742.2,
|
|
"tp": 2741.8002857142856,
|
|
"sl": 2744.598285714286,
|
|
"exit": 2741.8002857142856,
|
|
"result": "tp",
|
|
"pnl": 15.830366645147746,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002915281786261341,
|
|
"pred_low": 0.0002915281786261341
|
|
},
|
|
{
|
|
"bar": 3840,
|
|
"time": "2025-01-21 17:55:00",
|
|
"direction": "long",
|
|
"entry": 2744.2,
|
|
"tp": 2744.6074285714285,
|
|
"sl": 2741.7554285714286,
|
|
"exit": 2744.6074285714285,
|
|
"result": "tp",
|
|
"pnl": 15.856750589562926,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002969379574583133,
|
|
"pred_low": 0.0002969379574583133
|
|
},
|
|
{
|
|
"bar": 3848,
|
|
"time": "2025-01-21 18:35:00",
|
|
"direction": "long",
|
|
"entry": 2744.88,
|
|
"tp": 2745.302285714286,
|
|
"sl": 2742.346285714286,
|
|
"exit": 2745.302285714286,
|
|
"result": "tp",
|
|
"pnl": 15.883178507213001,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003076897454793704,
|
|
"pred_low": 0.0003076897454793704
|
|
},
|
|
{
|
|
"bar": 3856,
|
|
"time": "2025-01-21 19:15:00",
|
|
"direction": "long",
|
|
"entry": 2749.35,
|
|
"tp": 2749.8751428571427,
|
|
"sl": 2746.1991428571428,
|
|
"exit": 2746.1991428571428,
|
|
"result": "sl",
|
|
"pnl": -95.45790282831459,
|
|
"bars_held": 17,
|
|
"pred_high": 0.0003820123717554042,
|
|
"pred_low": 0.0003820123717554042
|
|
},
|
|
{
|
|
"bar": 3872,
|
|
"time": "2025-01-21 20:35:00",
|
|
"direction": "short",
|
|
"entry": 2747.92,
|
|
"tp": 2747.423142857143,
|
|
"sl": 2750.9011428571425,
|
|
"exit": 2747.423142857143,
|
|
"result": "tp",
|
|
"pnl": 15.750553966673202,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00036162416872187925,
|
|
"pred_low": 0.00036162416872187925
|
|
},
|
|
{
|
|
"bar": 3880,
|
|
"time": "2025-01-21 21:15:00",
|
|
"direction": "short",
|
|
"entry": 2747.97,
|
|
"tp": 2747.472857142857,
|
|
"sl": 2750.952857142857,
|
|
"exit": 2750.952857142857,
|
|
"result": "sl",
|
|
"pnl": -94.66082933969689,
|
|
"bars_held": 12,
|
|
"pred_high": 0.00036182553458942186,
|
|
"pred_low": 0.00036182553458942186
|
|
},
|
|
{
|
|
"bar": 3888,
|
|
"time": "2025-01-21 21:55:00",
|
|
"direction": "long",
|
|
"entry": 2750.14,
|
|
"tp": 2750.579142857143,
|
|
"sl": 2747.505142857143,
|
|
"exit": 2750.579142857143,
|
|
"result": "tp",
|
|
"pnl": 15.619036841055342,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00031936036503076503,
|
|
"pred_low": 0.00031936036503076503
|
|
},
|
|
{
|
|
"bar": 3896,
|
|
"time": "2025-01-21 22:35:00",
|
|
"direction": "long",
|
|
"entry": 2751.75,
|
|
"tp": 2752.132,
|
|
"sl": 2749.458,
|
|
"exit": 2752.132,
|
|
"result": "tp",
|
|
"pnl": 15.64506856912241,
|
|
"bars_held": 2,
|
|
"pred_high": 0.000277641500863066,
|
|
"pred_low": 0.000277641500863066
|
|
},
|
|
{
|
|
"bar": 3904,
|
|
"time": "2025-01-21 23:15:00",
|
|
"direction": "short",
|
|
"entry": 2752.27,
|
|
"tp": 2751.952,
|
|
"sl": 2754.178,
|
|
"exit": 2751.952,
|
|
"result": "tp",
|
|
"pnl": 15.67114368338967,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00023108197960227533,
|
|
"pred_low": 0.00023108197960227533
|
|
},
|
|
{
|
|
"bar": 3912,
|
|
"time": "2025-01-21 23:55:00",
|
|
"direction": "long",
|
|
"entry": 2757.46,
|
|
"tp": 2757.8942857142856,
|
|
"sl": 2754.8542857142857,
|
|
"exit": 2757.8942857142856,
|
|
"result": "tp",
|
|
"pnl": 15.697262256201512,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00031498967476279555,
|
|
"pred_low": 0.00031498967476279555
|
|
},
|
|
{
|
|
"bar": 3920,
|
|
"time": "2025-01-22 00:35:00",
|
|
"direction": "short",
|
|
"entry": 2748.29,
|
|
"tp": 2747.488857142857,
|
|
"sl": 2753.096857142857,
|
|
"exit": 2747.488857142857,
|
|
"result": "tp",
|
|
"pnl": 15.723424359970618,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005830118780353377,
|
|
"pred_low": 0.0005830118780353377
|
|
},
|
|
{
|
|
"bar": 3928,
|
|
"time": "2025-01-22 01:15:00",
|
|
"direction": "long",
|
|
"entry": 2749.84,
|
|
"tp": 2750.554285714286,
|
|
"sl": 2745.554285714286,
|
|
"exit": 2750.554285714286,
|
|
"result": "tp",
|
|
"pnl": 15.74963006723545,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005195107455602328,
|
|
"pred_low": 0.0005195107455602328
|
|
},
|
|
{
|
|
"bar": 3936,
|
|
"time": "2025-01-22 01:55:00",
|
|
"direction": "short",
|
|
"entry": 2748.7,
|
|
"tp": 2748.024,
|
|
"sl": 2752.7559999999994,
|
|
"exit": 2748.024,
|
|
"result": "tp",
|
|
"pnl": 15.775879450677945,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004918688834721555,
|
|
"pred_low": 0.0004918688834721555
|
|
},
|
|
{
|
|
"bar": 3944,
|
|
"time": "2025-01-22 02:35:00",
|
|
"direction": "long",
|
|
"entry": 2752.74,
|
|
"tp": 2753.5505714285714,
|
|
"sl": 2747.8765714285714,
|
|
"exit": 2753.5505714285714,
|
|
"result": "tp",
|
|
"pnl": 15.802172583100146,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005889197153174115,
|
|
"pred_low": 0.0005889197153174115
|
|
},
|
|
{
|
|
"bar": 3952,
|
|
"time": "2025-01-22 03:15:00",
|
|
"direction": "long",
|
|
"entry": 2756.58,
|
|
"tp": 2757.1457142857143,
|
|
"sl": 2753.1857142857143,
|
|
"exit": 2757.1457142857143,
|
|
"result": "tp",
|
|
"pnl": 15.828509537405152,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004104464849300879,
|
|
"pred_low": 0.0004104464849300879
|
|
},
|
|
{
|
|
"bar": 3960,
|
|
"time": "2025-01-22 03:55:00",
|
|
"direction": "short",
|
|
"entry": 2758.26,
|
|
"tp": 2757.5657142857144,
|
|
"sl": 2762.4257142857145,
|
|
"exit": 2762.4257142857145,
|
|
"result": "sl",
|
|
"pnl": -95.12934231978342,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0005034229654098739,
|
|
"pred_low": 0.0005034229654098739
|
|
},
|
|
{
|
|
"bar": 3968,
|
|
"time": "2025-01-22 04:35:00",
|
|
"direction": "long",
|
|
"entry": 2762.9,
|
|
"tp": 2763.537428571429,
|
|
"sl": 2759.075428571429,
|
|
"exit": 2759.075428571429,
|
|
"result": "sl",
|
|
"pnl": -94.178048896584,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00046141993660903894,
|
|
"pred_low": 0.00046141993660903894
|
|
},
|
|
{
|
|
"bar": 3976,
|
|
"time": "2025-01-22 05:15:00",
|
|
"direction": "short",
|
|
"entry": 2757.18,
|
|
"tp": 2756.5302857142856,
|
|
"sl": 2761.0782857142854,
|
|
"exit": 2756.5302857142856,
|
|
"result": "tp",
|
|
"pnl": 15.539378067936573,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00047128898781672115,
|
|
"pred_low": 0.00047128898781672115
|
|
},
|
|
{
|
|
"bar": 3992,
|
|
"time": "2025-01-22 06:35:00",
|
|
"direction": "short",
|
|
"entry": 2754.08,
|
|
"tp": 2753.5934285714284,
|
|
"sl": 2756.9994285714283,
|
|
"exit": 2756.9994285714283,
|
|
"result": "sl",
|
|
"pnl": -93.39166218829467,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00035334589305424777,
|
|
"pred_low": 0.00035334589305424777
|
|
},
|
|
{
|
|
"bar": 4000,
|
|
"time": "2025-01-22 07:15:00",
|
|
"direction": "long",
|
|
"entry": 2758.35,
|
|
"tp": 2759.1145714285713,
|
|
"sl": 2753.762571428571,
|
|
"exit": 2759.1145714285713,
|
|
"result": "tp",
|
|
"pnl": 15.409624261066961,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005543686831413424,
|
|
"pred_low": 0.0005543686831413424
|
|
},
|
|
{
|
|
"bar": 4008,
|
|
"time": "2025-01-22 07:55:00",
|
|
"direction": "long",
|
|
"entry": 2757.6,
|
|
"tp": 2758.4254285714287,
|
|
"sl": 2752.6474285714285,
|
|
"exit": 2752.6474285714285,
|
|
"result": "sl",
|
|
"pnl": -92.61184180902436,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0005986572174561894,
|
|
"pred_low": 0.0005986572174561894
|
|
},
|
|
{
|
|
"bar": 4016,
|
|
"time": "2025-01-22 08:35:00",
|
|
"direction": "short",
|
|
"entry": 2751.36,
|
|
"tp": 2750.4305714285715,
|
|
"sl": 2756.9365714285714,
|
|
"exit": 2756.9365714285714,
|
|
"result": "sl",
|
|
"pnl": -91.68572339093397,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006756139301498634,
|
|
"pred_low": 0.0006756139301498634
|
|
},
|
|
{
|
|
"bar": 4024,
|
|
"time": "2025-01-22 09:15:00",
|
|
"direction": "short",
|
|
"entry": 2752.93,
|
|
"tp": 2751.829142857143,
|
|
"sl": 2759.5351428571425,
|
|
"exit": 2751.829142857143,
|
|
"result": "tp",
|
|
"pnl": 15.128144359502173,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007997712567025938,
|
|
"pred_low": 0.0007997712567025938
|
|
},
|
|
{
|
|
"bar": 4032,
|
|
"time": "2025-01-22 09:55:00",
|
|
"direction": "long",
|
|
"entry": 2759.57,
|
|
"tp": 2760.4334285714285,
|
|
"sl": 2754.3894285714287,
|
|
"exit": 2755.38,
|
|
"result": "timeout",
|
|
"pnl": -73.53540506083871,
|
|
"bars_held": 50,
|
|
"pred_high": 0.0006257703710567796,
|
|
"pred_low": 0.0006257703710567796
|
|
},
|
|
{
|
|
"bar": 4040,
|
|
"time": "2025-01-22 10:35:00",
|
|
"direction": "long",
|
|
"entry": 2759.84,
|
|
"tp": 2760.5497142857143,
|
|
"sl": 2755.581714285714,
|
|
"exit": 2755.581714285714,
|
|
"result": "sl",
|
|
"pnl": -90.18479355001635,
|
|
"bars_held": 17,
|
|
"pred_high": 0.0005143155296787704,
|
|
"pred_low": 0.0005143155296787704
|
|
},
|
|
{
|
|
"bar": 4048,
|
|
"time": "2025-01-22 11:15:00",
|
|
"direction": "short",
|
|
"entry": 2757.39,
|
|
"tp": 2756.780857142857,
|
|
"sl": 2761.044857142857,
|
|
"exit": 2756.780857142857,
|
|
"result": "tp",
|
|
"pnl": 14.880490935757638,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00044182568091046155,
|
|
"pred_low": 0.00044182568091046155
|
|
},
|
|
{
|
|
"bar": 4064,
|
|
"time": "2025-01-22 12:35:00",
|
|
"direction": "long",
|
|
"entry": 2758.5,
|
|
"tp": 2758.9342857142856,
|
|
"sl": 2755.8942857142856,
|
|
"exit": 2755.8942857142856,
|
|
"result": "sl",
|
|
"pnl": -89.43175052387011,
|
|
"bars_held": 9,
|
|
"pred_high": 0.00031487091845984054,
|
|
"pred_low": 0.00031487091845984054
|
|
},
|
|
{
|
|
"bar": 4072,
|
|
"time": "2025-01-22 13:15:00",
|
|
"direction": "short",
|
|
"entry": 2755.95,
|
|
"tp": 2755.6222857142857,
|
|
"sl": 2757.9162857142856,
|
|
"exit": 2755.6222857142857,
|
|
"result": "tp",
|
|
"pnl": 14.756238836432283,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00023782309963118347,
|
|
"pred_low": 0.00023782309963118347
|
|
},
|
|
{
|
|
"bar": 4088,
|
|
"time": "2025-01-22 14:35:00",
|
|
"direction": "short",
|
|
"entry": 2755.07,
|
|
"tp": 2754.7934285714286,
|
|
"sl": 2756.729428571429,
|
|
"exit": 2756.729428571429,
|
|
"result": "sl",
|
|
"pnl": -88.68499540700569,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00020077270528255967,
|
|
"pred_low": 0.00020077270528255967
|
|
},
|
|
{
|
|
"bar": 4096,
|
|
"time": "2025-01-22 15:15:00",
|
|
"direction": "short",
|
|
"entry": 2755.27,
|
|
"tp": 2754.9574285714284,
|
|
"sl": 2757.1454285714285,
|
|
"exit": 2754.9574285714284,
|
|
"result": "tp",
|
|
"pnl": 14.63302424216112,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00022688987182485211,
|
|
"pred_low": 0.00022688987182485211
|
|
},
|
|
{
|
|
"bar": 4104,
|
|
"time": "2025-01-22 15:55:00",
|
|
"direction": "long",
|
|
"entry": 2756.13,
|
|
"tp": 2756.436857142857,
|
|
"sl": 2754.2888571428575,
|
|
"exit": 2754.2888571428575,
|
|
"result": "sl",
|
|
"pnl": -87.94447569534071,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00022267247398136057,
|
|
"pred_low": 0.00022267247398136057
|
|
},
|
|
{
|
|
"bar": 4120,
|
|
"time": "2025-01-22 18:10:00",
|
|
"direction": "short",
|
|
"entry": 2753.65,
|
|
"tp": 2753.1974285714286,
|
|
"sl": 2756.3654285714288,
|
|
"exit": 2753.1974285714286,
|
|
"result": "tp",
|
|
"pnl": 14.510838489732881,
|
|
"bars_held": 13,
|
|
"pred_high": 0.0003287065738720845,
|
|
"pred_low": 0.0003287065738720845
|
|
},
|
|
{
|
|
"bar": 4128,
|
|
"time": "2025-01-22 18:50:00",
|
|
"direction": "long",
|
|
"entry": 2755.54,
|
|
"tp": 2755.9902857142856,
|
|
"sl": 2752.8382857142856,
|
|
"exit": 2752.8382857142856,
|
|
"result": "sl",
|
|
"pnl": -87.21013932329672,
|
|
"bars_held": 11,
|
|
"pred_high": 0.0003268221214612799,
|
|
"pred_low": 0.0003268221214612799
|
|
},
|
|
{
|
|
"bar": 4136,
|
|
"time": "2025-01-22 19:30:00",
|
|
"direction": "short",
|
|
"entry": 2753.35,
|
|
"tp": 2752.9222857142854,
|
|
"sl": 2755.916285714286,
|
|
"exit": 2752.9222857142854,
|
|
"result": "tp",
|
|
"pnl": 14.38967298834931,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00031068646246522894,
|
|
"pred_low": 0.00031068646246522894
|
|
},
|
|
{
|
|
"bar": 4144,
|
|
"time": "2025-01-22 20:10:00",
|
|
"direction": "long",
|
|
"entry": 2753.8,
|
|
"tp": 2754.338,
|
|
"sl": 2750.572,
|
|
"exit": 2754.338,
|
|
"result": "tp",
|
|
"pnl": 14.413655776656757,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00039073280557776446,
|
|
"pred_low": 0.00039073280557776446
|
|
},
|
|
{
|
|
"bar": 4152,
|
|
"time": "2025-01-22 20:50:00",
|
|
"direction": "short",
|
|
"entry": 2752.55,
|
|
"tp": 2752.1034285714286,
|
|
"sl": 2755.229428571429,
|
|
"exit": 2752.1034285714286,
|
|
"result": "tp",
|
|
"pnl": 14.437678536289903,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00032447834086315,
|
|
"pred_low": 0.00032447834086315
|
|
},
|
|
{
|
|
"bar": 4160,
|
|
"time": "2025-01-22 21:30:00",
|
|
"direction": "short",
|
|
"entry": 2749.91,
|
|
"tp": 2749.566,
|
|
"sl": 2751.9739999999997,
|
|
"exit": 2749.566,
|
|
"result": "tp",
|
|
"pnl": 14.461741333847533,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0002501900062183846,
|
|
"pred_low": 0.0002501900062183846
|
|
},
|
|
{
|
|
"bar": 4168,
|
|
"time": "2025-01-22 22:10:00",
|
|
"direction": "long",
|
|
"entry": 2752.29,
|
|
"tp": 2752.592,
|
|
"sl": 2750.478,
|
|
"exit": 2752.592,
|
|
"result": "tp",
|
|
"pnl": 14.485844236075284,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002194536186230315,
|
|
"pred_low": 0.0002194536186230315
|
|
},
|
|
{
|
|
"bar": 4176,
|
|
"time": "2025-01-22 22:50:00",
|
|
"direction": "short",
|
|
"entry": 2752.09,
|
|
"tp": 2751.748857142857,
|
|
"sl": 2754.1368571428575,
|
|
"exit": 2751.748857142857,
|
|
"result": "tp",
|
|
"pnl": 14.509987309802955,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002479154803388397,
|
|
"pred_low": 0.0002479154803388397
|
|
},
|
|
{
|
|
"bar": 4192,
|
|
"time": "2025-01-23 00:10:00",
|
|
"direction": "long",
|
|
"entry": 2753.7,
|
|
"tp": 2754.048,
|
|
"sl": 2751.6119999999996,
|
|
"exit": 2754.048,
|
|
"result": "tp",
|
|
"pnl": 14.534170621976592,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00025275084431854985,
|
|
"pred_low": 0.00025275084431854985
|
|
},
|
|
{
|
|
"bar": 4200,
|
|
"time": "2025-01-23 00:50:00",
|
|
"direction": "short",
|
|
"entry": 2753.42,
|
|
"tp": 2753.0485714285714,
|
|
"sl": 2755.6485714285714,
|
|
"exit": 2753.0485714285714,
|
|
"result": "tp",
|
|
"pnl": 14.558394239684064,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00026979434407286825,
|
|
"pred_low": 0.00026979434407286825
|
|
},
|
|
{
|
|
"bar": 4208,
|
|
"time": "2025-01-23 01:30:00",
|
|
"direction": "short",
|
|
"entry": 2753.15,
|
|
"tp": 2752.8340000000003,
|
|
"sl": 2755.046,
|
|
"exit": 2752.8340000000003,
|
|
"result": "tp",
|
|
"pnl": 14.582658230072596,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002295552367288273,
|
|
"pred_low": 0.0002295552367288273
|
|
},
|
|
{
|
|
"bar": 4216,
|
|
"time": "2025-01-23 02:10:00",
|
|
"direction": "long",
|
|
"entry": 2753.31,
|
|
"tp": 2753.6234285714286,
|
|
"sl": 2751.4294285714286,
|
|
"exit": 2753.6234285714286,
|
|
"result": "tp",
|
|
"pnl": 14.606962660466866,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002276740152242782,
|
|
"pred_low": 0.0002276740152242782
|
|
},
|
|
{
|
|
"bar": 4224,
|
|
"time": "2025-01-23 02:50:00",
|
|
"direction": "short",
|
|
"entry": 2752.78,
|
|
"tp": 2752.412285714286,
|
|
"sl": 2754.9862857142857,
|
|
"exit": 2752.412285714286,
|
|
"result": "tp",
|
|
"pnl": 14.631307598224652,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0002671584984737484,
|
|
"pred_low": 0.0002671584984737484
|
|
},
|
|
{
|
|
"bar": 4232,
|
|
"time": "2025-01-23 03:30:00",
|
|
"direction": "short",
|
|
"entry": 2742.44,
|
|
"tp": 2741.863428571429,
|
|
"sl": 2745.8994285714284,
|
|
"exit": 2741.863428571429,
|
|
"result": "tp",
|
|
"pnl": 14.655693110891638,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00042048061476013905,
|
|
"pred_low": 0.00042048061476013905
|
|
},
|
|
{
|
|
"bar": 4240,
|
|
"time": "2025-01-23 04:10:00",
|
|
"direction": "long",
|
|
"entry": 2746.47,
|
|
"tp": 2747.170857142857,
|
|
"sl": 2742.264857142857,
|
|
"exit": 2747.170857142857,
|
|
"result": "tp",
|
|
"pnl": 14.680119266084777,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005103694144535513,
|
|
"pred_low": 0.0005103694144535513
|
|
},
|
|
{
|
|
"bar": 4248,
|
|
"time": "2025-01-23 04:50:00",
|
|
"direction": "long",
|
|
"entry": 2752.01,
|
|
"tp": 2752.550285714286,
|
|
"sl": 2748.768285714286,
|
|
"exit": 2752.550285714286,
|
|
"result": "tp",
|
|
"pnl": 14.70458613152672,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003926480748875892,
|
|
"pred_low": 0.0003926480748875892
|
|
},
|
|
{
|
|
"bar": 4256,
|
|
"time": "2025-01-23 05:30:00",
|
|
"direction": "long",
|
|
"entry": 2753.96,
|
|
"tp": 2754.5502857142856,
|
|
"sl": 2750.418285714286,
|
|
"exit": 2750.418285714286,
|
|
"result": "sl",
|
|
"pnl": -88.37456265045601,
|
|
"bars_held": 8,
|
|
"pred_high": 0.00042868140008257,
|
|
"pred_low": 0.00042868140008257
|
|
},
|
|
{
|
|
"bar": 4264,
|
|
"time": "2025-01-23 06:10:00",
|
|
"direction": "short",
|
|
"entry": 2748.64,
|
|
"tp": 2747.9805714285712,
|
|
"sl": 2752.596571428571,
|
|
"exit": 2747.9805714285712,
|
|
"result": "tp",
|
|
"pnl": 14.581802837327114,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00047982170922970596,
|
|
"pred_low": 0.00047982170922970596
|
|
},
|
|
{
|
|
"bar": 4272,
|
|
"time": "2025-01-23 06:50:00",
|
|
"direction": "short",
|
|
"entry": 2744.28,
|
|
"tp": 2743.435428571429,
|
|
"sl": 2749.3474285714287,
|
|
"exit": 2743.435428571429,
|
|
"result": "tp",
|
|
"pnl": 14.606105842052084,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006155140354274448,
|
|
"pred_low": 0.0006155140354274448
|
|
},
|
|
{
|
|
"bar": 4280,
|
|
"time": "2025-01-23 07:30:00",
|
|
"direction": "short",
|
|
"entry": 2739.65,
|
|
"tp": 2738.668285714286,
|
|
"sl": 2745.540285714286,
|
|
"exit": 2738.668285714286,
|
|
"result": "tp",
|
|
"pnl": 14.630449351789375,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007166713162004368,
|
|
"pred_low": 0.0007166713162004368
|
|
},
|
|
{
|
|
"bar": 4288,
|
|
"time": "2025-01-23 08:10:00",
|
|
"direction": "long",
|
|
"entry": 2741.03,
|
|
"tp": 2742.098,
|
|
"sl": 2734.6220000000003,
|
|
"exit": 2742.098,
|
|
"result": "tp",
|
|
"pnl": 14.654833434041265,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007792691068685691,
|
|
"pred_low": 0.0007792691068685691
|
|
},
|
|
{
|
|
"bar": 4304,
|
|
"time": "2025-01-23 09:30:00",
|
|
"direction": "long",
|
|
"entry": 2745.18,
|
|
"tp": 2746.0502857142856,
|
|
"sl": 2739.9582857142855,
|
|
"exit": 2746.0502857142856,
|
|
"result": "tp",
|
|
"pnl": 14.67925815643458,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006340463753092442,
|
|
"pred_low": 0.0006340463753092442
|
|
},
|
|
{
|
|
"bar": 4312,
|
|
"time": "2025-01-23 10:10:00",
|
|
"direction": "short",
|
|
"entry": 2745.13,
|
|
"tp": 2744.3325714285716,
|
|
"sl": 2749.9145714285714,
|
|
"exit": 2749.9145714285714,
|
|
"result": "sl",
|
|
"pnl": -88.22234152017197,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005809769092382082,
|
|
"pred_low": 0.0005809769092382082
|
|
},
|
|
{
|
|
"bar": 4320,
|
|
"time": "2025-01-23 10:50:00",
|
|
"direction": "long",
|
|
"entry": 2754.01,
|
|
"tp": 2754.9145714285714,
|
|
"sl": 2748.5825714285716,
|
|
"exit": 2754.9145714285714,
|
|
"result": "tp",
|
|
"pnl": 14.556686350825,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0006569122323966953,
|
|
"pred_low": 0.0006569122323966953
|
|
},
|
|
{
|
|
"bar": 4328,
|
|
"time": "2025-01-23 11:30:00",
|
|
"direction": "long",
|
|
"entry": 2756.02,
|
|
"tp": 2756.826285714286,
|
|
"sl": 2751.1822857142856,
|
|
"exit": 2756.826285714286,
|
|
"result": "tp",
|
|
"pnl": 14.580947494749,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005851087541351089,
|
|
"pred_low": 0.0005851087541351089
|
|
},
|
|
{
|
|
"bar": 4336,
|
|
"time": "2025-01-23 12:10:00",
|
|
"direction": "short",
|
|
"entry": 2756.36,
|
|
"tp": 2755.7865714285717,
|
|
"sl": 2759.8005714285714,
|
|
"exit": 2755.7865714285717,
|
|
"result": "tp",
|
|
"pnl": 14.605249073899456,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00041607668913246174,
|
|
"pred_low": 0.00041607668913246174
|
|
},
|
|
{
|
|
"bar": 4344,
|
|
"time": "2025-01-23 12:50:00",
|
|
"direction": "short",
|
|
"entry": 2755.69,
|
|
"tp": 2755.2305714285717,
|
|
"sl": 2758.4465714285716,
|
|
"exit": 2755.2305714285717,
|
|
"result": "tp",
|
|
"pnl": 14.62959115568772,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003334399525552993,
|
|
"pred_low": 0.0003334399525552993
|
|
},
|
|
{
|
|
"bar": 4352,
|
|
"time": "2025-01-23 13:30:00",
|
|
"direction": "long",
|
|
"entry": 2756.94,
|
|
"tp": 2757.406285714286,
|
|
"sl": 2754.142285714286,
|
|
"exit": 2754.142285714286,
|
|
"result": "sl",
|
|
"pnl": -87.9238428457135,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0003382632297298403,
|
|
"pred_low": 0.0003382632297298403
|
|
},
|
|
{
|
|
"bar": 4360,
|
|
"time": "2025-01-23 14:10:00",
|
|
"direction": "short",
|
|
"entry": 2753.47,
|
|
"tp": 2752.9122857142856,
|
|
"sl": 2756.8162857142856,
|
|
"exit": 2752.9122857142856,
|
|
"result": "tp",
|
|
"pnl": 14.507434069539826,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00040509922803902795,
|
|
"pred_low": 0.00040509922803902795
|
|
},
|
|
{
|
|
"bar": 4368,
|
|
"time": "2025-01-23 14:50:00",
|
|
"direction": "short",
|
|
"entry": 2752.83,
|
|
"tp": 2752.3157142857144,
|
|
"sl": 2755.9157142857143,
|
|
"exit": 2752.3157142857144,
|
|
"result": "tp",
|
|
"pnl": 14.531613126320206,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00037364146299315783,
|
|
"pred_low": 0.00037364146299315783
|
|
},
|
|
{
|
|
"bar": 4376,
|
|
"time": "2025-01-23 15:30:00",
|
|
"direction": "short",
|
|
"entry": 2752.62,
|
|
"tp": 2752.2422857142856,
|
|
"sl": 2754.8862857142853,
|
|
"exit": 2752.2422857142856,
|
|
"result": "tp",
|
|
"pnl": 14.555832481538483,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00027443983238825556,
|
|
"pred_low": 0.00027443983238825556
|
|
},
|
|
{
|
|
"bar": 4400,
|
|
"time": "2025-01-23 18:25:00",
|
|
"direction": "long",
|
|
"entry": 2756.04,
|
|
"tp": 2756.4454285714287,
|
|
"sl": 2753.6074285714285,
|
|
"exit": 2756.4454285714287,
|
|
"result": "tp",
|
|
"pnl": 14.580092202344684,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002942109486281665,
|
|
"pred_low": 0.0002942109486281665
|
|
},
|
|
{
|
|
"bar": 4416,
|
|
"time": "2025-01-23 19:45:00",
|
|
"direction": "short",
|
|
"entry": 2760.09,
|
|
"tp": 2759.5477142857144,
|
|
"sl": 2763.343714285714,
|
|
"exit": 2759.5477142857144,
|
|
"result": "tp",
|
|
"pnl": 14.604392356011521,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003929478490090554,
|
|
"pred_low": 0.0003929478490090554
|
|
},
|
|
{
|
|
"bar": 4424,
|
|
"time": "2025-01-23 20:25:00",
|
|
"direction": "long",
|
|
"entry": 2768.09,
|
|
"tp": 2768.876,
|
|
"sl": 2763.3740000000003,
|
|
"exit": 2768.876,
|
|
"result": "tp",
|
|
"pnl": 14.628733009937777,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005679006101680264,
|
|
"pred_low": 0.0005679006101680264
|
|
},
|
|
{
|
|
"bar": 4432,
|
|
"time": "2025-01-23 21:05:00",
|
|
"direction": "long",
|
|
"entry": 2776.19,
|
|
"tp": 2777.0625714285716,
|
|
"sl": 2770.9545714285714,
|
|
"exit": 2770.9545714285714,
|
|
"result": "sl",
|
|
"pnl": -87.91868538971782,
|
|
"bars_held": 15,
|
|
"pred_high": 0.0006286107424718528,
|
|
"pred_low": 0.0006286107424718528
|
|
},
|
|
{
|
|
"bar": 4440,
|
|
"time": "2025-01-23 21:45:00",
|
|
"direction": "long",
|
|
"entry": 2773.99,
|
|
"tp": 2774.684857142857,
|
|
"sl": 2769.8208571428568,
|
|
"exit": 2774.684857142857,
|
|
"result": "tp",
|
|
"pnl": 14.506583089300857,
|
|
"bars_held": 21,
|
|
"pred_high": 0.0005009802795663724,
|
|
"pred_low": 0.0005009802795663724
|
|
},
|
|
{
|
|
"bar": 4456,
|
|
"time": "2025-01-23 23:05:00",
|
|
"direction": "long",
|
|
"entry": 2773.19,
|
|
"tp": 2773.7582857142856,
|
|
"sl": 2769.7802857142856,
|
|
"exit": 2773.7582857142856,
|
|
"result": "tp",
|
|
"pnl": 14.530760727782686,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00040984261034096017,
|
|
"pred_low": 0.00040984261034096017
|
|
},
|
|
{
|
|
"bar": 4464,
|
|
"time": "2025-01-23 23:45:00",
|
|
"direction": "long",
|
|
"entry": 2774.72,
|
|
"tp": 2775.2485714285713,
|
|
"sl": 2771.548571428571,
|
|
"exit": 2775.2485714285713,
|
|
"result": "tp",
|
|
"pnl": 14.554978662333031,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003809908232696932,
|
|
"pred_low": 0.0003809908232696932
|
|
},
|
|
{
|
|
"bar": 4480,
|
|
"time": "2025-01-24 01:05:00",
|
|
"direction": "short",
|
|
"entry": 2773.2,
|
|
"tp": 2772.678857142857,
|
|
"sl": 2776.3268571428566,
|
|
"exit": 2772.678857142857,
|
|
"result": "tp",
|
|
"pnl": 14.579236960103957,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00037584224516287176,
|
|
"pred_low": 0.00037584224516287176
|
|
},
|
|
{
|
|
"bar": 4488,
|
|
"time": "2025-01-24 01:45:00",
|
|
"direction": "long",
|
|
"entry": 2774.37,
|
|
"tp": 2774.867714285714,
|
|
"sl": 2771.383714285714,
|
|
"exit": 2774.867714285714,
|
|
"result": "tp",
|
|
"pnl": 14.603535688367801,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00035879445475136683,
|
|
"pred_low": 0.00035879445475136683
|
|
},
|
|
{
|
|
"bar": 4504,
|
|
"time": "2025-01-24 03:05:00",
|
|
"direction": "long",
|
|
"entry": 2775.45,
|
|
"tp": 2775.985142857143,
|
|
"sl": 2772.2391428571427,
|
|
"exit": 2775.985142857143,
|
|
"result": "tp",
|
|
"pnl": 14.627874914521243,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00038562601174068695,
|
|
"pred_low": 0.00038562601174068695
|
|
},
|
|
{
|
|
"bar": 4512,
|
|
"time": "2025-01-24 03:45:00",
|
|
"direction": "short",
|
|
"entry": 2771.38,
|
|
"tp": 2770.7525714285716,
|
|
"sl": 2775.1445714285715,
|
|
"exit": 2775.1445714285715,
|
|
"result": "sl",
|
|
"pnl": -87.913528236245,
|
|
"bars_held": 13,
|
|
"pred_high": 0.00045279144067473425,
|
|
"pred_low": 0.00045279144067473425
|
|
},
|
|
{
|
|
"bar": 4536,
|
|
"time": "2025-01-24 05:45:00",
|
|
"direction": "long",
|
|
"entry": 2777.47,
|
|
"tp": 2778.1325714285713,
|
|
"sl": 2773.4945714285714,
|
|
"exit": 2778.1325714285713,
|
|
"result": "tp",
|
|
"pnl": 14.505732158982768,
|
|
"bars_held": 6,
|
|
"pred_high": 0.000477104291726925,
|
|
"pred_low": 0.000477104291726925
|
|
},
|
|
{
|
|
"bar": 4544,
|
|
"time": "2025-01-24 06:25:00",
|
|
"direction": "long",
|
|
"entry": 2778.25,
|
|
"tp": 2778.830857142857,
|
|
"sl": 2774.764857142857,
|
|
"exit": 2778.830857142857,
|
|
"result": "tp",
|
|
"pnl": 14.529908379241853,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0004181460580272767,
|
|
"pred_low": 0.0004181460580272767
|
|
},
|
|
{
|
|
"bar": 4552,
|
|
"time": "2025-01-24 07:05:00",
|
|
"direction": "long",
|
|
"entry": 2781.02,
|
|
"tp": 2781.4905714285715,
|
|
"sl": 2778.196571428571,
|
|
"exit": 2781.4905714285715,
|
|
"result": "tp",
|
|
"pnl": 14.554124893211954,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003384164289156129,
|
|
"pred_low": 0.0003384164289156129
|
|
},
|
|
{
|
|
"bar": 4560,
|
|
"time": "2025-01-24 07:45:00",
|
|
"direction": "long",
|
|
"entry": 2783.55,
|
|
"tp": 2784.122285714286,
|
|
"sl": 2780.116285714286,
|
|
"exit": 2780.116285714286,
|
|
"result": "sl",
|
|
"pnl": -87.47029060819806,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00041119125884983776,
|
|
"pred_low": 0.00041119125884983776
|
|
},
|
|
{
|
|
"bar": 4568,
|
|
"time": "2025-01-24 08:25:00",
|
|
"direction": "short",
|
|
"entry": 2774.13,
|
|
"tp": 2773.2748571428574,
|
|
"sl": 2779.2608571428573,
|
|
"exit": 2779.2608571428573,
|
|
"result": "sl",
|
|
"pnl": -86.5955877021166,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0006165124613070516,
|
|
"pred_low": 0.0006165124613070516
|
|
},
|
|
{
|
|
"bar": 4576,
|
|
"time": "2025-01-24 09:05:00",
|
|
"direction": "long",
|
|
"entry": 2780.95,
|
|
"tp": 2781.999714285714,
|
|
"sl": 2774.651714285714,
|
|
"exit": 2781.999714285714,
|
|
"result": "tp",
|
|
"pnl": 14.288271970850195,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007549321531953322,
|
|
"pred_low": 0.0007549321531953322
|
|
},
|
|
{
|
|
"bar": 4584,
|
|
"time": "2025-01-24 09:45:00",
|
|
"direction": "short",
|
|
"entry": 2781.58,
|
|
"tp": 2780.718857142857,
|
|
"sl": 2786.746857142857,
|
|
"exit": 2780.718857142857,
|
|
"result": "tp",
|
|
"pnl": 14.312085757470202,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006191753299512174,
|
|
"pred_low": 0.0006191753299512174
|
|
},
|
|
{
|
|
"bar": 4592,
|
|
"time": "2025-01-24 10:25:00",
|
|
"direction": "long",
|
|
"entry": 2775.83,
|
|
"tp": 2776.6,
|
|
"sl": 2771.21,
|
|
"exit": 2776.6,
|
|
"result": "tp",
|
|
"pnl": 14.335939233729608,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005547890180594596,
|
|
"pred_low": 0.0005547890180594596
|
|
},
|
|
{
|
|
"bar": 4600,
|
|
"time": "2025-01-24 11:05:00",
|
|
"direction": "short",
|
|
"entry": 2773.52,
|
|
"tp": 2772.787714285714,
|
|
"sl": 2777.9137142857144,
|
|
"exit": 2772.787714285714,
|
|
"result": "tp",
|
|
"pnl": 14.35983246578759,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005280551171693231,
|
|
"pred_low": 0.0005280551171693231
|
|
},
|
|
{
|
|
"bar": 4616,
|
|
"time": "2025-01-24 12:25:00",
|
|
"direction": "long",
|
|
"entry": 2772.01,
|
|
"tp": 2772.514857142857,
|
|
"sl": 2768.9808571428575,
|
|
"exit": 2772.514857142857,
|
|
"result": "tp",
|
|
"pnl": 14.383765519890526,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00036425347878048416,
|
|
"pred_low": 0.00036425347878048416
|
|
},
|
|
{
|
|
"bar": 4632,
|
|
"time": "2025-01-24 13:45:00",
|
|
"direction": "long",
|
|
"entry": 2774.03,
|
|
"tp": 2774.421142857143,
|
|
"sl": 2771.6831428571427,
|
|
"exit": 2774.421142857143,
|
|
"result": "tp",
|
|
"pnl": 14.407738462424074,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00028200333604387677,
|
|
"pred_low": 0.00028200333604387677
|
|
},
|
|
{
|
|
"bar": 4640,
|
|
"time": "2025-01-24 14:25:00",
|
|
"direction": "short",
|
|
"entry": 2773.2,
|
|
"tp": 2772.8282857142854,
|
|
"sl": 2775.4302857142857,
|
|
"exit": 2772.8282857142854,
|
|
"result": "tp",
|
|
"pnl": 14.431751359872285,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002680760750860414,
|
|
"pred_low": 0.0002680760750860414
|
|
},
|
|
{
|
|
"bar": 4648,
|
|
"time": "2025-01-24 15:05:00",
|
|
"direction": "short",
|
|
"entry": 2771.12,
|
|
"tp": 2770.6905714285713,
|
|
"sl": 2773.696571428571,
|
|
"exit": 2770.6905714285713,
|
|
"result": "tp",
|
|
"pnl": 14.455804278800663,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003099314150441534,
|
|
"pred_low": 0.0003099314150441534
|
|
},
|
|
{
|
|
"bar": 4664,
|
|
"time": "2025-01-26 17:20:00",
|
|
"direction": "short",
|
|
"entry": 2766.96,
|
|
"tp": 2766.535142857143,
|
|
"sl": 2769.5091428571427,
|
|
"exit": 2766.535142857143,
|
|
"result": "tp",
|
|
"pnl": 14.479897285927144,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00030709308617192857,
|
|
"pred_low": 0.00030709308617192857
|
|
},
|
|
{
|
|
"bar": 4672,
|
|
"time": "2025-01-26 18:00:00",
|
|
"direction": "short",
|
|
"entry": 2766.76,
|
|
"tp": 2766.206571428572,
|
|
"sl": 2770.0805714285716,
|
|
"exit": 2766.206571428572,
|
|
"result": "tp",
|
|
"pnl": 14.504030448069475,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00040005535097267656,
|
|
"pred_low": 0.00040005535097267656
|
|
},
|
|
{
|
|
"bar": 4680,
|
|
"time": "2025-01-26 18:40:00",
|
|
"direction": "long",
|
|
"entry": 2767.51,
|
|
"tp": 2768.0457142857144,
|
|
"sl": 2764.2957142857144,
|
|
"exit": 2768.0457142857144,
|
|
"result": "tp",
|
|
"pnl": 14.528203832151906,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00038714532971103894,
|
|
"pred_low": 0.00038714532971103894
|
|
},
|
|
{
|
|
"bar": 4696,
|
|
"time": "2025-01-26 20:00:00",
|
|
"direction": "short",
|
|
"entry": 2761.69,
|
|
"tp": 2760.899142857143,
|
|
"sl": 2766.435142857143,
|
|
"exit": 2760.899142857143,
|
|
"result": "tp",
|
|
"pnl": 14.552417505205215,
|
|
"bars_held": 2,
|
|
"pred_high": 0.000572734190193071,
|
|
"pred_low": 0.000572734190193071
|
|
},
|
|
{
|
|
"bar": 4712,
|
|
"time": "2025-01-26 21:20:00",
|
|
"direction": "long",
|
|
"entry": 2760.14,
|
|
"tp": 2760.9702857142856,
|
|
"sl": 2755.1582857142857,
|
|
"exit": 2760.9702857142856,
|
|
"result": "tp",
|
|
"pnl": 14.57667153438409,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006016257974491871,
|
|
"pred_low": 0.0006016257974491871
|
|
},
|
|
{
|
|
"bar": 4720,
|
|
"time": "2025-01-26 22:00:00",
|
|
"direction": "short",
|
|
"entry": 2760.01,
|
|
"tp": 2759.3725714285715,
|
|
"sl": 2763.8345714285715,
|
|
"exit": 2759.3725714285715,
|
|
"result": "tp",
|
|
"pnl": 14.600965986942931,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00046190308834285587,
|
|
"pred_low": 0.00046190308834285587
|
|
},
|
|
{
|
|
"bar": 4728,
|
|
"time": "2025-01-26 22:40:00",
|
|
"direction": "short",
|
|
"entry": 2756.02,
|
|
"tp": 2755.4711428571427,
|
|
"sl": 2759.313142857143,
|
|
"exit": 2755.4711428571427,
|
|
"result": "tp",
|
|
"pnl": 14.625300930255287,
|
|
"bars_held": 9,
|
|
"pred_high": 0.0003982969229955929,
|
|
"pred_low": 0.0003982969229955929
|
|
},
|
|
{
|
|
"bar": 4736,
|
|
"time": "2025-01-26 23:20:00",
|
|
"direction": "short",
|
|
"entry": 2755.91,
|
|
"tp": 2755.387714285714,
|
|
"sl": 2759.043714285714,
|
|
"exit": 2755.387714285714,
|
|
"result": "tp",
|
|
"pnl": 14.649676431804071,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00037902958680487175,
|
|
"pred_low": 0.00037902958680487175
|
|
},
|
|
{
|
|
"bar": 4744,
|
|
"time": "2025-01-27 00:00:00",
|
|
"direction": "short",
|
|
"entry": 2753.14,
|
|
"tp": 2752.6302857142855,
|
|
"sl": 2756.1982857142857,
|
|
"exit": 2752.6302857142855,
|
|
"result": "tp",
|
|
"pnl": 14.674092559191578,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00037027850796855733,
|
|
"pred_low": 0.00037027850796855733
|
|
},
|
|
{
|
|
"bar": 4760,
|
|
"time": "2025-01-27 01:20:00",
|
|
"direction": "short",
|
|
"entry": 2752.35,
|
|
"tp": 2751.882,
|
|
"sl": 2755.158,
|
|
"exit": 2751.882,
|
|
"result": "tp",
|
|
"pnl": 14.698549380114859,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00034007302850293686,
|
|
"pred_low": 0.00034007302850293686
|
|
},
|
|
{
|
|
"bar": 4776,
|
|
"time": "2025-01-27 02:40:00",
|
|
"direction": "long",
|
|
"entry": 2758.06,
|
|
"tp": 2758.7745714285716,
|
|
"sl": 2753.772571428571,
|
|
"exit": 2758.7745714285716,
|
|
"result": "tp",
|
|
"pnl": 14.723046962423973,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005181696036862584,
|
|
"pred_low": 0.0005181696036862584
|
|
},
|
|
{
|
|
"bar": 4784,
|
|
"time": "2025-01-27 03:20:00",
|
|
"direction": "long",
|
|
"entry": 2760.45,
|
|
"tp": 2761.3674285714283,
|
|
"sl": 2754.9454285714282,
|
|
"exit": 2761.3674285714283,
|
|
"result": "tp",
|
|
"pnl": 14.747585374022506,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006646949384546638,
|
|
"pred_low": 0.0006646949384546638
|
|
},
|
|
{
|
|
"bar": 4792,
|
|
"time": "2025-01-27 04:00:00",
|
|
"direction": "long",
|
|
"entry": 2764.09,
|
|
"tp": 2764.902,
|
|
"sl": 2759.218,
|
|
"exit": 2764.902,
|
|
"result": "tp",
|
|
"pnl": 14.772164682979385,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005875351381467428,
|
|
"pred_low": 0.0005875351381467428
|
|
},
|
|
{
|
|
"bar": 4800,
|
|
"time": "2025-01-27 04:40:00",
|
|
"direction": "long",
|
|
"entry": 2767.45,
|
|
"tp": 2768.1382857142858,
|
|
"sl": 2763.3202857142855,
|
|
"exit": 2768.1382857142858,
|
|
"result": "tp",
|
|
"pnl": 14.796784957457332,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004974151036410736,
|
|
"pred_low": 0.0004974151036410736
|
|
},
|
|
{
|
|
"bar": 4808,
|
|
"time": "2025-01-27 05:20:00",
|
|
"direction": "long",
|
|
"entry": 2769.34,
|
|
"tp": 2770.1617142857144,
|
|
"sl": 2764.4097142857145,
|
|
"exit": 2770.1617142857144,
|
|
"result": "tp",
|
|
"pnl": 14.82144626571557,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0005934369096710978,
|
|
"pred_low": 0.0005934369096710978
|
|
},
|
|
{
|
|
"bar": 4816,
|
|
"time": "2025-01-27 06:00:00",
|
|
"direction": "long",
|
|
"entry": 2771.48,
|
|
"tp": 2772.096,
|
|
"sl": 2767.784,
|
|
"exit": 2767.784,
|
|
"result": "sl",
|
|
"pnl": -89.0768920569506,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00044452783350411003,
|
|
"pred_low": 0.00044452783350411003
|
|
},
|
|
{
|
|
"bar": 4824,
|
|
"time": "2025-01-27 06:40:00",
|
|
"direction": "short",
|
|
"entry": 2762.71,
|
|
"tp": 2761.9922857142856,
|
|
"sl": 2767.0162857142855,
|
|
"exit": 2761.9922857142856,
|
|
"result": "tp",
|
|
"pnl": 14.697687189401108,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005195726556274503,
|
|
"pred_low": 0.0005195726556274503
|
|
},
|
|
{
|
|
"bar": 4832,
|
|
"time": "2025-01-27 07:20:00",
|
|
"direction": "short",
|
|
"entry": 2759.21,
|
|
"tp": 2758.479428571429,
|
|
"sl": 2763.5934285714284,
|
|
"exit": 2758.479428571429,
|
|
"result": "tp",
|
|
"pnl": 14.72218333470938,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005295511603476315,
|
|
"pred_low": 0.0005295511603476315
|
|
},
|
|
{
|
|
"bar": 4840,
|
|
"time": "2025-01-27 08:00:00",
|
|
"direction": "long",
|
|
"entry": 2756.4,
|
|
"tp": 2757.2994285714285,
|
|
"sl": 2751.0034285714287,
|
|
"exit": 2751.0034285714287,
|
|
"result": "sl",
|
|
"pnl": -88.48032184162307,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0006526110661939915,
|
|
"pred_low": 0.0006526110661939915
|
|
},
|
|
{
|
|
"bar": 4848,
|
|
"time": "2025-01-27 08:40:00",
|
|
"direction": "long",
|
|
"entry": 2753.33,
|
|
"tp": 2754.521714285714,
|
|
"sl": 2746.1797142857145,
|
|
"exit": 2754.521714285714,
|
|
"result": "tp",
|
|
"pnl": 14.599253103866547,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008656530715273948,
|
|
"pred_low": 0.0008656530715273948
|
|
},
|
|
{
|
|
"bar": 4856,
|
|
"time": "2025-01-27 09:20:00",
|
|
"direction": "short",
|
|
"entry": 2744.54,
|
|
"tp": 2743.1639999999998,
|
|
"sl": 2752.796,
|
|
"exit": 2743.1639999999998,
|
|
"result": "tp",
|
|
"pnl": 14.623585192376176,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0010027181239843535,
|
|
"pred_low": 0.0010027181239843535
|
|
},
|
|
{
|
|
"bar": 4864,
|
|
"time": "2025-01-27 10:00:00",
|
|
"direction": "long",
|
|
"entry": 2742.16,
|
|
"tp": 2743.236857142857,
|
|
"sl": 2735.6988571428565,
|
|
"exit": 2735.6988571428565,
|
|
"result": "sl",
|
|
"pnl": -87.88774700617122,
|
|
"bars_held": 10,
|
|
"pred_high": 0.0007854079578559942,
|
|
"pred_low": 0.0007854079578559942
|
|
},
|
|
{
|
|
"bar": 4872,
|
|
"time": "2025-01-27 10:40:00",
|
|
"direction": "short",
|
|
"entry": 2739.33,
|
|
"tp": 2738.5082857142856,
|
|
"sl": 2744.2602857142856,
|
|
"exit": 2738.5082857142856,
|
|
"result": "tp",
|
|
"pnl": 14.501478256017325,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005999381496309717,
|
|
"pred_low": 0.0005999381496309717
|
|
},
|
|
{
|
|
"bar": 4880,
|
|
"time": "2025-01-27 11:20:00",
|
|
"direction": "long",
|
|
"entry": 2735.01,
|
|
"tp": 2735.905142857143,
|
|
"sl": 2729.639142857143,
|
|
"exit": 2735.905142857143,
|
|
"result": "tp",
|
|
"pnl": 14.525647386441317,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006545810488026501,
|
|
"pred_low": 0.0006545810488026501
|
|
},
|
|
{
|
|
"bar": 4896,
|
|
"time": "2025-01-27 12:40:00",
|
|
"direction": "long",
|
|
"entry": 2737.14,
|
|
"tp": 2737.885142857143,
|
|
"sl": 2732.6691428571426,
|
|
"exit": 2737.885142857143,
|
|
"result": "tp",
|
|
"pnl": 14.54985679875851,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0005444682092570115,
|
|
"pred_low": 0.0005444682092570115
|
|
},
|
|
{
|
|
"bar": 4904,
|
|
"time": "2025-01-27 13:20:00",
|
|
"direction": "long",
|
|
"entry": 2740.38,
|
|
"tp": 2740.924,
|
|
"sl": 2737.116,
|
|
"exit": 2737.116,
|
|
"result": "sl",
|
|
"pnl": -87.44463936052023,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0003970252300775892,
|
|
"pred_low": 0.0003970252300775892
|
|
},
|
|
{
|
|
"bar": 4912,
|
|
"time": "2025-01-27 14:00:00",
|
|
"direction": "long",
|
|
"entry": 2738.79,
|
|
"tp": 2739.18,
|
|
"sl": 2736.45,
|
|
"exit": 2739.18,
|
|
"result": "tp",
|
|
"pnl": 14.428365494479838,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002847973009979068,
|
|
"pred_low": 0.0002847973009979068
|
|
},
|
|
{
|
|
"bar": 4920,
|
|
"time": "2025-01-27 14:40:00",
|
|
"direction": "long",
|
|
"entry": 2741.37,
|
|
"tp": 2741.755714285714,
|
|
"sl": 2739.055714285714,
|
|
"exit": 2741.755714285714,
|
|
"result": "tp",
|
|
"pnl": 14.452412770303413,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0002814025729575349,
|
|
"pred_low": 0.0002814025729575349
|
|
},
|
|
{
|
|
"bar": 4928,
|
|
"time": "2025-01-27 15:20:00",
|
|
"direction": "long",
|
|
"entry": 2743.05,
|
|
"tp": 2743.4294285714286,
|
|
"sl": 2740.7734285714287,
|
|
"exit": 2743.4294285714286,
|
|
"result": "tp",
|
|
"pnl": 14.476500124919971,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002766472149094009,
|
|
"pred_low": 0.0002766472149094009
|
|
},
|
|
{
|
|
"bar": 4936,
|
|
"time": "2025-01-27 16:00:00",
|
|
"direction": "short",
|
|
"entry": 2740.09,
|
|
"tp": 2739.7734285714287,
|
|
"sl": 2741.9894285714286,
|
|
"exit": 2739.7734285714287,
|
|
"result": "tp",
|
|
"pnl": 14.500627625137492,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00023106644567983276,
|
|
"pred_low": 0.00023106644567983276
|
|
},
|
|
{
|
|
"bar": 4944,
|
|
"time": "2025-01-27 17:35:00",
|
|
"direction": "long",
|
|
"entry": 2741.16,
|
|
"tp": 2741.6374285714282,
|
|
"sl": 2738.2954285714286,
|
|
"exit": 2741.6374285714282,
|
|
"result": "tp",
|
|
"pnl": 14.524795337838535,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003483405357064597,
|
|
"pred_low": 0.0003483405357064597
|
|
},
|
|
{
|
|
"bar": 4952,
|
|
"time": "2025-01-27 18:15:00",
|
|
"direction": "short",
|
|
"entry": 2741.97,
|
|
"tp": 2741.448857142857,
|
|
"sl": 2745.096857142857,
|
|
"exit": 2741.448857142857,
|
|
"result": "tp",
|
|
"pnl": 14.549003330073406,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003801229460153663,
|
|
"pred_low": 0.0003801229460153663
|
|
},
|
|
{
|
|
"bar": 4960,
|
|
"time": "2025-01-27 18:55:00",
|
|
"direction": "short",
|
|
"entry": 2740.49,
|
|
"tp": 2739.914571428571,
|
|
"sl": 2743.9425714285712,
|
|
"exit": 2743.9425714285712,
|
|
"result": "sl",
|
|
"pnl": -87.4395100137382,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004199457552690167,
|
|
"pred_low": 0.0004199457552690167
|
|
},
|
|
{
|
|
"bar": 4968,
|
|
"time": "2025-01-27 19:35:00",
|
|
"direction": "short",
|
|
"entry": 2743.91,
|
|
"tp": 2743.2482857142854,
|
|
"sl": 2747.8802857142855,
|
|
"exit": 2743.2482857142854,
|
|
"result": "tp",
|
|
"pnl": 14.427519152270127,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000482314861430801,
|
|
"pred_low": 0.000482314861430801
|
|
},
|
|
{
|
|
"bar": 4976,
|
|
"time": "2025-01-27 20:15:00",
|
|
"direction": "short",
|
|
"entry": 2740.18,
|
|
"tp": 2739.621142857143,
|
|
"sl": 2743.5331428571426,
|
|
"exit": 2739.621142857143,
|
|
"result": "tp",
|
|
"pnl": 14.45156501751906,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00040789812556629745,
|
|
"pred_low": 0.00040789812556629745
|
|
},
|
|
{
|
|
"bar": 4992,
|
|
"time": "2025-01-27 21:35:00",
|
|
"direction": "short",
|
|
"entry": 2738.46,
|
|
"tp": 2738.0288571428573,
|
|
"sl": 2741.046857142857,
|
|
"exit": 2738.0288571428573,
|
|
"result": "tp",
|
|
"pnl": 14.475650959214766,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00031487979166597014,
|
|
"pred_low": 0.00031487979166597014
|
|
},
|
|
{
|
|
"bar": 5000,
|
|
"time": "2025-01-27 22:15:00",
|
|
"direction": "long",
|
|
"entry": 2740.49,
|
|
"tp": 2740.854571428571,
|
|
"sl": 2738.3025714285714,
|
|
"exit": 2740.854571428571,
|
|
"result": "tp",
|
|
"pnl": 14.499777044142768,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00026606295120318546,
|
|
"pred_low": 0.00026606295120318546
|
|
},
|
|
{
|
|
"bar": 5008,
|
|
"time": "2025-01-27 22:55:00",
|
|
"direction": "long",
|
|
"entry": 2741.81,
|
|
"tp": 2742.166857142857,
|
|
"sl": 2739.6688571428567,
|
|
"exit": 2742.166857142857,
|
|
"result": "tp",
|
|
"pnl": 14.523943339226774,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00026030771122519477,
|
|
"pred_low": 0.00026030771122519477
|
|
},
|
|
{
|
|
"bar": 5016,
|
|
"time": "2025-01-27 23:35:00",
|
|
"direction": "short",
|
|
"entry": 2742.02,
|
|
"tp": 2741.618285714286,
|
|
"sl": 2744.4302857142857,
|
|
"exit": 2741.618285714286,
|
|
"result": "tp",
|
|
"pnl": 14.54814991145176,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002930060945684453,
|
|
"pred_low": 0.0002930060945684453
|
|
},
|
|
{
|
|
"bar": 5024,
|
|
"time": "2025-01-28 00:15:00",
|
|
"direction": "long",
|
|
"entry": 2742.22,
|
|
"tp": 2742.496857142857,
|
|
"sl": 2740.558857142857,
|
|
"exit": 2740.558857142857,
|
|
"result": "sl",
|
|
"pnl": -87.43438096783589,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00020192190477579805,
|
|
"pred_low": 0.00020192190477579805
|
|
},
|
|
{
|
|
"bar": 5032,
|
|
"time": "2025-01-28 00:55:00",
|
|
"direction": "short",
|
|
"entry": 2739.26,
|
|
"tp": 2738.983142857143,
|
|
"sl": 2740.921142857143,
|
|
"exit": 2740.921142857143,
|
|
"result": "sl",
|
|
"pnl": -86.56003715815761,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00020214009831643904,
|
|
"pred_low": 0.00020214009831643904
|
|
},
|
|
{
|
|
"bar": 5048,
|
|
"time": "2025-01-28 02:15:00",
|
|
"direction": "short",
|
|
"entry": 2738.47,
|
|
"tp": 2738.0082857142856,
|
|
"sl": 2741.240285714285,
|
|
"exit": 2738.0082857142856,
|
|
"result": "tp",
|
|
"pnl": 14.282406131093804,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003372060206715835,
|
|
"pred_low": 0.0003372060206715835
|
|
},
|
|
{
|
|
"bar": 5056,
|
|
"time": "2025-01-28 02:55:00",
|
|
"direction": "long",
|
|
"entry": 2740.92,
|
|
"tp": 2741.516285714286,
|
|
"sl": 2737.342285714286,
|
|
"exit": 2741.516285714286,
|
|
"result": "tp",
|
|
"pnl": 14.306210141318624,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004350989553038478,
|
|
"pred_low": 0.0004350989553038478
|
|
},
|
|
{
|
|
"bar": 5080,
|
|
"time": "2025-01-28 04:55:00",
|
|
"direction": "short",
|
|
"entry": 2743.07,
|
|
"tp": 2742.6465714285714,
|
|
"sl": 2745.6105714285713,
|
|
"exit": 2742.6465714285714,
|
|
"result": "tp",
|
|
"pnl": 14.330053824890964,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00030872604157280943,
|
|
"pred_low": 0.00030872604157280943
|
|
},
|
|
{
|
|
"bar": 5088,
|
|
"time": "2025-01-28 05:35:00",
|
|
"direction": "short",
|
|
"entry": 2741.76,
|
|
"tp": 2741.3797142857147,
|
|
"sl": 2744.0417142857145,
|
|
"exit": 2744.0417142857145,
|
|
"result": "sl",
|
|
"pnl": -86.12362348755661,
|
|
"bars_held": 14,
|
|
"pred_high": 0.00027740262771775267,
|
|
"pred_low": 0.00027740262771775267
|
|
},
|
|
{
|
|
"bar": 5104,
|
|
"time": "2025-01-28 06:55:00",
|
|
"direction": "long",
|
|
"entry": 2744.85,
|
|
"tp": 2745.2354285714287,
|
|
"sl": 2742.5374285714283,
|
|
"exit": 2745.2354285714287,
|
|
"result": "tp",
|
|
"pnl": 14.210397875452347,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00028083762058297626,
|
|
"pred_low": 0.00028083762058297626
|
|
},
|
|
{
|
|
"bar": 5112,
|
|
"time": "2025-01-28 07:35:00",
|
|
"direction": "long",
|
|
"entry": 2748.69,
|
|
"tp": 2749.121142857143,
|
|
"sl": 2746.1031428571428,
|
|
"exit": 2749.121142857143,
|
|
"result": "tp",
|
|
"pnl": 14.234081871901395,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003137078805851961,
|
|
"pred_low": 0.0003137078805851961
|
|
},
|
|
{
|
|
"bar": 5120,
|
|
"time": "2025-01-28 08:15:00",
|
|
"direction": "long",
|
|
"entry": 2751.78,
|
|
"tp": 2752.402285714286,
|
|
"sl": 2748.046285714286,
|
|
"exit": 2752.402285714286,
|
|
"result": "tp",
|
|
"pnl": 14.257805341691594,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004522786809161394,
|
|
"pred_low": 0.0004522786809161394
|
|
},
|
|
{
|
|
"bar": 5128,
|
|
"time": "2025-01-28 08:55:00",
|
|
"direction": "short",
|
|
"entry": 2753.13,
|
|
"tp": 2752.4025714285717,
|
|
"sl": 2757.494571428572,
|
|
"exit": 2752.4025714285717,
|
|
"result": "tp",
|
|
"pnl": 14.28156835059118,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005284375030809191,
|
|
"pred_low": 0.0005284375030809191
|
|
},
|
|
{
|
|
"bar": 5136,
|
|
"time": "2025-01-28 09:35:00",
|
|
"direction": "long",
|
|
"entry": 2756.08,
|
|
"tp": 2756.7637142857143,
|
|
"sl": 2751.9777142857142,
|
|
"exit": 2756.7637142857143,
|
|
"result": "tp",
|
|
"pnl": 14.305370964514562,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004961498111188848,
|
|
"pred_low": 0.0004961498111188848
|
|
},
|
|
{
|
|
"bar": 5144,
|
|
"time": "2025-01-28 10:15:00",
|
|
"direction": "long",
|
|
"entry": 2757.57,
|
|
"tp": 2758.103142857143,
|
|
"sl": 2754.3711428571432,
|
|
"exit": 2758.103142857143,
|
|
"result": "tp",
|
|
"pnl": 14.329213249459452,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0003866758465916201,
|
|
"pred_low": 0.0003866758465916201
|
|
},
|
|
{
|
|
"bar": 5152,
|
|
"time": "2025-01-28 10:55:00",
|
|
"direction": "long",
|
|
"entry": 2758.67,
|
|
"tp": 2759.209428571429,
|
|
"sl": 2755.4334285714285,
|
|
"exit": 2759.209428571429,
|
|
"result": "tp",
|
|
"pnl": 14.353095271540786,
|
|
"bars_held": 10,
|
|
"pred_high": 0.00039107872375352006,
|
|
"pred_low": 0.00039107872375352006
|
|
},
|
|
{
|
|
"bar": 5160,
|
|
"time": "2025-01-28 11:35:00",
|
|
"direction": "short",
|
|
"entry": 2758.23,
|
|
"tp": 2757.7994285714285,
|
|
"sl": 2760.8134285714286,
|
|
"exit": 2757.7994285714285,
|
|
"result": "tp",
|
|
"pnl": 14.37701709699155,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003122085022434099,
|
|
"pred_low": 0.0003122085022434099
|
|
},
|
|
{
|
|
"bar": 5168,
|
|
"time": "2025-01-28 12:15:00",
|
|
"direction": "long",
|
|
"entry": 2760.06,
|
|
"tp": 2760.381714285714,
|
|
"sl": 2758.1297142857143,
|
|
"exit": 2760.381714285714,
|
|
"result": "tp",
|
|
"pnl": 14.400978792150749,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00023312122614310268,
|
|
"pred_low": 0.00023312122614310268
|
|
},
|
|
{
|
|
"bar": 5184,
|
|
"time": "2025-01-28 13:35:00",
|
|
"direction": "long",
|
|
"entry": 2764.09,
|
|
"tp": 2764.551428571429,
|
|
"sl": 2761.3214285714284,
|
|
"exit": 2764.551428571429,
|
|
"result": "tp",
|
|
"pnl": 14.424980423476104,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003338737678068276,
|
|
"pred_low": 0.0003338737678068276
|
|
},
|
|
{
|
|
"bar": 5192,
|
|
"time": "2025-01-28 14:15:00",
|
|
"direction": "short",
|
|
"entry": 2763.88,
|
|
"tp": 2763.576,
|
|
"sl": 2765.704,
|
|
"exit": 2763.576,
|
|
"result": "tp",
|
|
"pnl": 14.449022057513252,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00021998060697281312,
|
|
"pred_low": 0.00021998060697281312
|
|
},
|
|
{
|
|
"bar": 5200,
|
|
"time": "2025-01-28 14:55:00",
|
|
"direction": "long",
|
|
"entry": 2763.91,
|
|
"tp": 2764.193142857143,
|
|
"sl": 2762.211142857143,
|
|
"exit": 2764.193142857143,
|
|
"result": "tp",
|
|
"pnl": 14.47310376094936,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00020488572865457995,
|
|
"pred_low": 0.00020488572865457995
|
|
},
|
|
{
|
|
"bar": 5248,
|
|
"time": "2025-01-28 19:50:00",
|
|
"direction": "short",
|
|
"entry": 2763.98,
|
|
"tp": 2763.697142857143,
|
|
"sl": 2765.677142857143,
|
|
"exit": 2763.697142857143,
|
|
"result": "tp",
|
|
"pnl": 14.497225600542981,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00020467379854930822,
|
|
"pred_low": 0.00020467379854930822
|
|
},
|
|
{
|
|
"bar": 5264,
|
|
"time": "2025-01-28 21:10:00",
|
|
"direction": "short",
|
|
"entry": 2763.25,
|
|
"tp": 2762.966857142857,
|
|
"sl": 2764.948857142857,
|
|
"exit": 2762.966857142857,
|
|
"result": "tp",
|
|
"pnl": 14.521387643217883,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00020493466544312168,
|
|
"pred_low": 0.00020493466544312168
|
|
},
|
|
{
|
|
"bar": 5280,
|
|
"time": "2025-01-28 22:30:00",
|
|
"direction": "long",
|
|
"entry": 2763.91,
|
|
"tp": 2764.2057142857143,
|
|
"sl": 2762.135714285714,
|
|
"exit": 2762.135714285714,
|
|
"result": "sl",
|
|
"pnl": -87.27353973568076,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0002139825723082757,
|
|
"pred_low": 0.0002139825723082757
|
|
},
|
|
{
|
|
"bar": 5288,
|
|
"time": "2025-01-28 23:10:00",
|
|
"direction": "short",
|
|
"entry": 2762.49,
|
|
"tp": 2762.1842857142856,
|
|
"sl": 2764.3242857142855,
|
|
"exit": 2762.1842857142856,
|
|
"result": "tp",
|
|
"pnl": 14.400134056384664,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00022133241077017805,
|
|
"pred_low": 0.00022133241077017805
|
|
},
|
|
{
|
|
"bar": 5296,
|
|
"time": "2025-01-28 23:50:00",
|
|
"direction": "short",
|
|
"entry": 2760.63,
|
|
"tp": 2760.308285714286,
|
|
"sl": 2762.560285714286,
|
|
"exit": 2760.308285714286,
|
|
"result": "tp",
|
|
"pnl": 14.424134279815586,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00023307309252906255,
|
|
"pred_low": 0.00023307309252906255
|
|
},
|
|
{
|
|
"bar": 5304,
|
|
"time": "2025-01-29 00:30:00",
|
|
"direction": "short",
|
|
"entry": 2759.82,
|
|
"tp": 2759.432285714286,
|
|
"sl": 2762.146285714286,
|
|
"exit": 2759.432285714286,
|
|
"result": "tp",
|
|
"pnl": 14.44817450360685,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002809707051287964,
|
|
"pred_low": 0.0002809707051287964
|
|
},
|
|
{
|
|
"bar": 5312,
|
|
"time": "2025-01-29 01:10:00",
|
|
"direction": "short",
|
|
"entry": 2759.76,
|
|
"tp": 2759.301142857143,
|
|
"sl": 2762.513142857143,
|
|
"exit": 2759.301142857143,
|
|
"result": "tp",
|
|
"pnl": 14.472254794453871,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00033253409199142554,
|
|
"pred_low": 0.00033253409199142554
|
|
},
|
|
{
|
|
"bar": 5320,
|
|
"time": "2025-01-29 01:50:00",
|
|
"direction": "long",
|
|
"entry": 2759.05,
|
|
"tp": 2759.44,
|
|
"sl": 2756.71,
|
|
"exit": 2759.44,
|
|
"result": "tp",
|
|
"pnl": 14.496375219105568,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00028270600387815775,
|
|
"pred_low": 0.00028270600387815775
|
|
},
|
|
{
|
|
"bar": 5328,
|
|
"time": "2025-01-29 02:30:00",
|
|
"direction": "long",
|
|
"entry": 2765.67,
|
|
"tp": 2766.116285714286,
|
|
"sl": 2762.9922857142856,
|
|
"exit": 2762.9922857142856,
|
|
"result": "sl",
|
|
"pnl": -87.12321506686142,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00032273244044714235,
|
|
"pred_low": 0.00032273244044714235
|
|
},
|
|
{
|
|
"bar": 5336,
|
|
"time": "2025-01-29 03:10:00",
|
|
"direction": "short",
|
|
"entry": 2761.35,
|
|
"tp": 2760.8242857142855,
|
|
"sl": 2764.5042857142857,
|
|
"exit": 2760.8242857142855,
|
|
"result": "tp",
|
|
"pnl": 14.375330486035548,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00038076613664642393,
|
|
"pred_low": 0.00038076613664642393
|
|
},
|
|
{
|
|
"bar": 5344,
|
|
"time": "2025-01-29 03:50:00",
|
|
"direction": "long",
|
|
"entry": 2763.88,
|
|
"tp": 2764.325714285714,
|
|
"sl": 2761.2057142857143,
|
|
"exit": 2761.2057142857143,
|
|
"result": "sl",
|
|
"pnl": -86.39573622105183,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0003225279575917067,
|
|
"pred_low": 0.0003225279575917067
|
|
},
|
|
{
|
|
"bar": 5352,
|
|
"time": "2025-01-29 04:30:00",
|
|
"direction": "short",
|
|
"entry": 2759.55,
|
|
"tp": 2759.193142857143,
|
|
"sl": 2761.691142857143,
|
|
"exit": 2759.193142857143,
|
|
"result": "tp",
|
|
"pnl": 14.255296476479153,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002586343011412177,
|
|
"pred_low": 0.0002586343011412177
|
|
},
|
|
{
|
|
"bar": 5360,
|
|
"time": "2025-01-29 05:10:00",
|
|
"direction": "long",
|
|
"entry": 2758.09,
|
|
"tp": 2758.438285714286,
|
|
"sl": 2756.000285714286,
|
|
"exit": 2758.438285714286,
|
|
"result": "tp",
|
|
"pnl": 14.27905530393799,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00025255572826535016,
|
|
"pred_low": 0.00025255572826535016
|
|
},
|
|
{
|
|
"bar": 5376,
|
|
"time": "2025-01-29 06:30:00",
|
|
"direction": "long",
|
|
"entry": 2757.67,
|
|
"tp": 2758.0468571428573,
|
|
"sl": 2755.4088571428574,
|
|
"exit": 2755.4088571428574,
|
|
"result": "sl",
|
|
"pnl": -85.81712237663385,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00027331561996696085,
|
|
"pred_low": 0.00027331561996696085
|
|
},
|
|
{
|
|
"bar": 5392,
|
|
"time": "2025-01-29 07:50:00",
|
|
"direction": "long",
|
|
"entry": 2758.61,
|
|
"tp": 2759.2768571428574,
|
|
"sl": 2754.6088571428572,
|
|
"exit": 2759.2768571428574,
|
|
"result": "tp",
|
|
"pnl": 14.159825192147553,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004834733020304769,
|
|
"pred_low": 0.0004834733020304769
|
|
},
|
|
{
|
|
"bar": 5400,
|
|
"time": "2025-01-29 08:30:00",
|
|
"direction": "short",
|
|
"entry": 2759.2,
|
|
"tp": 2758.581428571428,
|
|
"sl": 2762.911428571428,
|
|
"exit": 2758.581428571428,
|
|
"result": "tp",
|
|
"pnl": 14.183424900803946,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004483701279874009,
|
|
"pred_low": 0.0004483701279874009
|
|
},
|
|
{
|
|
"bar": 5408,
|
|
"time": "2025-01-29 09:10:00",
|
|
"direction": "long",
|
|
"entry": 2758.93,
|
|
"tp": 2759.682857142857,
|
|
"sl": 2754.412857142857,
|
|
"exit": 2754.412857142857,
|
|
"result": "sl",
|
|
"pnl": -85.24238365380884,
|
|
"bars_held": 3,
|
|
"pred_high": 0.000545760235205045,
|
|
"pred_low": 0.000545760235205045
|
|
},
|
|
{
|
|
"bar": 5416,
|
|
"time": "2025-01-29 09:50:00",
|
|
"direction": "long",
|
|
"entry": 2753.24,
|
|
"tp": 2754.1879999999996,
|
|
"sl": 2747.5519999999997,
|
|
"exit": 2754.1879999999996,
|
|
"result": "tp",
|
|
"pnl": 14.064993302875877,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006886431985587856,
|
|
"pred_low": 0.0006886431985587856
|
|
},
|
|
{
|
|
"bar": 5432,
|
|
"time": "2025-01-29 11:10:00",
|
|
"direction": "long",
|
|
"entry": 2752.56,
|
|
"tp": 2753.3388571428573,
|
|
"sl": 2747.886857142857,
|
|
"exit": 2753.3388571428573,
|
|
"result": "tp",
|
|
"pnl": 14.08843495838589,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0005659147432623616,
|
|
"pred_low": 0.0005659147432623616
|
|
},
|
|
{
|
|
"bar": 5440,
|
|
"time": "2025-01-29 11:50:00",
|
|
"direction": "long",
|
|
"entry": 2753.61,
|
|
"tp": 2754.309142857143,
|
|
"sl": 2749.415142857143,
|
|
"exit": 2749.415142857143,
|
|
"result": "sl",
|
|
"pnl": -84.67149409987918,
|
|
"bars_held": 2,
|
|
"pred_high": 0.000507800928339771,
|
|
"pred_low": 0.000507800928339771
|
|
},
|
|
{
|
|
"bar": 5448,
|
|
"time": "2025-01-29 12:30:00",
|
|
"direction": "long",
|
|
"entry": 2752.62,
|
|
"tp": 2753.217142857143,
|
|
"sl": 2749.037142857143,
|
|
"exit": 2749.037142857143,
|
|
"result": "sl",
|
|
"pnl": -83.8247791588755,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0004338723522628331,
|
|
"pred_low": 0.0004338723522628331
|
|
},
|
|
{
|
|
"bar": 5456,
|
|
"time": "2025-01-29 13:10:00",
|
|
"direction": "short",
|
|
"entry": 2746.0,
|
|
"tp": 2745.3357142857144,
|
|
"sl": 2749.9857142857145,
|
|
"exit": 2745.3357142857144,
|
|
"result": "tp",
|
|
"pnl": 13.831088561212342,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00048382062220374386,
|
|
"pred_low": 0.00048382062220374386
|
|
},
|
|
{
|
|
"bar": 5464,
|
|
"time": "2025-01-29 13:50:00",
|
|
"direction": "long",
|
|
"entry": 2756.16,
|
|
"tp": 2757.4011428571425,
|
|
"sl": 2748.713142857143,
|
|
"exit": 2757.4011428571425,
|
|
"result": "tp",
|
|
"pnl": 13.854140375481977,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0009006319351146949,
|
|
"pred_low": 0.0009006319351146949
|
|
},
|
|
{
|
|
"bar": 5488,
|
|
"time": "2025-01-29 15:50:00",
|
|
"direction": "long",
|
|
"entry": 2758.78,
|
|
"tp": 2759.154285714286,
|
|
"sl": 2756.534285714286,
|
|
"exit": 2759.154285714286,
|
|
"result": "tp",
|
|
"pnl": 13.877230609440257,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002713414728870817,
|
|
"pred_low": 0.0002713414728870817
|
|
},
|
|
{
|
|
"bar": 5496,
|
|
"time": "2025-01-29 17:25:00",
|
|
"direction": "long",
|
|
"entry": 2759.91,
|
|
"tp": 2760.328857142857,
|
|
"sl": 2757.3968571428572,
|
|
"exit": 2760.328857142857,
|
|
"result": "tp",
|
|
"pnl": 13.900359327127699,
|
|
"bars_held": 12,
|
|
"pred_high": 0.0003035295664402917,
|
|
"pred_low": 0.0003035295664402917
|
|
},
|
|
{
|
|
"bar": 5512,
|
|
"time": "2025-01-29 18:45:00",
|
|
"direction": "long",
|
|
"entry": 2762.31,
|
|
"tp": 2762.7065714285714,
|
|
"sl": 2759.930571428571,
|
|
"exit": 2759.930571428571,
|
|
"result": "sl",
|
|
"pnl": -83.54115955602954,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0002871302848496061,
|
|
"pred_low": 0.0002871302848496061
|
|
},
|
|
{
|
|
"bar": 5520,
|
|
"time": "2025-01-29 19:25:00",
|
|
"direction": "long",
|
|
"entry": 2760.79,
|
|
"tp": 2761.288857142857,
|
|
"sl": 2757.796857142857,
|
|
"exit": 2761.288857142857,
|
|
"result": "tp",
|
|
"pnl": 13.784291326742963,
|
|
"bars_held": 25,
|
|
"pred_high": 0.0003613872426784681,
|
|
"pred_low": 0.0003613872426784681
|
|
},
|
|
{
|
|
"bar": 5528,
|
|
"time": "2025-01-29 20:05:00",
|
|
"direction": "long",
|
|
"entry": 2760.22,
|
|
"tp": 2760.773428571428,
|
|
"sl": 2756.8994285714284,
|
|
"exit": 2760.773428571428,
|
|
"result": "tp",
|
|
"pnl": 13.807265145618706,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004010032326615577,
|
|
"pred_low": 0.0004010032326615577
|
|
},
|
|
{
|
|
"bar": 5536,
|
|
"time": "2025-01-29 20:45:00",
|
|
"direction": "short",
|
|
"entry": 2759.69,
|
|
"tp": 2759.23,
|
|
"sl": 2762.45,
|
|
"exit": 2762.45,
|
|
"result": "sl",
|
|
"pnl": -82.98166352518591,
|
|
"bars_held": 16,
|
|
"pred_high": 0.0003333707771524856,
|
|
"pred_low": 0.0003333707771524856
|
|
},
|
|
{
|
|
"bar": 5560,
|
|
"time": "2025-01-29 22:45:00",
|
|
"direction": "short",
|
|
"entry": 2760.44,
|
|
"tp": 2760.115714285714,
|
|
"sl": 2762.3857142857146,
|
|
"exit": 2760.115714285714,
|
|
"result": "tp",
|
|
"pnl": 13.69197448166368,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002349521918866012,
|
|
"pred_low": 0.0002349521918866012
|
|
},
|
|
{
|
|
"bar": 5576,
|
|
"time": "2025-01-30 00:05:00",
|
|
"direction": "long",
|
|
"entry": 2761.54,
|
|
"tp": 2761.8968571428572,
|
|
"sl": 2759.398857142857,
|
|
"exit": 2761.8968571428572,
|
|
"result": "tp",
|
|
"pnl": 13.714794439130932,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0002584479260536778,
|
|
"pred_low": 0.0002584479260536778
|
|
},
|
|
{
|
|
"bar": 5584,
|
|
"time": "2025-01-30 00:45:00",
|
|
"direction": "long",
|
|
"entry": 2761.91,
|
|
"tp": 2762.360857142857,
|
|
"sl": 2759.204857142857,
|
|
"exit": 2762.360857142857,
|
|
"result": "tp",
|
|
"pnl": 13.73765242986287,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003264821394304294,
|
|
"pred_low": 0.0003264821394304294
|
|
},
|
|
{
|
|
"bar": 5600,
|
|
"time": "2025-01-30 02:05:00",
|
|
"direction": "long",
|
|
"entry": 2770.92,
|
|
"tp": 2771.4094285714286,
|
|
"sl": 2767.9834285714287,
|
|
"exit": 2771.4094285714286,
|
|
"result": "tp",
|
|
"pnl": 13.760548517240066,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00035326070144830926,
|
|
"pred_low": 0.00035326070144830926
|
|
},
|
|
{
|
|
"bar": 5616,
|
|
"time": "2025-01-30 03:25:00",
|
|
"direction": "long",
|
|
"entry": 2775.14,
|
|
"tp": 2775.8177142857144,
|
|
"sl": 2771.0737142857142,
|
|
"exit": 2775.8177142857144,
|
|
"result": "tp",
|
|
"pnl": 13.783482764773659,
|
|
"bars_held": 9,
|
|
"pred_high": 0.0004884180875302003,
|
|
"pred_low": 0.0004884180875302003
|
|
},
|
|
{
|
|
"bar": 5624,
|
|
"time": "2025-01-30 04:05:00",
|
|
"direction": "long",
|
|
"entry": 2775.81,
|
|
"tp": 2776.429142857143,
|
|
"sl": 2772.095142857143,
|
|
"exit": 2776.429142857143,
|
|
"result": "tp",
|
|
"pnl": 13.806455236043208,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00044609887358490626,
|
|
"pred_low": 0.00044609887358490626
|
|
},
|
|
{
|
|
"bar": 5632,
|
|
"time": "2025-01-30 04:45:00",
|
|
"direction": "short",
|
|
"entry": 2777.66,
|
|
"tp": 2777.236857142857,
|
|
"sl": 2780.198857142857,
|
|
"exit": 2777.236857142857,
|
|
"result": "tp",
|
|
"pnl": 13.829465994772223,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003046757753957422,
|
|
"pred_low": 0.0003046757753957422
|
|
},
|
|
{
|
|
"bar": 5640,
|
|
"time": "2025-01-30 05:25:00",
|
|
"direction": "long",
|
|
"entry": 2778.18,
|
|
"tp": 2778.5794285714283,
|
|
"sl": 2775.7834285714284,
|
|
"exit": 2778.5794285714283,
|
|
"result": "tp",
|
|
"pnl": 13.8525151047555,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00028754693463245575,
|
|
"pred_low": 0.00028754693463245575
|
|
},
|
|
{
|
|
"bar": 5648,
|
|
"time": "2025-01-30 06:05:00",
|
|
"direction": "short",
|
|
"entry": 2777.44,
|
|
"tp": 2777.063142857143,
|
|
"sl": 2779.7011428571427,
|
|
"exit": 2779.7011428571427,
|
|
"result": "sl",
|
|
"pnl": -83.2536157796165,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0002713701414663276,
|
|
"pred_low": 0.0002713701414663276
|
|
},
|
|
{
|
|
"bar": 5656,
|
|
"time": "2025-01-30 06:45:00",
|
|
"direction": "long",
|
|
"entry": 2780.5,
|
|
"tp": 2780.8962857142856,
|
|
"sl": 2778.122285714286,
|
|
"exit": 2780.8962857142856,
|
|
"result": "tp",
|
|
"pnl": 13.736846603633442,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002850463688442167,
|
|
"pred_low": 0.0002850463688442167
|
|
},
|
|
{
|
|
"bar": 5664,
|
|
"time": "2025-01-30 07:25:00",
|
|
"direction": "short",
|
|
"entry": 2780.15,
|
|
"tp": 2779.6885714285713,
|
|
"sl": 2782.9185714285713,
|
|
"exit": 2779.6885714285713,
|
|
"result": "tp",
|
|
"pnl": 13.759741347983018,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003319450903214201,
|
|
"pred_low": 0.0003319450903214201
|
|
},
|
|
{
|
|
"bar": 5672,
|
|
"time": "2025-01-30 08:05:00",
|
|
"direction": "long",
|
|
"entry": 2784.29,
|
|
"tp": 2784.9654285714287,
|
|
"sl": 2780.2374285714286,
|
|
"exit": 2784.9654285714287,
|
|
"result": "tp",
|
|
"pnl": 13.782674250225725,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00048517113621683144,
|
|
"pred_low": 0.00048517113621683144
|
|
},
|
|
{
|
|
"bar": 5680,
|
|
"time": "2025-01-30 08:45:00",
|
|
"direction": "short",
|
|
"entry": 2784.2,
|
|
"tp": 2783.3542857142857,
|
|
"sl": 2789.2742857142857,
|
|
"exit": 2789.2742857142857,
|
|
"result": "sl",
|
|
"pnl": -82.83387224384153,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0006075097232341852,
|
|
"pred_low": 0.0006075097232341852
|
|
},
|
|
{
|
|
"bar": 5688,
|
|
"time": "2025-01-30 09:25:00",
|
|
"direction": "long",
|
|
"entry": 2789.38,
|
|
"tp": 2790.337142857143,
|
|
"sl": 2783.637142857143,
|
|
"exit": 2790.337142857143,
|
|
"result": "tp",
|
|
"pnl": 13.667588920235938,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006862764178009953,
|
|
"pred_low": 0.0006862764178009953
|
|
},
|
|
{
|
|
"bar": 5696,
|
|
"time": "2025-01-30 10:05:00",
|
|
"direction": "long",
|
|
"entry": 2797.1,
|
|
"tp": 2797.9982857142854,
|
|
"sl": 2791.7102857142854,
|
|
"exit": 2791.7102857142854,
|
|
"result": "sl",
|
|
"pnl": -82.1422094106076,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0006422978901617503,
|
|
"pred_low": 0.0006422978901617503
|
|
},
|
|
{
|
|
"bar": 5704,
|
|
"time": "2025-01-30 10:45:00",
|
|
"direction": "long",
|
|
"entry": 2793.64,
|
|
"tp": 2794.7114285714283,
|
|
"sl": 2787.2114285714283,
|
|
"exit": 2794.7114285714283,
|
|
"result": "tp",
|
|
"pnl": 13.553464552748114,
|
|
"bars_held": 10,
|
|
"pred_high": 0.0007670484181416156,
|
|
"pred_low": 0.0007670484181416156
|
|
},
|
|
{
|
|
"bar": 5712,
|
|
"time": "2025-01-30 11:25:00",
|
|
"direction": "long",
|
|
"entry": 2790.69,
|
|
"tp": 2791.4725714285714,
|
|
"sl": 2785.9945714285714,
|
|
"exit": 2791.4725714285714,
|
|
"result": "tp",
|
|
"pnl": 13.576053660336544,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005608443994649623,
|
|
"pred_low": 0.0005608443994649623
|
|
},
|
|
{
|
|
"bar": 5720,
|
|
"time": "2025-01-30 12:05:00",
|
|
"direction": "long",
|
|
"entry": 2795.29,
|
|
"tp": 2795.864,
|
|
"sl": 2791.846,
|
|
"exit": 2795.864,
|
|
"result": "tp",
|
|
"pnl": 13.598680416439768,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004106908406641202,
|
|
"pred_low": 0.0004106908406641202
|
|
},
|
|
{
|
|
"bar": 5728,
|
|
"time": "2025-01-30 12:45:00",
|
|
"direction": "short",
|
|
"entry": 2794.8,
|
|
"tp": 2794.1657142857143,
|
|
"sl": 2798.6057142857144,
|
|
"exit": 2794.1657142857143,
|
|
"result": "tp",
|
|
"pnl": 13.621344883801479,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004539041894130063,
|
|
"pred_low": 0.0004539041894130063
|
|
},
|
|
{
|
|
"bar": 5736,
|
|
"time": "2025-01-30 13:25:00",
|
|
"direction": "short",
|
|
"entry": 2791.59,
|
|
"tp": 2791.0082857142856,
|
|
"sl": 2795.0802857142858,
|
|
"exit": 2791.0082857142856,
|
|
"result": "tp",
|
|
"pnl": 13.644047125276845,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004167619784526304,
|
|
"pred_low": 0.0004167619784526304
|
|
},
|
|
{
|
|
"bar": 5744,
|
|
"time": "2025-01-30 14:05:00",
|
|
"direction": "long",
|
|
"entry": 2793.87,
|
|
"tp": 2794.2831428571426,
|
|
"sl": 2791.3911428571428,
|
|
"exit": 2794.2831428571426,
|
|
"result": "tp",
|
|
"pnl": 13.666787203809367,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002957495210176889,
|
|
"pred_low": 0.0002957495210176889
|
|
},
|
|
{
|
|
"bar": 5752,
|
|
"time": "2025-01-30 14:45:00",
|
|
"direction": "long",
|
|
"entry": 2796.66,
|
|
"tp": 2797.2202857142856,
|
|
"sl": 2793.2982857142856,
|
|
"exit": 2797.2202857142856,
|
|
"result": "tp",
|
|
"pnl": 13.68956518248965,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00040068203806374673,
|
|
"pred_low": 0.00040068203806374673
|
|
},
|
|
{
|
|
"bar": 5760,
|
|
"time": "2025-01-30 15:25:00",
|
|
"direction": "short",
|
|
"entry": 2792.16,
|
|
"tp": 2791.2219999999998,
|
|
"sl": 2797.7879999999996,
|
|
"exit": 2791.2219999999998,
|
|
"result": "tp",
|
|
"pnl": 13.712381124459634,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006718812675491269,
|
|
"pred_low": 0.0006718812675491269
|
|
},
|
|
{
|
|
"bar": 5768,
|
|
"time": "2025-01-30 17:00:00",
|
|
"direction": "long",
|
|
"entry": 2793.09,
|
|
"tp": 2793.938857142857,
|
|
"sl": 2787.996857142857,
|
|
"exit": 2793.938857142857,
|
|
"result": "tp",
|
|
"pnl": 13.73523509299638,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006078265597293012,
|
|
"pred_low": 0.0006078265597293012
|
|
},
|
|
{
|
|
"bar": 5784,
|
|
"time": "2025-01-30 18:20:00",
|
|
"direction": "long",
|
|
"entry": 2798.02,
|
|
"tp": 2798.7791428571427,
|
|
"sl": 2793.465142857143,
|
|
"exit": 2793.465142857143,
|
|
"result": "sl",
|
|
"pnl": -82.54876290892163,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0005426286139075931,
|
|
"pred_low": 0.0005426286139075931
|
|
},
|
|
{
|
|
"bar": 5792,
|
|
"time": "2025-01-30 19:00:00",
|
|
"direction": "short",
|
|
"entry": 2795.21,
|
|
"tp": 2794.5097142857144,
|
|
"sl": 2799.4117142857144,
|
|
"exit": 2794.5097142857144,
|
|
"result": "tp",
|
|
"pnl": 13.620545879970884,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005010612542783694,
|
|
"pred_low": 0.0005010612542783694
|
|
},
|
|
{
|
|
"bar": 5808,
|
|
"time": "2025-01-30 20:20:00",
|
|
"direction": "long",
|
|
"entry": 2796.62,
|
|
"tp": 2796.996857142857,
|
|
"sl": 2794.3588571428572,
|
|
"exit": 2796.996857142857,
|
|
"result": "tp",
|
|
"pnl": 13.643246789776333,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00026950900934495534,
|
|
"pred_low": 0.00026950900934495534
|
|
},
|
|
{
|
|
"bar": 5816,
|
|
"time": "2025-01-30 21:00:00",
|
|
"direction": "long",
|
|
"entry": 2796.38,
|
|
"tp": 2796.825428571429,
|
|
"sl": 2793.707428571429,
|
|
"exit": 2796.825428571429,
|
|
"result": "tp",
|
|
"pnl": 13.665985534425312,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003185751374481119,
|
|
"pred_low": 0.0003185751374481119
|
|
},
|
|
{
|
|
"bar": 5840,
|
|
"time": "2025-01-30 23:00:00",
|
|
"direction": "long",
|
|
"entry": 2795.45,
|
|
"tp": 2795.8322857142857,
|
|
"sl": 2793.156285714286,
|
|
"exit": 2795.8322857142857,
|
|
"result": "tp",
|
|
"pnl": 13.688762176986545,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00027350567120548855,
|
|
"pred_low": 0.00027350567120548855
|
|
},
|
|
{
|
|
"bar": 5848,
|
|
"time": "2025-01-30 23:40:00",
|
|
"direction": "short",
|
|
"entry": 2794.44,
|
|
"tp": 2793.9705714285715,
|
|
"sl": 2797.2565714285715,
|
|
"exit": 2793.9705714285715,
|
|
"result": "tp",
|
|
"pnl": 13.711576780608173,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00033597326936957226,
|
|
"pred_low": 0.00033597326936957226
|
|
},
|
|
{
|
|
"bar": 5856,
|
|
"time": "2025-01-31 00:20:00",
|
|
"direction": "short",
|
|
"entry": 2794.38,
|
|
"tp": 2793.976,
|
|
"sl": 2796.804,
|
|
"exit": 2793.976,
|
|
"result": "tp",
|
|
"pnl": 13.734429408574208,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00028915179753649997,
|
|
"pred_low": 0.00028915179753649997
|
|
},
|
|
{
|
|
"bar": 5864,
|
|
"time": "2025-01-31 01:00:00",
|
|
"direction": "short",
|
|
"entry": 2793.29,
|
|
"tp": 2792.8942857142856,
|
|
"sl": 2795.6642857142856,
|
|
"exit": 2795.6642857142856,
|
|
"result": "sl",
|
|
"pnl": -82.54392074553132,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00028333204623529686,
|
|
"pred_low": 0.00028333204623529686
|
|
},
|
|
{
|
|
"bar": 5872,
|
|
"time": "2025-01-31 01:40:00",
|
|
"direction": "long",
|
|
"entry": 2797.89,
|
|
"tp": 2798.466,
|
|
"sl": 2794.4339999999997,
|
|
"exit": 2798.466,
|
|
"result": "tp",
|
|
"pnl": 13.619746923013803,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004117388460590009,
|
|
"pred_low": 0.0004117388460590009
|
|
},
|
|
{
|
|
"bar": 5880,
|
|
"time": "2025-01-31 02:20:00",
|
|
"direction": "short",
|
|
"entry": 2794.62,
|
|
"tp": 2794.0108571428573,
|
|
"sl": 2798.274857142857,
|
|
"exit": 2794.0108571428573,
|
|
"result": "tp",
|
|
"pnl": 13.642446501213572,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004359396677493441,
|
|
"pred_low": 0.0004359396677493441
|
|
},
|
|
{
|
|
"bar": 5904,
|
|
"time": "2025-01-31 04:20:00",
|
|
"direction": "long",
|
|
"entry": 2794.22,
|
|
"tp": 2794.756571428571,
|
|
"sl": 2791.000571428571,
|
|
"exit": 2794.756571428571,
|
|
"result": "tp",
|
|
"pnl": 13.665183912049248,
|
|
"bars_held": 10,
|
|
"pred_high": 0.0003840581117961079,
|
|
"pred_low": 0.0003840581117961079
|
|
},
|
|
{
|
|
"bar": 5912,
|
|
"time": "2025-01-31 05:00:00",
|
|
"direction": "long",
|
|
"entry": 2792.79,
|
|
"tp": 2793.421714285714,
|
|
"sl": 2788.999714285714,
|
|
"exit": 2793.421714285714,
|
|
"result": "tp",
|
|
"pnl": 13.687959218572551,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000452389392481561,
|
|
"pred_low": 0.000452389392481561
|
|
},
|
|
{
|
|
"bar": 5920,
|
|
"time": "2025-01-31 05:40:00",
|
|
"direction": "long",
|
|
"entry": 2797.21,
|
|
"tp": 2797.782,
|
|
"sl": 2793.7780000000002,
|
|
"exit": 2797.782,
|
|
"result": "tp",
|
|
"pnl": 13.710772483941671,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004089789468791929,
|
|
"pred_low": 0.0004089789468791929
|
|
},
|
|
{
|
|
"bar": 5928,
|
|
"time": "2025-01-31 06:20:00",
|
|
"direction": "long",
|
|
"entry": 2804.91,
|
|
"tp": 2805.5582857142854,
|
|
"sl": 2801.0202857142854,
|
|
"exit": 2805.5582857142854,
|
|
"result": "tp",
|
|
"pnl": 13.733623771406803,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00046225063498346966,
|
|
"pred_low": 0.00046225063498346966
|
|
},
|
|
{
|
|
"bar": 5936,
|
|
"time": "2025-01-31 07:00:00",
|
|
"direction": "short",
|
|
"entry": 2804.67,
|
|
"tp": 2804.0537142857142,
|
|
"sl": 2808.3677142857146,
|
|
"exit": 2804.0537142857142,
|
|
"result": "tp",
|
|
"pnl": 13.756513144366147,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00043947110660842026,
|
|
"pred_low": 0.00043947110660842026
|
|
},
|
|
{
|
|
"bar": 5944,
|
|
"time": "2025-01-31 07:40:00",
|
|
"direction": "long",
|
|
"entry": 2807.15,
|
|
"tp": 2807.7685714285717,
|
|
"sl": 2803.438571428572,
|
|
"exit": 2807.7685714285717,
|
|
"result": "tp",
|
|
"pnl": 13.77944066627574,
|
|
"bars_held": 10,
|
|
"pred_high": 0.0004407113467904495,
|
|
"pred_low": 0.0004407113467904495
|
|
},
|
|
{
|
|
"bar": 5960,
|
|
"time": "2025-01-31 09:00:00",
|
|
"direction": "long",
|
|
"entry": 2812.85,
|
|
"tp": 2813.456857142857,
|
|
"sl": 2809.208857142857,
|
|
"exit": 2813.456857142857,
|
|
"result": "tp",
|
|
"pnl": 13.802406400718152,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00043148916071396385,
|
|
"pred_low": 0.00043148916071396385
|
|
},
|
|
{
|
|
"bar": 5976,
|
|
"time": "2025-01-31 10:20:00",
|
|
"direction": "short",
|
|
"entry": 2805.71,
|
|
"tp": 2804.7837142857143,
|
|
"sl": 2811.267714285714,
|
|
"exit": 2804.7837142857143,
|
|
"result": "tp",
|
|
"pnl": 13.82541041138354,
|
|
"bars_held": 10,
|
|
"pred_high": 0.0006602861409666119,
|
|
"pred_low": 0.0006602861409666119
|
|
},
|
|
{
|
|
"bar": 5984,
|
|
"time": "2025-01-31 11:00:00",
|
|
"direction": "long",
|
|
"entry": 2809.24,
|
|
"tp": 2809.9911428571427,
|
|
"sl": 2804.7331428571424,
|
|
"exit": 2804.7331428571424,
|
|
"result": "sl",
|
|
"pnl": -83.0907165724133,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005347658848249841,
|
|
"pred_low": 0.0005347658848249841
|
|
},
|
|
{
|
|
"bar": 5992,
|
|
"time": "2025-01-31 11:40:00",
|
|
"direction": "long",
|
|
"entry": 2814.91,
|
|
"tp": 2816.1014285714286,
|
|
"sl": 2807.7614285714285,
|
|
"exit": 2807.7614285714285,
|
|
"result": "sl",
|
|
"pnl": -82.25980940668404,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0008465127278872805,
|
|
"pred_low": 0.0008465127278872805
|
|
},
|
|
{
|
|
"bar": 6000,
|
|
"time": "2025-01-31 12:20:00",
|
|
"direction": "short",
|
|
"entry": 2799.8,
|
|
"tp": 2798.438285714286,
|
|
"sl": 2807.970285714286,
|
|
"exit": 2798.438285714286,
|
|
"result": "tp",
|
|
"pnl": 13.572868552102722,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0009727225414060251,
|
|
"pred_low": 0.0009727225414060251
|
|
},
|
|
{
|
|
"bar": 6008,
|
|
"time": "2025-01-31 13:00:00",
|
|
"direction": "short",
|
|
"entry": 2798.03,
|
|
"tp": 2796.994857142857,
|
|
"sl": 2804.2408571428573,
|
|
"exit": 2796.994857142857,
|
|
"result": "tp",
|
|
"pnl": 13.595489999691956,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007399083334652291,
|
|
"pred_low": 0.0007399083334652291
|
|
},
|
|
{
|
|
"bar": 6016,
|
|
"time": "2025-01-31 13:40:00",
|
|
"direction": "short",
|
|
"entry": 2796.27,
|
|
"tp": 2795.3802857142855,
|
|
"sl": 2801.6082857142856,
|
|
"exit": 2795.3802857142855,
|
|
"result": "tp",
|
|
"pnl": 13.618149149692549,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0006363579237443417,
|
|
"pred_low": 0.0006363579237443417
|
|
},
|
|
{
|
|
"bar": 6032,
|
|
"time": "2025-01-31 15:00:00",
|
|
"direction": "long",
|
|
"entry": 2800.97,
|
|
"tp": 2801.5911428571426,
|
|
"sl": 2797.2431428571426,
|
|
"exit": 2801.5911428571426,
|
|
"result": "tp",
|
|
"pnl": 13.640846064937058,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00044351982144962416,
|
|
"pred_low": 0.00044351982144962416
|
|
},
|
|
{
|
|
"bar": 6040,
|
|
"time": "2025-01-31 15:40:00",
|
|
"direction": "short",
|
|
"entry": 2798.89,
|
|
"tp": 2798.2834285714284,
|
|
"sl": 2802.5294285714285,
|
|
"exit": 2798.2834285714284,
|
|
"result": "tp",
|
|
"pnl": 13.663580808380322,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00043343713298590165,
|
|
"pred_low": 0.00043343713298590165
|
|
},
|
|
{
|
|
"bar": 6048,
|
|
"time": "2025-02-02 17:15:00",
|
|
"direction": "long",
|
|
"entry": 2799.11,
|
|
"tp": 2800.0840000000003,
|
|
"sl": 2793.266,
|
|
"exit": 2793.266,
|
|
"result": "sl",
|
|
"pnl": -82.11812065836786,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006959354937819551,
|
|
"pred_low": 0.0006959354937819551
|
|
},
|
|
{
|
|
"bar": 6056,
|
|
"time": "2025-02-02 17:55:00",
|
|
"direction": "long",
|
|
"entry": 2792.51,
|
|
"tp": 2794.205142857143,
|
|
"sl": 2782.339142857143,
|
|
"exit": 2794.205142857143,
|
|
"result": "tp",
|
|
"pnl": 13.549489908630633,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0012140639475904152,
|
|
"pred_low": 0.0012140639475904152
|
|
},
|
|
{
|
|
"bar": 6072,
|
|
"time": "2025-02-02 19:15:00",
|
|
"direction": "short",
|
|
"entry": 2782.56,
|
|
"tp": 2781.3997142857143,
|
|
"sl": 2789.5217142857146,
|
|
"exit": 2781.3997142857143,
|
|
"result": "tp",
|
|
"pnl": 13.572072391811231,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0008339699516170224,
|
|
"pred_low": 0.0008339699516170224
|
|
},
|
|
{
|
|
"bar": 6080,
|
|
"time": "2025-02-02 19:55:00",
|
|
"direction": "short",
|
|
"entry": 2781.97,
|
|
"tp": 2780.9019999999996,
|
|
"sl": 2788.3779999999997,
|
|
"exit": 2780.9019999999996,
|
|
"result": "tp",
|
|
"pnl": 13.59469251246735,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007678012343770805,
|
|
"pred_low": 0.0007678012343770805
|
|
},
|
|
{
|
|
"bar": 6088,
|
|
"time": "2025-02-02 20:35:00",
|
|
"direction": "short",
|
|
"entry": 2774.37,
|
|
"tp": 2773.3265714285712,
|
|
"sl": 2780.6305714285713,
|
|
"exit": 2773.3265714285712,
|
|
"result": "tp",
|
|
"pnl": 13.617350333319669,
|
|
"bars_held": 12,
|
|
"pred_high": 0.0007521913597887692,
|
|
"pred_low": 0.0007521913597887692
|
|
},
|
|
{
|
|
"bar": 6096,
|
|
"time": "2025-02-02 21:15:00",
|
|
"direction": "short",
|
|
"entry": 2775.17,
|
|
"tp": 2774.418,
|
|
"sl": 2779.6820000000002,
|
|
"exit": 2774.418,
|
|
"result": "tp",
|
|
"pnl": 13.640045917206741,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005419487815160907,
|
|
"pred_low": 0.0005419487815160907
|
|
},
|
|
{
|
|
"bar": 6104,
|
|
"time": "2025-02-02 21:55:00",
|
|
"direction": "short",
|
|
"entry": 2774.34,
|
|
"tp": 2773.7508571428575,
|
|
"sl": 2777.8748571428573,
|
|
"exit": 2777.8748571428573,
|
|
"result": "sl",
|
|
"pnl": -81.9766759624191,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004247084763531896,
|
|
"pred_low": 0.0004247084763531896
|
|
},
|
|
{
|
|
"bar": 6112,
|
|
"time": "2025-02-02 22:35:00",
|
|
"direction": "short",
|
|
"entry": 2780.26,
|
|
"tp": 2779.4082857142857,
|
|
"sl": 2785.3702857142857,
|
|
"exit": 2785.3702857142857,
|
|
"result": "sl",
|
|
"pnl": -81.15690920279089,
|
|
"bars_held": 20,
|
|
"pred_high": 0.0006126867887998131,
|
|
"pred_low": 0.0006126867887998131
|
|
},
|
|
{
|
|
"bar": 6120,
|
|
"time": "2025-02-02 23:15:00",
|
|
"direction": "long",
|
|
"entry": 2782.81,
|
|
"tp": 2783.4517142857144,
|
|
"sl": 2778.959714285714,
|
|
"exit": 2783.4517142857144,
|
|
"result": "tp",
|
|
"pnl": 13.390890018464537,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004611987780080378,
|
|
"pred_low": 0.0004611987780080378
|
|
},
|
|
{
|
|
"bar": 6128,
|
|
"time": "2025-02-02 23:55:00",
|
|
"direction": "short",
|
|
"entry": 2783.04,
|
|
"tp": 2782.5765714285712,
|
|
"sl": 2785.8205714285714,
|
|
"exit": 2785.8205714285714,
|
|
"result": "sl",
|
|
"pnl": -80.47924901095146,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00033303766487622586,
|
|
"pred_low": 0.00033303766487622586
|
|
},
|
|
{
|
|
"bar": 6136,
|
|
"time": "2025-02-03 00:35:00",
|
|
"direction": "long",
|
|
"entry": 2786.33,
|
|
"tp": 2786.7602857142856,
|
|
"sl": 2783.7482857142854,
|
|
"exit": 2786.7602857142856,
|
|
"result": "tp",
|
|
"pnl": 13.27907608680526,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003088548120902591,
|
|
"pred_low": 0.0003088548120902591
|
|
},
|
|
{
|
|
"bar": 6144,
|
|
"time": "2025-02-03 01:15:00",
|
|
"direction": "long",
|
|
"entry": 2786.81,
|
|
"tp": 2787.4225714285712,
|
|
"sl": 2783.1345714285712,
|
|
"exit": 2787.4225714285712,
|
|
"result": "tp",
|
|
"pnl": 13.301207880281776,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004396219538263772,
|
|
"pred_low": 0.0004396219538263772
|
|
},
|
|
{
|
|
"bar": 6152,
|
|
"time": "2025-02-03 01:55:00",
|
|
"direction": "long",
|
|
"entry": 2788.35,
|
|
"tp": 2788.9902857142856,
|
|
"sl": 2784.5082857142856,
|
|
"exit": 2788.9902857142856,
|
|
"result": "tp",
|
|
"pnl": 13.323376560085077,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004592577791781685,
|
|
"pred_low": 0.0004592577791781685
|
|
},
|
|
{
|
|
"bar": 6160,
|
|
"time": "2025-02-03 02:35:00",
|
|
"direction": "long",
|
|
"entry": 2798.94,
|
|
"tp": 2799.7657142857142,
|
|
"sl": 2793.9857142857145,
|
|
"exit": 2799.7657142857142,
|
|
"result": "tp",
|
|
"pnl": 13.345582187683808,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000590019282810127,
|
|
"pred_low": 0.000590019282810127
|
|
},
|
|
{
|
|
"bar": 6168,
|
|
"time": "2025-02-03 03:15:00",
|
|
"direction": "short",
|
|
"entry": 2794.84,
|
|
"tp": 2794.074857142857,
|
|
"sl": 2799.4308571428573,
|
|
"exit": 2799.4308571428573,
|
|
"result": "sl",
|
|
"pnl": -80.2069489479916,
|
|
"bars_held": 4,
|
|
"pred_high": 0.000547539649599154,
|
|
"pred_low": 0.000547539649599154
|
|
},
|
|
{
|
|
"bar": 6176,
|
|
"time": "2025-02-03 03:55:00",
|
|
"direction": "short",
|
|
"entry": 2796.38,
|
|
"tp": 2795.688857142857,
|
|
"sl": 2800.526857142857,
|
|
"exit": 2795.688857142857,
|
|
"result": "tp",
|
|
"pnl": 13.234146576420548,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004943125448922054,
|
|
"pred_low": 0.0004943125448922054
|
|
},
|
|
{
|
|
"bar": 6184,
|
|
"time": "2025-02-03 04:35:00",
|
|
"direction": "short",
|
|
"entry": 2794.49,
|
|
"tp": 2793.8174285714285,
|
|
"sl": 2798.525428571428,
|
|
"exit": 2798.525428571428,
|
|
"result": "sl",
|
|
"pnl": -79.5372209242705,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004813554019312487,
|
|
"pred_low": 0.0004813554019312487
|
|
},
|
|
{
|
|
"bar": 6192,
|
|
"time": "2025-02-03 05:15:00",
|
|
"direction": "long",
|
|
"entry": 2800.53,
|
|
"tp": 2801.4045714285717,
|
|
"sl": 2795.2825714285714,
|
|
"exit": 2801.4045714285717,
|
|
"result": "tp",
|
|
"pnl": 13.12364145250542,
|
|
"bars_held": 10,
|
|
"pred_high": 0.0006245756543021915,
|
|
"pred_low": 0.0006245756543021915
|
|
},
|
|
{
|
|
"bar": 6200,
|
|
"time": "2025-02-03 05:55:00",
|
|
"direction": "long",
|
|
"entry": 2800.9,
|
|
"tp": 2801.616,
|
|
"sl": 2796.6040000000003,
|
|
"exit": 2801.616,
|
|
"result": "tp",
|
|
"pnl": 13.145514188257495,
|
|
"bars_held": 2,
|
|
"pred_high": 0.000511264236495411,
|
|
"pred_low": 0.000511264236495411
|
|
},
|
|
{
|
|
"bar": 6208,
|
|
"time": "2025-02-03 06:35:00",
|
|
"direction": "long",
|
|
"entry": 2807.8,
|
|
"tp": 2808.4302857142857,
|
|
"sl": 2804.018285714286,
|
|
"exit": 2808.4302857142857,
|
|
"result": "tp",
|
|
"pnl": 13.167423378568822,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000448953425661158,
|
|
"pred_low": 0.000448953425661158
|
|
},
|
|
{
|
|
"bar": 6216,
|
|
"time": "2025-02-03 07:15:00",
|
|
"direction": "long",
|
|
"entry": 2809.87,
|
|
"tp": 2810.6754285714283,
|
|
"sl": 2805.0374285714283,
|
|
"exit": 2810.6754285714283,
|
|
"result": "tp",
|
|
"pnl": 13.189369084200923,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005732852917953926,
|
|
"pred_low": 0.0005732852917953926
|
|
},
|
|
{
|
|
"bar": 6224,
|
|
"time": "2025-02-03 07:55:00",
|
|
"direction": "long",
|
|
"entry": 2810.86,
|
|
"tp": 2811.502285714286,
|
|
"sl": 2807.0062857142857,
|
|
"exit": 2811.502285714286,
|
|
"result": "tp",
|
|
"pnl": 13.21135136601031,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00045700299145862963,
|
|
"pred_low": 0.00045700299145862963
|
|
},
|
|
{
|
|
"bar": 6232,
|
|
"time": "2025-02-03 08:35:00",
|
|
"direction": "long",
|
|
"entry": 2816.8,
|
|
"tp": 2817.494285714286,
|
|
"sl": 2812.634285714286,
|
|
"exit": 2817.494285714286,
|
|
"result": "tp",
|
|
"pnl": 13.233370284956445,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004929606037245765,
|
|
"pred_low": 0.0004929606037245765
|
|
},
|
|
{
|
|
"bar": 6240,
|
|
"time": "2025-02-03 09:15:00",
|
|
"direction": "short",
|
|
"entry": 2822.0,
|
|
"tp": 2820.7277142857142,
|
|
"sl": 2829.633714285714,
|
|
"exit": 2820.7277142857142,
|
|
"result": "tp",
|
|
"pnl": 13.255425902096734,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0009016907968006428,
|
|
"pred_low": 0.0009016907968006428
|
|
},
|
|
{
|
|
"bar": 6248,
|
|
"time": "2025-02-03 09:55:00",
|
|
"direction": "long",
|
|
"entry": 2817.34,
|
|
"tp": 2819.1085714285714,
|
|
"sl": 2806.7285714285717,
|
|
"exit": 2819.1085714285714,
|
|
"result": "tp",
|
|
"pnl": 13.277518278598286,
|
|
"bars_held": 2,
|
|
"pred_high": 0.001255490234456202,
|
|
"pred_low": 0.001255490234456202
|
|
},
|
|
{
|
|
"bar": 6272,
|
|
"time": "2025-02-03 11:55:00",
|
|
"direction": "short",
|
|
"entry": 2816.49,
|
|
"tp": 2815.350571428571,
|
|
"sl": 2823.3265714285712,
|
|
"exit": 2815.350571428571,
|
|
"result": "tp",
|
|
"pnl": 13.299647475731312,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008091124565885819,
|
|
"pred_low": 0.0008091124565885819
|
|
},
|
|
{
|
|
"bar": 6280,
|
|
"time": "2025-02-03 12:35:00",
|
|
"direction": "short",
|
|
"entry": 2818.37,
|
|
"tp": 2817.3222857142855,
|
|
"sl": 2824.656285714286,
|
|
"exit": 2817.3222857142855,
|
|
"result": "tp",
|
|
"pnl": 13.32181355485776,
|
|
"bars_held": 18,
|
|
"pred_high": 0.000743489524593516,
|
|
"pred_low": 0.000743489524593516
|
|
},
|
|
{
|
|
"bar": 6288,
|
|
"time": "2025-02-03 13:15:00",
|
|
"direction": "long",
|
|
"entry": 2822.22,
|
|
"tp": 2822.773714285714,
|
|
"sl": 2818.897714285714,
|
|
"exit": 2818.897714285714,
|
|
"result": "sl",
|
|
"pnl": -80.06409946469265,
|
|
"bars_held": 6,
|
|
"pred_high": 0.00039239625947963086,
|
|
"pred_low": 0.00039239625947963086
|
|
},
|
|
{
|
|
"bar": 6296,
|
|
"time": "2025-02-03 13:55:00",
|
|
"direction": "short",
|
|
"entry": 2818.27,
|
|
"tp": 2817.844285714286,
|
|
"sl": 2820.8242857142855,
|
|
"exit": 2817.844285714286,
|
|
"result": "tp",
|
|
"pnl": 13.210576411668066,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003021103625374967,
|
|
"pred_low": 0.0003021103625374967
|
|
},
|
|
{
|
|
"bar": 6304,
|
|
"time": "2025-02-03 14:35:00",
|
|
"direction": "short",
|
|
"entry": 2817.26,
|
|
"tp": 2816.845142857143,
|
|
"sl": 2819.749142857143,
|
|
"exit": 2816.845142857143,
|
|
"result": "tp",
|
|
"pnl": 13.232594039030635,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00029451108016806567,
|
|
"pred_low": 0.00029451108016806567
|
|
},
|
|
{
|
|
"bar": 6312,
|
|
"time": "2025-02-03 15:15:00",
|
|
"direction": "short",
|
|
"entry": 2814.74,
|
|
"tp": 2814.333142857143,
|
|
"sl": 2817.1811428571427,
|
|
"exit": 2814.333142857143,
|
|
"result": "tp",
|
|
"pnl": 13.254648362419799,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00028909039048520476,
|
|
"pred_low": 0.00028909039048520476
|
|
},
|
|
{
|
|
"bar": 6320,
|
|
"time": "2025-02-03 15:55:00",
|
|
"direction": "short",
|
|
"entry": 2814.18,
|
|
"tp": 2813.654,
|
|
"sl": 2817.336,
|
|
"exit": 2813.654,
|
|
"result": "tp",
|
|
"pnl": 13.276739443024974,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003738211486116708,
|
|
"pred_low": 0.0003738211486116708
|
|
},
|
|
{
|
|
"bar": 6328,
|
|
"time": "2025-02-03 17:30:00",
|
|
"direction": "long",
|
|
"entry": 2813.25,
|
|
"tp": 2813.864857142857,
|
|
"sl": 2809.560857142857,
|
|
"exit": 2813.864857142857,
|
|
"result": "tp",
|
|
"pnl": 13.298867342099495,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00043711518198321676,
|
|
"pred_low": 0.00043711518198321676
|
|
},
|
|
{
|
|
"bar": 6336,
|
|
"time": "2025-02-03 18:10:00",
|
|
"direction": "short",
|
|
"entry": 2812.79,
|
|
"tp": 2812.213714285714,
|
|
"sl": 2816.247714285714,
|
|
"exit": 2812.213714285714,
|
|
"result": "tp",
|
|
"pnl": 13.32103212100742,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004097609236990436,
|
|
"pred_low": 0.0004097609236990436
|
|
},
|
|
{
|
|
"bar": 6344,
|
|
"time": "2025-02-03 18:50:00",
|
|
"direction": "long",
|
|
"entry": 2816.49,
|
|
"tp": 2816.9979999999996,
|
|
"sl": 2813.442,
|
|
"exit": 2816.9979999999996,
|
|
"result": "tp",
|
|
"pnl": 13.343233841201018,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003607326850086404,
|
|
"pred_low": 0.0003607326850086404
|
|
},
|
|
{
|
|
"bar": 6352,
|
|
"time": "2025-02-03 19:30:00",
|
|
"direction": "long",
|
|
"entry": 2820.29,
|
|
"tp": 2820.7474285714284,
|
|
"sl": 2817.5454285714286,
|
|
"exit": 2820.7474285714284,
|
|
"result": "tp",
|
|
"pnl": 13.365472564270286,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003243840678997917,
|
|
"pred_low": 0.0003243840678997917
|
|
},
|
|
{
|
|
"bar": 6360,
|
|
"time": "2025-02-03 20:10:00",
|
|
"direction": "short",
|
|
"entry": 2821.66,
|
|
"tp": 2821.182857142857,
|
|
"sl": 2824.5228571428565,
|
|
"exit": 2821.182857142857,
|
|
"result": "tp",
|
|
"pnl": 13.38774835188705,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003382001071304218,
|
|
"pred_low": 0.0003382001071304218
|
|
},
|
|
{
|
|
"bar": 6368,
|
|
"time": "2025-02-03 20:50:00",
|
|
"direction": "long",
|
|
"entry": 2820.94,
|
|
"tp": 2821.5254285714286,
|
|
"sl": 2817.4274285714287,
|
|
"exit": 2821.5254285714286,
|
|
"result": "tp",
|
|
"pnl": 13.410061265801094,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00041505921531729016,
|
|
"pred_low": 0.00041505921531729016
|
|
},
|
|
{
|
|
"bar": 6376,
|
|
"time": "2025-02-03 21:30:00",
|
|
"direction": "short",
|
|
"entry": 2821.97,
|
|
"tp": 2821.401714285714,
|
|
"sl": 2825.3797142857143,
|
|
"exit": 2821.401714285714,
|
|
"result": "tp",
|
|
"pnl": 13.432411367907374,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004027581542580181,
|
|
"pred_low": 0.0004027581542580181
|
|
},
|
|
{
|
|
"bar": 6384,
|
|
"time": "2025-02-03 22:10:00",
|
|
"direction": "long",
|
|
"entry": 2819.26,
|
|
"tp": 2819.8494285714287,
|
|
"sl": 2815.7234285714285,
|
|
"exit": 2819.8494285714287,
|
|
"result": "tp",
|
|
"pnl": 13.454798720187645,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004181441735977622,
|
|
"pred_low": 0.0004181441735977622
|
|
},
|
|
{
|
|
"bar": 6392,
|
|
"time": "2025-02-03 22:50:00",
|
|
"direction": "short",
|
|
"entry": 2818.37,
|
|
"tp": 2817.8822857142854,
|
|
"sl": 2821.2962857142857,
|
|
"exit": 2817.8822857142854,
|
|
"result": "tp",
|
|
"pnl": 13.47722338472958,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003460967053397989,
|
|
"pred_low": 0.0003460967053397989
|
|
},
|
|
{
|
|
"bar": 6400,
|
|
"time": "2025-02-03 23:30:00",
|
|
"direction": "long",
|
|
"entry": 2816.89,
|
|
"tp": 2817.5782857142854,
|
|
"sl": 2812.7602857142856,
|
|
"exit": 2812.7602857142856,
|
|
"result": "sl",
|
|
"pnl": -80.99811254219688,
|
|
"bars_held": 9,
|
|
"pred_high": 0.0004886848363164288,
|
|
"pred_low": 0.0004886848363164288
|
|
},
|
|
{
|
|
"bar": 6408,
|
|
"time": "2025-02-04 00:10:00",
|
|
"direction": "short",
|
|
"entry": 2814.07,
|
|
"tp": 2813.473428571429,
|
|
"sl": 2817.649428571429,
|
|
"exit": 2813.473428571429,
|
|
"result": "tp",
|
|
"pnl": 13.364688569457448,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004239918897336824,
|
|
"pred_low": 0.0004239918897336824
|
|
},
|
|
{
|
|
"bar": 6416,
|
|
"time": "2025-02-04 00:50:00",
|
|
"direction": "long",
|
|
"entry": 2813.12,
|
|
"tp": 2813.5477142857144,
|
|
"sl": 2810.5537142857142,
|
|
"exit": 2813.5477142857144,
|
|
"result": "tp",
|
|
"pnl": 13.386963050418116,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003040853470269878,
|
|
"pred_low": 0.0003040853470269878
|
|
},
|
|
{
|
|
"bar": 6424,
|
|
"time": "2025-02-04 01:30:00",
|
|
"direction": "short",
|
|
"entry": 2809.23,
|
|
"tp": 2808.655142857143,
|
|
"sl": 2812.679142857143,
|
|
"exit": 2812.679142857143,
|
|
"result": "sl",
|
|
"pnl": -80.45564793296957,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00040926313819597527,
|
|
"pred_low": 0.00040926313819597527
|
|
},
|
|
{
|
|
"bar": 6432,
|
|
"time": "2025-02-04 02:10:00",
|
|
"direction": "long",
|
|
"entry": 2814.16,
|
|
"tp": 2814.9171428571426,
|
|
"sl": 2809.617142857143,
|
|
"exit": 2814.9171428571426,
|
|
"result": "tp",
|
|
"pnl": 13.275181908938462,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005380951027254009,
|
|
"pred_low": 0.0005380951027254009
|
|
},
|
|
{
|
|
"bar": 6440,
|
|
"time": "2025-02-04 02:50:00",
|
|
"direction": "short",
|
|
"entry": 2816.0,
|
|
"tp": 2815.092857142857,
|
|
"sl": 2821.442857142857,
|
|
"exit": 2815.092857142857,
|
|
"result": "tp",
|
|
"pnl": 13.297307212121467,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006442775974026066,
|
|
"pred_low": 0.0006442775974026066
|
|
},
|
|
{
|
|
"bar": 6448,
|
|
"time": "2025-02-04 03:30:00",
|
|
"direction": "long",
|
|
"entry": 2818.06,
|
|
"tp": 2818.785714285714,
|
|
"sl": 2813.7057142857143,
|
|
"exit": 2818.785714285714,
|
|
"result": "tp",
|
|
"pnl": 13.319469390808717,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005150453047233028,
|
|
"pred_low": 0.0005150453047233028
|
|
},
|
|
{
|
|
"bar": 6456,
|
|
"time": "2025-02-04 04:10:00",
|
|
"direction": "short",
|
|
"entry": 2816.29,
|
|
"tp": 2815.675714285714,
|
|
"sl": 2819.9757142857143,
|
|
"exit": 2815.675714285714,
|
|
"result": "tp",
|
|
"pnl": 13.341668506463732,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00043623754250144786,
|
|
"pred_low": 0.00043623754250144786
|
|
},
|
|
{
|
|
"bar": 6464,
|
|
"time": "2025-02-04 04:50:00",
|
|
"direction": "short",
|
|
"entry": 2813.59,
|
|
"tp": 2813.038,
|
|
"sl": 2816.902,
|
|
"exit": 2813.038,
|
|
"result": "tp",
|
|
"pnl": 13.363904620640964,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00039238126379464793,
|
|
"pred_low": 0.00039238126379464793
|
|
},
|
|
{
|
|
"bar": 6472,
|
|
"time": "2025-02-04 05:30:00",
|
|
"direction": "long",
|
|
"entry": 2815.81,
|
|
"tp": 2816.3217142857143,
|
|
"sl": 2812.7397142857144,
|
|
"exit": 2816.3217142857143,
|
|
"result": "tp",
|
|
"pnl": 13.386177795006258,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003634579646455511,
|
|
"pred_low": 0.0003634579646455511
|
|
},
|
|
{
|
|
"bar": 6480,
|
|
"time": "2025-02-04 06:10:00",
|
|
"direction": "long",
|
|
"entry": 2816.7,
|
|
"tp": 2817.267714285714,
|
|
"sl": 2813.293714285714,
|
|
"exit": 2817.267714285714,
|
|
"result": "tp",
|
|
"pnl": 13.408488091332398,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004031059649336334,
|
|
"pred_low": 0.0004031059649336334
|
|
},
|
|
{
|
|
"bar": 6488,
|
|
"time": "2025-02-04 06:50:00",
|
|
"direction": "long",
|
|
"entry": 2822.75,
|
|
"tp": 2823.3551428571427,
|
|
"sl": 2819.119142857143,
|
|
"exit": 2823.3551428571427,
|
|
"result": "tp",
|
|
"pnl": 13.430835571479296,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00042876121310272074,
|
|
"pred_low": 0.00042876121310272074
|
|
},
|
|
{
|
|
"bar": 6496,
|
|
"time": "2025-02-04 07:30:00",
|
|
"direction": "long",
|
|
"entry": 2835.74,
|
|
"tp": 2836.5699999999997,
|
|
"sl": 2830.7599999999998,
|
|
"exit": 2830.7599999999998,
|
|
"result": "sl",
|
|
"pnl": -80.7193217846094,
|
|
"bars_held": 4,
|
|
"pred_high": 0.000585385119933425,
|
|
"pred_low": 0.000585385119933425
|
|
},
|
|
{
|
|
"bar": 6504,
|
|
"time": "2025-02-04 08:10:00",
|
|
"direction": "short",
|
|
"entry": 2832.92,
|
|
"tp": 2831.8134285714286,
|
|
"sl": 2839.5594285714287,
|
|
"exit": 2839.5594285714287,
|
|
"result": "sl",
|
|
"pnl": -79.91212856676351,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0007812232103775907,
|
|
"pred_low": 0.0007812232103775907
|
|
},
|
|
{
|
|
"bar": 6512,
|
|
"time": "2025-02-04 08:50:00",
|
|
"direction": "long",
|
|
"entry": 2839.9,
|
|
"tp": 2840.842,
|
|
"sl": 2834.248,
|
|
"exit": 2840.842,
|
|
"result": "tp",
|
|
"pnl": 13.185501213515614,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006634036409732971,
|
|
"pred_low": 0.0006634036409732971
|
|
},
|
|
{
|
|
"bar": 6520,
|
|
"time": "2025-02-04 09:30:00",
|
|
"direction": "long",
|
|
"entry": 2844.23,
|
|
"tp": 2845.271714285714,
|
|
"sl": 2837.979714285714,
|
|
"exit": 2837.979714285714,
|
|
"result": "sl",
|
|
"pnl": -79.24486229323153,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007325105815734309,
|
|
"pred_low": 0.0007325105815734309
|
|
},
|
|
{
|
|
"bar": 6528,
|
|
"time": "2025-02-04 10:10:00",
|
|
"direction": "short",
|
|
"entry": 2836.97,
|
|
"tp": 2835.659142857143,
|
|
"sl": 2844.8351428571427,
|
|
"exit": 2841.495,
|
|
"result": "timeout",
|
|
"pnl": -45.13550208890504,
|
|
"bars_held": 50,
|
|
"pred_high": 0.0009241247830305898,
|
|
"pred_low": 0.0009241247830305898
|
|
},
|
|
{
|
|
"bar": 6536,
|
|
"time": "2025-02-04 10:50:00",
|
|
"direction": "short",
|
|
"entry": 2839.87,
|
|
"tp": 2838.9614285714283,
|
|
"sl": 2845.3214285714284,
|
|
"exit": 2844.12,
|
|
"result": "timeout",
|
|
"pnl": -60.810573763623104,
|
|
"bars_held": 50,
|
|
"pred_high": 0.0006398683239524766,
|
|
"pred_low": 0.0006398683239524766
|
|
},
|
|
{
|
|
"bar": 6544,
|
|
"time": "2025-02-04 11:30:00",
|
|
"direction": "long",
|
|
"entry": 2844.27,
|
|
"tp": 2844.82,
|
|
"sl": 2840.97,
|
|
"exit": 2840.97,
|
|
"result": "sl",
|
|
"pnl": -77.39295291177588,
|
|
"bars_held": 35,
|
|
"pred_high": 0.0003867424681904411,
|
|
"pred_low": 0.0003867424681904411
|
|
},
|
|
{
|
|
"bar": 6552,
|
|
"time": "2025-02-04 12:10:00",
|
|
"direction": "long",
|
|
"entry": 2844.29,
|
|
"tp": 2844.8385714285714,
|
|
"sl": 2840.9985714285713,
|
|
"exit": 2840.9985714285713,
|
|
"result": "sl",
|
|
"pnl": -76.6190233826575,
|
|
"bars_held": 26,
|
|
"pred_high": 0.00038573522993185394,
|
|
"pred_low": 0.00038573522993185394
|
|
},
|
|
{
|
|
"bar": 6584,
|
|
"time": "2025-02-04 14:50:00",
|
|
"direction": "long",
|
|
"entry": 2843.05,
|
|
"tp": 2843.4717142857144,
|
|
"sl": 2840.519714285714,
|
|
"exit": 2843.4717142857144,
|
|
"result": "tp",
|
|
"pnl": 12.642138858134677,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00029666329168625595,
|
|
"pred_low": 0.00029666329168625595
|
|
},
|
|
{
|
|
"bar": 6592,
|
|
"time": "2025-02-04 15:30:00",
|
|
"direction": "short",
|
|
"entry": 2841.19,
|
|
"tp": 2840.78,
|
|
"sl": 2843.65,
|
|
"exit": 2840.78,
|
|
"result": "tp",
|
|
"pnl": 12.663209089563997,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00028861146209862584,
|
|
"pred_low": 0.00028861146209862584
|
|
},
|
|
{
|
|
"bar": 6600,
|
|
"time": "2025-02-04 17:05:00",
|
|
"direction": "short",
|
|
"entry": 2840.87,
|
|
"tp": 2840.5194285714283,
|
|
"sl": 2842.9734285714285,
|
|
"exit": 2840.5194285714283,
|
|
"result": "tp",
|
|
"pnl": 12.684314438056655,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002468056817604664,
|
|
"pred_low": 0.0002468056817604664
|
|
},
|
|
{
|
|
"bar": 6608,
|
|
"time": "2025-02-04 17:45:00",
|
|
"direction": "long",
|
|
"entry": 2842.04,
|
|
"tp": 2842.5717142857143,
|
|
"sl": 2838.8497142857145,
|
|
"exit": 2842.5717142857143,
|
|
"result": "tp",
|
|
"pnl": 12.705454962115684,
|
|
"bars_held": 8,
|
|
"pred_high": 0.00037417790440265683,
|
|
"pred_low": 0.00037417790440265683
|
|
},
|
|
{
|
|
"bar": 6616,
|
|
"time": "2025-02-04 18:25:00",
|
|
"direction": "long",
|
|
"entry": 2842.91,
|
|
"tp": 2843.4494285714286,
|
|
"sl": 2839.6734285714283,
|
|
"exit": 2843.4494285714286,
|
|
"result": "tp",
|
|
"pnl": 12.726630720388926,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003794904315849335,
|
|
"pred_low": 0.0003794904315849335
|
|
},
|
|
{
|
|
"bar": 6624,
|
|
"time": "2025-02-04 19:05:00",
|
|
"direction": "short",
|
|
"entry": 2845.07,
|
|
"tp": 2844.3317142857145,
|
|
"sl": 2849.499714285714,
|
|
"exit": 2844.3317142857145,
|
|
"result": "tp",
|
|
"pnl": 12.74784177158506,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005189930049423595,
|
|
"pred_low": 0.0005189930049423595
|
|
},
|
|
{
|
|
"bar": 6632,
|
|
"time": "2025-02-04 19:45:00",
|
|
"direction": "short",
|
|
"entry": 2842.79,
|
|
"tp": 2841.9322857142856,
|
|
"sl": 2847.9362857142855,
|
|
"exit": 2847.9362857142855,
|
|
"result": "sl",
|
|
"pnl": -76.61452904722773,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0006034313373230237,
|
|
"pred_low": 0.0006034313373230237
|
|
},
|
|
{
|
|
"bar": 6640,
|
|
"time": "2025-02-04 20:25:00",
|
|
"direction": "long",
|
|
"entry": 2851.0,
|
|
"tp": 2851.8394285714285,
|
|
"sl": 2845.9634285714287,
|
|
"exit": 2851.8394285714285,
|
|
"result": "tp",
|
|
"pnl": 12.64139729279098,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0005888660620333739,
|
|
"pred_low": 0.0005888660620333739
|
|
},
|
|
{
|
|
"bar": 6664,
|
|
"time": "2025-02-04 22:25:00",
|
|
"direction": "long",
|
|
"entry": 2856.36,
|
|
"tp": 2856.853142857143,
|
|
"sl": 2853.401142857143,
|
|
"exit": 2856.853142857143,
|
|
"result": "tp",
|
|
"pnl": 12.66246628828587,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003452946107233516,
|
|
"pred_low": 0.0003452946107233516
|
|
},
|
|
{
|
|
"bar": 6672,
|
|
"time": "2025-02-04 23:05:00",
|
|
"direction": "short",
|
|
"entry": 2854.53,
|
|
"tp": 2853.9845714285716,
|
|
"sl": 2857.802571428572,
|
|
"exit": 2853.9845714285716,
|
|
"result": "tp",
|
|
"pnl": 12.683570398761308,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00038214947569553556,
|
|
"pred_low": 0.00038214947569553556
|
|
},
|
|
{
|
|
"bar": 6680,
|
|
"time": "2025-02-04 23:45:00",
|
|
"direction": "long",
|
|
"entry": 2859.57,
|
|
"tp": 2860.123142857143,
|
|
"sl": 2856.251142857143,
|
|
"exit": 2860.123142857143,
|
|
"result": "tp",
|
|
"pnl": 12.704709682763122,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003868713527858019,
|
|
"pred_low": 0.0003868713527858019
|
|
},
|
|
{
|
|
"bar": 6688,
|
|
"time": "2025-02-05 00:25:00",
|
|
"direction": "long",
|
|
"entry": 2861.08,
|
|
"tp": 2861.7565714285715,
|
|
"sl": 2857.020571428571,
|
|
"exit": 2857.020571428571,
|
|
"result": "sl",
|
|
"pnl": -76.35530519338468,
|
|
"bars_held": 7,
|
|
"pred_high": 0.00047294827727391336,
|
|
"pred_low": 0.00047294827727391336
|
|
},
|
|
{
|
|
"bar": 6696,
|
|
"time": "2025-02-05 01:05:00",
|
|
"direction": "short",
|
|
"entry": 2855.08,
|
|
"tp": 2854.4005714285713,
|
|
"sl": 2859.156571428571,
|
|
"exit": 2859.156571428571,
|
|
"result": "sl",
|
|
"pnl": -75.59175214144332,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00047594363130180396,
|
|
"pred_low": 0.00047594363130180396
|
|
},
|
|
{
|
|
"bar": 6704,
|
|
"time": "2025-02-05 01:45:00",
|
|
"direction": "long",
|
|
"entry": 2860.43,
|
|
"tp": 2861.126857142857,
|
|
"sl": 2856.248857142857,
|
|
"exit": 2861.126857142857,
|
|
"result": "tp",
|
|
"pnl": 12.472639103336041,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004872394310345831,
|
|
"pred_low": 0.0004872394310345831
|
|
},
|
|
{
|
|
"bar": 6720,
|
|
"time": "2025-02-05 03:05:00",
|
|
"direction": "short",
|
|
"entry": 2865.59,
|
|
"tp": 2864.920857142857,
|
|
"sl": 2869.604857142857,
|
|
"exit": 2869.604857142857,
|
|
"result": "sl",
|
|
"pnl": -74.96056101106419,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00046701925756497417,
|
|
"pred_low": 0.00046701925756497417
|
|
},
|
|
{
|
|
"bar": 6736,
|
|
"time": "2025-02-05 04:25:00",
|
|
"direction": "long",
|
|
"entry": 2871.81,
|
|
"tp": 2872.441714285714,
|
|
"sl": 2868.019714285714,
|
|
"exit": 2872.441714285714,
|
|
"result": "tp",
|
|
"pnl": 12.368492566824427,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004399415600017428,
|
|
"pred_low": 0.0004399415600017428
|
|
},
|
|
{
|
|
"bar": 6744,
|
|
"time": "2025-02-05 05:05:00",
|
|
"direction": "short",
|
|
"entry": 2867.65,
|
|
"tp": 2866.9082857142857,
|
|
"sl": 2872.1002857142857,
|
|
"exit": 2866.9082857142857,
|
|
"result": "tp",
|
|
"pnl": 12.389106721104861,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005172976379364983,
|
|
"pred_low": 0.0005172976379364983
|
|
},
|
|
{
|
|
"bar": 6752,
|
|
"time": "2025-02-05 05:45:00",
|
|
"direction": "long",
|
|
"entry": 2869.01,
|
|
"tp": 2869.6357142857146,
|
|
"sl": 2865.2557142857145,
|
|
"exit": 2869.6357142857146,
|
|
"result": "tp",
|
|
"pnl": 12.409755232307637,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00043618829192946374,
|
|
"pred_low": 0.00043618829192946374
|
|
},
|
|
{
|
|
"bar": 6760,
|
|
"time": "2025-02-05 06:25:00",
|
|
"direction": "long",
|
|
"entry": 2869.06,
|
|
"tp": 2869.5034285714287,
|
|
"sl": 2866.3994285714284,
|
|
"exit": 2869.5034285714287,
|
|
"result": "tp",
|
|
"pnl": 12.430438157698113,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00030911069927332157,
|
|
"pred_low": 0.00030911069927332157
|
|
},
|
|
{
|
|
"bar": 6768,
|
|
"time": "2025-02-05 07:05:00",
|
|
"direction": "long",
|
|
"entry": 2869.03,
|
|
"tp": 2869.572285714286,
|
|
"sl": 2865.776285714286,
|
|
"exit": 2869.572285714286,
|
|
"result": "tp",
|
|
"pnl": 12.451155554623409,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003780272177605077,
|
|
"pred_low": 0.0003780272177605077
|
|
},
|
|
{
|
|
"bar": 6776,
|
|
"time": "2025-02-05 07:45:00",
|
|
"direction": "short",
|
|
"entry": 2859.37,
|
|
"tp": 2858.4511428571427,
|
|
"sl": 2864.8831428571425,
|
|
"exit": 2864.8831428571425,
|
|
"result": "sl",
|
|
"pnl": -74.8314448832783,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0006426990161169341,
|
|
"pred_low": 0.0006426990161169341
|
|
},
|
|
{
|
|
"bar": 6784,
|
|
"time": "2025-02-05 08:25:00",
|
|
"direction": "long",
|
|
"entry": 2865.35,
|
|
"tp": 2866.3617142857142,
|
|
"sl": 2859.2797142857144,
|
|
"exit": 2866.3617142857142,
|
|
"result": "tp",
|
|
"pnl": 12.347188405742214,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000706171522302175,
|
|
"pred_low": 0.000706171522302175
|
|
},
|
|
{
|
|
"bar": 6792,
|
|
"time": "2025-02-05 09:05:00",
|
|
"direction": "long",
|
|
"entry": 2873.6,
|
|
"tp": 2874.5474285714286,
|
|
"sl": 2867.9154285714285,
|
|
"exit": 2874.5474285714286,
|
|
"result": "tp",
|
|
"pnl": 12.36776705308568,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006594018453706441,
|
|
"pred_low": 0.0006594018453706441
|
|
},
|
|
{
|
|
"bar": 6800,
|
|
"time": "2025-02-05 09:45:00",
|
|
"direction": "long",
|
|
"entry": 2879.85,
|
|
"tp": 2880.9094285714286,
|
|
"sl": 2873.4934285714285,
|
|
"exit": 2880.9094285714286,
|
|
"result": "tp",
|
|
"pnl": 12.388379998174477,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007357526061625309,
|
|
"pred_low": 0.0007357526061625309
|
|
},
|
|
{
|
|
"bar": 6808,
|
|
"time": "2025-02-05 10:25:00",
|
|
"direction": "short",
|
|
"entry": 2868.94,
|
|
"tp": 2867.533142857143,
|
|
"sl": 2877.381142857143,
|
|
"exit": 2867.533142857143,
|
|
"result": "tp",
|
|
"pnl": 12.40902729816827,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0009807504812628885,
|
|
"pred_low": 0.0009807504812628885
|
|
},
|
|
{
|
|
"bar": 6816,
|
|
"time": "2025-02-05 11:05:00",
|
|
"direction": "long",
|
|
"entry": 2874.93,
|
|
"tp": 2876.1497142857143,
|
|
"sl": 2867.611714285714,
|
|
"exit": 2867.611714285714,
|
|
"result": "sl",
|
|
"pnl": -74.57825406200196,
|
|
"bars_held": 19,
|
|
"pred_high": 0.0008485175539677929,
|
|
"pred_low": 0.0008485175539677929
|
|
},
|
|
{
|
|
"bar": 6824,
|
|
"time": "2025-02-05 11:45:00",
|
|
"direction": "long",
|
|
"entry": 2873.22,
|
|
"tp": 2873.8065714285713,
|
|
"sl": 2869.700571428571,
|
|
"exit": 2869.700571428571,
|
|
"result": "sl",
|
|
"pnl": -73.8324715213835,
|
|
"bars_held": 6,
|
|
"pred_high": 0.00040830248193416053,
|
|
"pred_low": 0.00040830248193416053
|
|
},
|
|
{
|
|
"bar": 6832,
|
|
"time": "2025-02-05 12:25:00",
|
|
"direction": "short",
|
|
"entry": 2870.09,
|
|
"tp": 2869.473428571429,
|
|
"sl": 2873.7894285714287,
|
|
"exit": 2869.473428571429,
|
|
"result": "tp",
|
|
"pnl": 12.182357801023365,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000429653027306758,
|
|
"pred_low": 0.000429653027306758
|
|
},
|
|
{
|
|
"bar": 6840,
|
|
"time": "2025-02-05 13:05:00",
|
|
"direction": "short",
|
|
"entry": 2865.98,
|
|
"tp": 2865.2205714285715,
|
|
"sl": 2870.5365714285713,
|
|
"exit": 2865.2205714285715,
|
|
"result": "tp",
|
|
"pnl": 12.202661730695683,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005299608311492539,
|
|
"pred_low": 0.0005299608311492539
|
|
},
|
|
{
|
|
"bar": 6848,
|
|
"time": "2025-02-05 13:45:00",
|
|
"direction": "short",
|
|
"entry": 2866.5,
|
|
"tp": 2865.7334285714287,
|
|
"sl": 2871.0994285714287,
|
|
"exit": 2865.7334285714287,
|
|
"result": "tp",
|
|
"pnl": 12.222999500245189,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000534848371583064,
|
|
"pred_low": 0.000534848371583064
|
|
},
|
|
{
|
|
"bar": 6856,
|
|
"time": "2025-02-05 14:25:00",
|
|
"direction": "long",
|
|
"entry": 2864.75,
|
|
"tp": 2865.385714285714,
|
|
"sl": 2860.9357142857143,
|
|
"exit": 2865.385714285714,
|
|
"result": "tp",
|
|
"pnl": 12.24337116607775,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004438183336865687,
|
|
"pred_low": 0.0004438183336865687
|
|
},
|
|
{
|
|
"bar": 6864,
|
|
"time": "2025-02-05 15:05:00",
|
|
"direction": "short",
|
|
"entry": 2861.46,
|
|
"tp": 2860.8685714285716,
|
|
"sl": 2865.0085714285715,
|
|
"exit": 2865.0085714285715,
|
|
"result": "sl",
|
|
"pnl": -73.58266070814787,
|
|
"bars_held": 8,
|
|
"pred_high": 0.00041337538978602974,
|
|
"pred_low": 0.00041337538978602974
|
|
},
|
|
{
|
|
"bar": 6872,
|
|
"time": "2025-02-05 15:45:00",
|
|
"direction": "long",
|
|
"entry": 2865.14,
|
|
"tp": 2865.5899999999997,
|
|
"sl": 2862.44,
|
|
"exit": 2865.5899999999997,
|
|
"result": "tp",
|
|
"pnl": 12.141139016839313,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003141207759481213,
|
|
"pred_low": 0.0003141207759481213
|
|
},
|
|
{
|
|
"bar": 6880,
|
|
"time": "2025-02-05 17:20:00",
|
|
"direction": "long",
|
|
"entry": 2867.87,
|
|
"tp": 2868.2822857142855,
|
|
"sl": 2865.3962857142856,
|
|
"exit": 2868.2822857142855,
|
|
"result": "tp",
|
|
"pnl": 12.161374248537037,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002875205042667273,
|
|
"pred_low": 0.0002875205042667273
|
|
},
|
|
{
|
|
"bar": 6888,
|
|
"time": "2025-02-05 18:00:00",
|
|
"direction": "long",
|
|
"entry": 2868.61,
|
|
"tp": 2869.1414285714286,
|
|
"sl": 2865.421428571429,
|
|
"exit": 2869.1414285714286,
|
|
"result": "tp",
|
|
"pnl": 12.181643205617766,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000370512946290063,
|
|
"pred_low": 0.000370512946290063
|
|
},
|
|
{
|
|
"bar": 6896,
|
|
"time": "2025-02-05 18:40:00",
|
|
"direction": "long",
|
|
"entry": 2869.12,
|
|
"tp": 2869.7405714285715,
|
|
"sl": 2865.3965714285714,
|
|
"exit": 2869.7405714285715,
|
|
"result": "tp",
|
|
"pnl": 12.201945944298686,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00043258659698543314,
|
|
"pred_low": 0.00043258659698543314
|
|
},
|
|
{
|
|
"bar": 6904,
|
|
"time": "2025-02-05 19:20:00",
|
|
"direction": "short",
|
|
"entry": 2866.67,
|
|
"tp": 2865.9565714285714,
|
|
"sl": 2870.9505714285715,
|
|
"exit": 2865.9565714285714,
|
|
"result": "tp",
|
|
"pnl": 12.22228252087238,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004977402850195982,
|
|
"pred_low": 0.0004977402850195982
|
|
},
|
|
{
|
|
"bar": 6912,
|
|
"time": "2025-02-05 20:00:00",
|
|
"direction": "long",
|
|
"entry": 2871.47,
|
|
"tp": 2872.2851428571425,
|
|
"sl": 2866.5791428571424,
|
|
"exit": 2866.5791428571424,
|
|
"result": "sl",
|
|
"pnl": -73.45591795042894,
|
|
"bars_held": 16,
|
|
"pred_high": 0.0005677530025686326,
|
|
"pred_low": 0.0005677530025686326
|
|
},
|
|
{
|
|
"bar": 6928,
|
|
"time": "2025-02-05 21:20:00",
|
|
"direction": "short",
|
|
"entry": 2866.33,
|
|
"tp": 2865.753714285714,
|
|
"sl": 2869.787714285714,
|
|
"exit": 2865.753714285714,
|
|
"result": "tp",
|
|
"pnl": 12.120226461823728,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00040210702486155007,
|
|
"pred_low": 0.00040210702486155007
|
|
},
|
|
{
|
|
"bar": 6936,
|
|
"time": "2025-02-05 22:00:00",
|
|
"direction": "long",
|
|
"entry": 2870.53,
|
|
"tp": 2871.1117142857147,
|
|
"sl": 2867.0397142857146,
|
|
"exit": 2867.0397142857146,
|
|
"result": "sl",
|
|
"pnl": -72.8425610355385,
|
|
"bars_held": 21,
|
|
"pred_high": 0.00040530096234095403,
|
|
"pred_low": 0.00040530096234095403
|
|
},
|
|
{
|
|
"bar": 6944,
|
|
"time": "2025-02-05 22:40:00",
|
|
"direction": "short",
|
|
"entry": 2869.24,
|
|
"tp": 2868.7242857142855,
|
|
"sl": 2872.3342857142857,
|
|
"exit": 2868.7242857142855,
|
|
"result": "tp",
|
|
"pnl": 12.019022570862745,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00035947797027387316,
|
|
"pred_low": 0.00035947797027387316
|
|
},
|
|
{
|
|
"bar": 6952,
|
|
"time": "2025-02-05 23:20:00",
|
|
"direction": "long",
|
|
"entry": 2869.62,
|
|
"tp": 2870.0494285714285,
|
|
"sl": 2867.043428571428,
|
|
"exit": 2867.043428571428,
|
|
"result": "sl",
|
|
"pnl": -72.23432565089635,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0002992929875235071,
|
|
"pred_low": 0.0002992929875235071
|
|
},
|
|
{
|
|
"bar": 6960,
|
|
"time": "2025-02-06 00:00:00",
|
|
"direction": "short",
|
|
"entry": 2868.42,
|
|
"tp": 2867.913142857143,
|
|
"sl": 2871.461142857143,
|
|
"exit": 2867.913142857143,
|
|
"result": "tp",
|
|
"pnl": 11.918663732392645,
|
|
"bars_held": 8,
|
|
"pred_high": 0.00035340511003069543,
|
|
"pred_low": 0.00035340511003069543
|
|
},
|
|
{
|
|
"bar": 6968,
|
|
"time": "2025-02-06 00:40:00",
|
|
"direction": "short",
|
|
"entry": 2867.88,
|
|
"tp": 2867.3697142857145,
|
|
"sl": 2870.941714285714,
|
|
"exit": 2867.3697142857145,
|
|
"result": "tp",
|
|
"pnl": 11.938528171949395,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003558626680932898,
|
|
"pred_low": 0.0003558626680932898
|
|
},
|
|
{
|
|
"bar": 6984,
|
|
"time": "2025-02-06 02:00:00",
|
|
"direction": "short",
|
|
"entry": 2854.79,
|
|
"tp": 2854.060857142857,
|
|
"sl": 2859.164857142857,
|
|
"exit": 2854.060857142857,
|
|
"result": "tp",
|
|
"pnl": 11.95842571890669,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000510820660814171,
|
|
"pred_low": 0.000510820660814171
|
|
},
|
|
{
|
|
"bar": 6992,
|
|
"time": "2025-02-06 02:40:00",
|
|
"direction": "long",
|
|
"entry": 2856.22,
|
|
"tp": 2857.2091428571425,
|
|
"sl": 2850.2851428571425,
|
|
"exit": 2857.2091428571425,
|
|
"result": "tp",
|
|
"pnl": 11.978356428434868,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0006926237174607286,
|
|
"pred_low": 0.0006926237174607286
|
|
},
|
|
{
|
|
"bar": 7000,
|
|
"time": "2025-02-06 03:20:00",
|
|
"direction": "long",
|
|
"entry": 2856.7,
|
|
"tp": 2857.712,
|
|
"sl": 2850.628,
|
|
"exit": 2857.712,
|
|
"result": "tp",
|
|
"pnl": 11.99832035581932,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0007085098190219318,
|
|
"pred_low": 0.0007085098190219318
|
|
},
|
|
{
|
|
"bar": 7008,
|
|
"time": "2025-02-06 04:00:00",
|
|
"direction": "short",
|
|
"entry": 2858.71,
|
|
"tp": 2858.055428571429,
|
|
"sl": 2862.6374285714287,
|
|
"exit": 2858.055428571429,
|
|
"result": "tp",
|
|
"pnl": 12.018317556405986,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004579488150749376,
|
|
"pred_low": 0.0004579488150749376
|
|
},
|
|
{
|
|
"bar": 7016,
|
|
"time": "2025-02-06 04:40:00",
|
|
"direction": "long",
|
|
"entry": 2860.36,
|
|
"tp": 2860.999142857143,
|
|
"sl": 2856.525142857143,
|
|
"exit": 2860.999142857143,
|
|
"result": "tp",
|
|
"pnl": 12.03834808566974,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00044689679420972675,
|
|
"pred_low": 0.00044689679420972675
|
|
},
|
|
{
|
|
"bar": 7024,
|
|
"time": "2025-02-06 05:20:00",
|
|
"direction": "long",
|
|
"entry": 2860.95,
|
|
"tp": 2861.6022857142857,
|
|
"sl": 2857.0362857142854,
|
|
"exit": 2861.6022857142857,
|
|
"result": "tp",
|
|
"pnl": 12.058411999150197,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004559923901401278,
|
|
"pred_low": 0.0004559923901401278
|
|
},
|
|
{
|
|
"bar": 7032,
|
|
"time": "2025-02-06 06:00:00",
|
|
"direction": "long",
|
|
"entry": 2869.06,
|
|
"tp": 2869.946857142857,
|
|
"sl": 2863.7388571428573,
|
|
"exit": 2863.7388571428573,
|
|
"result": "sl",
|
|
"pnl": -72.47105611487126,
|
|
"bars_held": 12,
|
|
"pred_high": 0.0006182213985466431,
|
|
"pred_low": 0.0006182213985466431
|
|
},
|
|
{
|
|
"bar": 7048,
|
|
"time": "2025-02-06 07:20:00",
|
|
"direction": "short",
|
|
"entry": 2862.53,
|
|
"tp": 2861.838,
|
|
"sl": 2866.6820000000002,
|
|
"exit": 2861.838,
|
|
"result": "tp",
|
|
"pnl": 11.957724258954189,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000483488382654501,
|
|
"pred_low": 0.000483488382654501
|
|
},
|
|
{
|
|
"bar": 7056,
|
|
"time": "2025-02-06 08:00:00",
|
|
"direction": "short",
|
|
"entry": 2856.87,
|
|
"tp": 2856.038857142857,
|
|
"sl": 2861.8568571428573,
|
|
"exit": 2856.038857142857,
|
|
"result": "tp",
|
|
"pnl": 11.977653799384997,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005818555672066711,
|
|
"pred_low": 0.0005818555672066711
|
|
},
|
|
{
|
|
"bar": 7064,
|
|
"time": "2025-02-06 08:40:00",
|
|
"direction": "short",
|
|
"entry": 2854.53,
|
|
"tp": 2853.667142857143,
|
|
"sl": 2859.707142857143,
|
|
"exit": 2853.667142857143,
|
|
"result": "tp",
|
|
"pnl": 11.997616555717862,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006045528635937529,
|
|
"pred_low": 0.0006045528635937529
|
|
},
|
|
{
|
|
"bar": 7080,
|
|
"time": "2025-02-06 10:00:00",
|
|
"direction": "long",
|
|
"entry": 2850.19,
|
|
"tp": 2851.534,
|
|
"sl": 2842.126,
|
|
"exit": 2851.534,
|
|
"result": "tp",
|
|
"pnl": 12.017612583311074,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0009430950217354016,
|
|
"pred_low": 0.0009430950217354016
|
|
},
|
|
{
|
|
"bar": 7088,
|
|
"time": "2025-02-06 10:40:00",
|
|
"direction": "long",
|
|
"entry": 2853.31,
|
|
"tp": 2854.1554285714287,
|
|
"sl": 2848.2374285714286,
|
|
"exit": 2854.1554285714287,
|
|
"result": "tp",
|
|
"pnl": 12.03764193761939,
|
|
"bars_held": 40,
|
|
"pred_high": 0.0005925949661470802,
|
|
"pred_low": 0.0005925949661470802
|
|
},
|
|
{
|
|
"bar": 7096,
|
|
"time": "2025-02-06 11:20:00",
|
|
"direction": "long",
|
|
"entry": 2850.96,
|
|
"tp": 2851.744285714286,
|
|
"sl": 2846.2542857142857,
|
|
"exit": 2851.744285714286,
|
|
"result": "tp",
|
|
"pnl": 12.05770467418214,
|
|
"bars_held": 7,
|
|
"pred_high": 0.000550190612485433,
|
|
"pred_low": 0.000550190612485433
|
|
},
|
|
{
|
|
"bar": 7104,
|
|
"time": "2025-02-06 12:00:00",
|
|
"direction": "long",
|
|
"entry": 2851.92,
|
|
"tp": 2852.477428571429,
|
|
"sl": 2848.5754285714283,
|
|
"exit": 2852.477428571429,
|
|
"result": "tp",
|
|
"pnl": 12.077800848639857,
|
|
"bars_held": 8,
|
|
"pred_high": 0.0003909145918739591,
|
|
"pred_low": 0.0003909145918739591
|
|
},
|
|
{
|
|
"bar": 7112,
|
|
"time": "2025-02-06 12:40:00",
|
|
"direction": "long",
|
|
"entry": 2852.54,
|
|
"tp": 2853.0702857142855,
|
|
"sl": 2849.3582857142856,
|
|
"exit": 2853.0702857142855,
|
|
"result": "tp",
|
|
"pnl": 12.097930516714019,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00037179896813766873,
|
|
"pred_low": 0.00037179896813766873
|
|
},
|
|
{
|
|
"bar": 7120,
|
|
"time": "2025-02-06 13:20:00",
|
|
"direction": "short",
|
|
"entry": 2851.39,
|
|
"tp": 2850.7965714285715,
|
|
"sl": 2854.950571428571,
|
|
"exit": 2850.7965714285715,
|
|
"result": "tp",
|
|
"pnl": 12.118093734241654,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00041623809540507044,
|
|
"pred_low": 0.00041623809540507044
|
|
},
|
|
{
|
|
"bar": 7128,
|
|
"time": "2025-02-06 14:00:00",
|
|
"direction": "long",
|
|
"entry": 2854.97,
|
|
"tp": 2855.4282857142853,
|
|
"sl": 2852.2202857142856,
|
|
"exit": 2855.4282857142853,
|
|
"result": "tp",
|
|
"pnl": 12.138290557129391,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003210441540791583,
|
|
"pred_low": 0.0003210441540791583
|
|
},
|
|
{
|
|
"bar": 7136,
|
|
"time": "2025-02-06 14:40:00",
|
|
"direction": "short",
|
|
"entry": 2855.58,
|
|
"tp": 2855.1042857142857,
|
|
"sl": 2858.4342857142856,
|
|
"exit": 2855.1042857142857,
|
|
"result": "tp",
|
|
"pnl": 12.158521041396456,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000333182250691139,
|
|
"pred_low": 0.000333182250691139
|
|
},
|
|
{
|
|
"bar": 7144,
|
|
"time": "2025-02-06 15:20:00",
|
|
"direction": "short",
|
|
"entry": 2854.78,
|
|
"tp": 2854.324857142857,
|
|
"sl": 2857.5108571428573,
|
|
"exit": 2857.5108571428573,
|
|
"result": "sl",
|
|
"pnl": -73.07271145879147,
|
|
"bars_held": 13,
|
|
"pred_high": 0.0003188637002801466,
|
|
"pred_low": 0.0003188637002801466
|
|
},
|
|
{
|
|
"bar": 7152,
|
|
"time": "2025-02-06 16:00:00",
|
|
"direction": "short",
|
|
"entry": 2855.88,
|
|
"tp": 2855.5465714285715,
|
|
"sl": 2857.8805714285713,
|
|
"exit": 2855.5465714285715,
|
|
"result": "tp",
|
|
"pnl": 12.056997390703815,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00023350320841810407,
|
|
"pred_low": 0.00023350320841810407
|
|
},
|
|
{
|
|
"bar": 7160,
|
|
"time": "2025-02-06 17:35:00",
|
|
"direction": "long",
|
|
"entry": 2857.74,
|
|
"tp": 2858.1242857142856,
|
|
"sl": 2855.4342857142856,
|
|
"exit": 2858.1242857142856,
|
|
"result": "tp",
|
|
"pnl": 12.077092386357947,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00026894379074771194,
|
|
"pred_low": 0.00026894379074771194
|
|
},
|
|
{
|
|
"bar": 7168,
|
|
"time": "2025-02-06 18:15:00",
|
|
"direction": "long",
|
|
"entry": 2859.3,
|
|
"tp": 2859.847142857143,
|
|
"sl": 2856.017142857143,
|
|
"exit": 2859.847142857143,
|
|
"result": "tp",
|
|
"pnl": 12.097220873660362,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003827110531548608,
|
|
"pred_low": 0.0003827110531548608
|
|
},
|
|
{
|
|
"bar": 7176,
|
|
"time": "2025-02-06 18:55:00",
|
|
"direction": "short",
|
|
"entry": 2858.57,
|
|
"tp": 2858.0837142857144,
|
|
"sl": 2861.4877142857144,
|
|
"exit": 2861.4877142857144,
|
|
"result": "sl",
|
|
"pnl": -72.70429745071212,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00034023005508750163,
|
|
"pred_low": 0.00034023005508750163
|
|
},
|
|
{
|
|
"bar": 7184,
|
|
"time": "2025-02-06 19:35:00",
|
|
"direction": "long",
|
|
"entry": 2863.73,
|
|
"tp": 2864.3465714285717,
|
|
"sl": 2860.0305714285714,
|
|
"exit": 2864.3465714285717,
|
|
"result": "tp",
|
|
"pnl": 11.99620907937194,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00043060723501968796,
|
|
"pred_low": 0.00043060723501968796
|
|
},
|
|
{
|
|
"bar": 7192,
|
|
"time": "2025-02-06 20:15:00",
|
|
"direction": "long",
|
|
"entry": 2868.41,
|
|
"tp": 2869.156857142857,
|
|
"sl": 2863.9288571428565,
|
|
"exit": 2869.156857142857,
|
|
"result": "tp",
|
|
"pnl": 12.016202761166475,
|
|
"bars_held": 9,
|
|
"pred_high": 0.0005207464364279801,
|
|
"pred_low": 0.0005207464364279801
|
|
},
|
|
{
|
|
"bar": 7200,
|
|
"time": "2025-02-06 20:55:00",
|
|
"direction": "long",
|
|
"entry": 2868.34,
|
|
"tp": 2868.784857142857,
|
|
"sl": 2865.670857142857,
|
|
"exit": 2868.784857142857,
|
|
"result": "tp",
|
|
"pnl": 12.036229765764826,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003101843873858563,
|
|
"pred_low": 0.0003101843873858563
|
|
},
|
|
{
|
|
"bar": 7208,
|
|
"time": "2025-02-06 21:35:00",
|
|
"direction": "short",
|
|
"entry": 2867.49,
|
|
"tp": 2867.087714285714,
|
|
"sl": 2869.903714285714,
|
|
"exit": 2867.087714285714,
|
|
"result": "tp",
|
|
"pnl": 12.05629014871666,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0002805838655309872,
|
|
"pred_low": 0.0002805838655309872
|
|
},
|
|
{
|
|
"bar": 7216,
|
|
"time": "2025-02-06 22:15:00",
|
|
"direction": "long",
|
|
"entry": 2868.49,
|
|
"tp": 2868.8834285714283,
|
|
"sl": 2866.1294285714284,
|
|
"exit": 2868.8834285714283,
|
|
"result": "tp",
|
|
"pnl": 12.076383965625716,
|
|
"bars_held": 6,
|
|
"pred_high": 0.00027431057554921505,
|
|
"pred_low": 0.00027431057554921505
|
|
},
|
|
{
|
|
"bar": 7224,
|
|
"time": "2025-02-06 22:55:00",
|
|
"direction": "short",
|
|
"entry": 2865.96,
|
|
"tp": 2865.5154285714284,
|
|
"sl": 2868.6274285714285,
|
|
"exit": 2865.5154285714284,
|
|
"result": "tp",
|
|
"pnl": 12.096511272241548,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003102425913630525,
|
|
"pred_low": 0.0003102425913630525
|
|
},
|
|
{
|
|
"bar": 7232,
|
|
"time": "2025-02-06 23:35:00",
|
|
"direction": "short",
|
|
"entry": 2863.17,
|
|
"tp": 2862.732857142857,
|
|
"sl": 2865.7928571428574,
|
|
"exit": 2862.732857142857,
|
|
"result": "tp",
|
|
"pnl": 12.116672124361335,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00030535585183056707,
|
|
"pred_low": 0.00030535585183056707
|
|
},
|
|
{
|
|
"bar": 7240,
|
|
"time": "2025-02-07 00:15:00",
|
|
"direction": "short",
|
|
"entry": 2861.97,
|
|
"tp": 2861.4771428571426,
|
|
"sl": 2864.9271428571424,
|
|
"exit": 2864.9271428571424,
|
|
"result": "sl",
|
|
"pnl": -72.82119946737625,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003444181056105619,
|
|
"pred_low": 0.0003444181056105619
|
|
},
|
|
{
|
|
"bar": 7248,
|
|
"time": "2025-02-07 00:55:00",
|
|
"direction": "short",
|
|
"entry": 2860.76,
|
|
"tp": 2860.1257142857144,
|
|
"sl": 2864.5657142857144,
|
|
"exit": 2864.5657142857144,
|
|
"result": "sl",
|
|
"pnl": -72.09298747270515,
|
|
"bars_held": 4,
|
|
"pred_high": 0.000443438606723893,
|
|
"pred_low": 0.000443438606723893
|
|
},
|
|
{
|
|
"bar": 7256,
|
|
"time": "2025-02-07 01:35:00",
|
|
"direction": "long",
|
|
"entry": 2864.67,
|
|
"tp": 2865.2568571428574,
|
|
"sl": 2861.148857142857,
|
|
"exit": 2865.2568571428574,
|
|
"result": "tp",
|
|
"pnl": 11.895342932999132,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00040972059110276626,
|
|
"pred_low": 0.00040972059110276626
|
|
},
|
|
{
|
|
"bar": 7264,
|
|
"time": "2025-02-07 02:15:00",
|
|
"direction": "long",
|
|
"entry": 2865.89,
|
|
"tp": 2866.3399999999997,
|
|
"sl": 2863.1899999999996,
|
|
"exit": 2866.3399999999997,
|
|
"result": "tp",
|
|
"pnl": 11.915168504546598,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003140385709151524,
|
|
"pred_low": 0.0003140385709151524
|
|
},
|
|
{
|
|
"bar": 7272,
|
|
"time": "2025-02-07 02:55:00",
|
|
"direction": "long",
|
|
"entry": 2866.09,
|
|
"tp": 2866.5488571428573,
|
|
"sl": 2863.3368571428573,
|
|
"exit": 2866.5488571428573,
|
|
"result": "tp",
|
|
"pnl": 11.935027118725664,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003201973021483305,
|
|
"pred_low": 0.0003201973021483305
|
|
},
|
|
{
|
|
"bar": 7288,
|
|
"time": "2025-02-07 04:15:00",
|
|
"direction": "short",
|
|
"entry": 2864.17,
|
|
"tp": 2863.6497142857143,
|
|
"sl": 2867.291714285714,
|
|
"exit": 2867.291714285714,
|
|
"result": "sl",
|
|
"pnl": -71.72951298353851,
|
|
"bars_held": 8,
|
|
"pred_high": 0.00036330644779164803,
|
|
"pred_low": 0.00036330644779164803
|
|
},
|
|
{
|
|
"bar": 7312,
|
|
"time": "2025-02-07 06:15:00",
|
|
"direction": "short",
|
|
"entry": 2864.98,
|
|
"tp": 2864.4905714285715,
|
|
"sl": 2867.9165714285714,
|
|
"exit": 2864.4905714285715,
|
|
"result": "tp",
|
|
"pnl": 11.835369642284649,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0003416628188877839,
|
|
"pred_low": 0.0003416628188877839
|
|
},
|
|
{
|
|
"bar": 7320,
|
|
"time": "2025-02-07 06:55:00",
|
|
"direction": "short",
|
|
"entry": 2864.11,
|
|
"tp": 2863.6834285714285,
|
|
"sl": 2866.669428571429,
|
|
"exit": 2863.6834285714285,
|
|
"result": "tp",
|
|
"pnl": 11.855095258359817,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002978736351407152,
|
|
"pred_low": 0.0002978736351407152
|
|
},
|
|
{
|
|
"bar": 7328,
|
|
"time": "2025-02-07 07:35:00",
|
|
"direction": "long",
|
|
"entry": 2866.92,
|
|
"tp": 2867.9434285714287,
|
|
"sl": 2860.7794285714285,
|
|
"exit": 2867.9434285714287,
|
|
"result": "tp",
|
|
"pnl": 11.874853750453141,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007139568396945866,
|
|
"pred_low": 0.0007139568396945866
|
|
},
|
|
{
|
|
"bar": 7336,
|
|
"time": "2025-02-07 08:15:00",
|
|
"direction": "long",
|
|
"entry": 2869.19,
|
|
"tp": 2871.090285714286,
|
|
"sl": 2857.788285714286,
|
|
"exit": 2871.090285714286,
|
|
"result": "tp",
|
|
"pnl": 11.894645173371114,
|
|
"bars_held": 1,
|
|
"pred_high": 0.001324614761856636,
|
|
"pred_low": 0.001324614761856636
|
|
},
|
|
{
|
|
"bar": 7344,
|
|
"time": "2025-02-07 08:55:00",
|
|
"direction": "long",
|
|
"entry": 2876.52,
|
|
"tp": 2878.1845714285714,
|
|
"sl": 2866.5325714285714,
|
|
"exit": 2878.1845714285714,
|
|
"result": "tp",
|
|
"pnl": 11.914469581992094,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0011573508465586438,
|
|
"pred_low": 0.0011573508465586438
|
|
},
|
|
{
|
|
"bar": 7352,
|
|
"time": "2025-02-07 09:35:00",
|
|
"direction": "long",
|
|
"entry": 2885.68,
|
|
"tp": 2886.846,
|
|
"sl": 2878.6839999999997,
|
|
"exit": 2878.6839999999997,
|
|
"result": "sl",
|
|
"pnl": -71.60596218777435,
|
|
"bars_held": 4,
|
|
"pred_high": 0.000808128413406882,
|
|
"pred_low": 0.000808128413406882
|
|
},
|
|
{
|
|
"bar": 7360,
|
|
"time": "2025-02-07 10:15:00",
|
|
"direction": "short",
|
|
"entry": 2871.32,
|
|
"tp": 2869.768,
|
|
"sl": 2880.632,
|
|
"exit": 2869.768,
|
|
"result": "tp",
|
|
"pnl": 11.814983760983743,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0010810358998648466,
|
|
"pred_low": 0.0010810358998648466
|
|
},
|
|
{
|
|
"bar": 7368,
|
|
"time": "2025-02-07 10:55:00",
|
|
"direction": "short",
|
|
"entry": 2860.65,
|
|
"tp": 2858.9885714285715,
|
|
"sl": 2870.6185714285716,
|
|
"exit": 2858.9885714285715,
|
|
"result": "tp",
|
|
"pnl": 11.834675400584286,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0011615741677091296,
|
|
"pred_low": 0.0011615741677091296
|
|
},
|
|
{
|
|
"bar": 7376,
|
|
"time": "2025-02-07 11:35:00",
|
|
"direction": "short",
|
|
"entry": 2857.83,
|
|
"tp": 2856.612,
|
|
"sl": 2865.138,
|
|
"exit": 2856.612,
|
|
"result": "tp",
|
|
"pnl": 11.854399859583433,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008523949990027511,
|
|
"pred_low": 0.0008523949990027511
|
|
},
|
|
{
|
|
"bar": 7384,
|
|
"time": "2025-02-07 12:15:00",
|
|
"direction": "long",
|
|
"entry": 2864.7,
|
|
"tp": 2865.5914285714284,
|
|
"sl": 2859.351428571428,
|
|
"exit": 2859.351428571428,
|
|
"result": "sl",
|
|
"pnl": -71.24494315610836,
|
|
"bars_held": 15,
|
|
"pred_high": 0.0006223538740032669,
|
|
"pred_low": 0.0006223538740032669
|
|
},
|
|
{
|
|
"bar": 7392,
|
|
"time": "2025-02-07 12:55:00",
|
|
"direction": "short",
|
|
"entry": 2861.12,
|
|
"tp": 2860.4525714285714,
|
|
"sl": 2865.124571428571,
|
|
"exit": 2860.4525714285714,
|
|
"result": "tp",
|
|
"pnl": 11.755415620755702,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0004665505616182118,
|
|
"pred_low": 0.0004665505616182118
|
|
},
|
|
{
|
|
"bar": 7400,
|
|
"time": "2025-02-07 13:35:00",
|
|
"direction": "short",
|
|
"entry": 2859.83,
|
|
"tp": 2859.251142857143,
|
|
"sl": 2863.303142857143,
|
|
"exit": 2863.303142857143,
|
|
"result": "sl",
|
|
"pnl": -70.65004788075696,
|
|
"bars_held": 6,
|
|
"pred_high": 0.00040481926747894053,
|
|
"pred_low": 0.00040481926747894053
|
|
},
|
|
{
|
|
"bar": 7424,
|
|
"time": "2025-02-07 15:35:00",
|
|
"direction": "short",
|
|
"entry": 2860.06,
|
|
"tp": 2859.570857142857,
|
|
"sl": 2862.994857142857,
|
|
"exit": 2859.570857142857,
|
|
"result": "tp",
|
|
"pnl": 11.657257900320483,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00034205076616775873,
|
|
"pred_low": 0.00034205076616775873
|
|
},
|
|
{
|
|
"bar": 7432,
|
|
"time": "2025-02-09 17:10:00",
|
|
"direction": "long",
|
|
"entry": 2862.79,
|
|
"tp": 2863.320857142857,
|
|
"sl": 2859.604857142857,
|
|
"exit": 2863.320857142857,
|
|
"result": "tp",
|
|
"pnl": 11.676686663493399,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003708669814112574,
|
|
"pred_low": 0.0003708669814112574
|
|
},
|
|
{
|
|
"bar": 7440,
|
|
"time": "2025-02-09 17:50:00",
|
|
"direction": "short",
|
|
"entry": 2867.51,
|
|
"tp": 2866.6234285714286,
|
|
"sl": 2872.8294285714287,
|
|
"exit": 2866.6234285714286,
|
|
"result": "tp",
|
|
"pnl": 11.696147807933297,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006183562941865481,
|
|
"pred_low": 0.0006183562941865481
|
|
},
|
|
{
|
|
"bar": 7456,
|
|
"time": "2025-02-09 19:10:00",
|
|
"direction": "long",
|
|
"entry": 2871.91,
|
|
"tp": 2872.807714285714,
|
|
"sl": 2866.523714285714,
|
|
"exit": 2866.523714285714,
|
|
"result": "sl",
|
|
"pnl": -70.29384832566367,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0006251688149797786,
|
|
"pred_low": 0.0006251688149797786
|
|
},
|
|
{
|
|
"bar": 7480,
|
|
"time": "2025-02-09 21:10:00",
|
|
"direction": "long",
|
|
"entry": 2873.45,
|
|
"tp": 2874.0874285714285,
|
|
"sl": 2869.625428571428,
|
|
"exit": 2874.0874285714285,
|
|
"result": "tp",
|
|
"pnl": 11.598484973736225,
|
|
"bars_held": 7,
|
|
"pred_high": 0.00044366776622429204,
|
|
"pred_low": 0.00044366776622429204
|
|
},
|
|
{
|
|
"bar": 7488,
|
|
"time": "2025-02-09 21:50:00",
|
|
"direction": "long",
|
|
"entry": 2874.87,
|
|
"tp": 2875.406,
|
|
"sl": 2871.654,
|
|
"exit": 2875.406,
|
|
"result": "tp",
|
|
"pnl": 11.617815782025303,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003728864261688308,
|
|
"pred_low": 0.0003728864261688308
|
|
},
|
|
{
|
|
"bar": 7496,
|
|
"time": "2025-02-09 22:30:00",
|
|
"direction": "long",
|
|
"entry": 2876.37,
|
|
"tp": 2876.8211428571426,
|
|
"sl": 2873.6631428571427,
|
|
"exit": 2876.8211428571426,
|
|
"result": "tp",
|
|
"pnl": 11.637178808324252,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003136890296747847,
|
|
"pred_low": 0.0003136890296747847
|
|
},
|
|
{
|
|
"bar": 7504,
|
|
"time": "2025-02-09 23:10:00",
|
|
"direction": "long",
|
|
"entry": 2879.21,
|
|
"tp": 2879.6994285714286,
|
|
"sl": 2876.2734285714287,
|
|
"exit": 2876.2734285714287,
|
|
"result": "sl",
|
|
"pnl": -69.93944463805059,
|
|
"bars_held": 9,
|
|
"pred_high": 0.00033997420919525535,
|
|
"pred_low": 0.00033997420919525535
|
|
},
|
|
{
|
|
"bar": 7512,
|
|
"time": "2025-02-09 23:50:00",
|
|
"direction": "short",
|
|
"entry": 2877.14,
|
|
"tp": 2876.726857142857,
|
|
"sl": 2879.618857142857,
|
|
"exit": 2876.726857142857,
|
|
"result": "tp",
|
|
"pnl": 11.540008365273374,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002871899574875454,
|
|
"pred_low": 0.0002871899574875454
|
|
},
|
|
{
|
|
"bar": 7520,
|
|
"time": "2025-02-10 00:30:00",
|
|
"direction": "long",
|
|
"entry": 2884.94,
|
|
"tp": 2885.5765714285717,
|
|
"sl": 2881.1205714285716,
|
|
"exit": 2885.5765714285717,
|
|
"result": "tp",
|
|
"pnl": 11.559241712556958,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004413065287814889,
|
|
"pred_low": 0.0004413065287814889
|
|
},
|
|
{
|
|
"bar": 7528,
|
|
"time": "2025-02-10 01:10:00",
|
|
"direction": "short",
|
|
"entry": 2888.97,
|
|
"tp": 2888.1685714285713,
|
|
"sl": 2893.778571428571,
|
|
"exit": 2893.778571428571,
|
|
"result": "sl",
|
|
"pnl": -69.47104269244223,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0005548195872082879,
|
|
"pred_low": 0.0005548195872082879
|
|
},
|
|
{
|
|
"bar": 7536,
|
|
"time": "2025-02-10 01:50:00",
|
|
"direction": "long",
|
|
"entry": 2892.84,
|
|
"tp": 2893.7548571428574,
|
|
"sl": 2887.3508571428574,
|
|
"exit": 2893.7548571428574,
|
|
"result": "tp",
|
|
"pnl": 11.462722044255168,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006324975752942639,
|
|
"pred_low": 0.0006324975752942639
|
|
},
|
|
{
|
|
"bar": 7552,
|
|
"time": "2025-02-10 03:10:00",
|
|
"direction": "long",
|
|
"entry": 2900.86,
|
|
"tp": 2901.5214285714287,
|
|
"sl": 2896.8914285714286,
|
|
"exit": 2901.5214285714287,
|
|
"result": "tp",
|
|
"pnl": 11.481826580994026,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0004560224012386493,
|
|
"pred_low": 0.0004560224012386493
|
|
},
|
|
{
|
|
"bar": 7560,
|
|
"time": "2025-02-10 03:50:00",
|
|
"direction": "long",
|
|
"entry": 2902.89,
|
|
"tp": 2903.543714285714,
|
|
"sl": 2898.967714285714,
|
|
"exit": 2903.543714285714,
|
|
"result": "tp",
|
|
"pnl": 11.500962958626504,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00045038860288491053,
|
|
"pred_low": 0.00045038860288491053
|
|
},
|
|
{
|
|
"bar": 7568,
|
|
"time": "2025-02-10 04:30:00",
|
|
"direction": "short",
|
|
"entry": 2898.99,
|
|
"tp": 2898.255428571428,
|
|
"sl": 2903.3974285714285,
|
|
"exit": 2903.3974285714285,
|
|
"result": "sl",
|
|
"pnl": -69.12078738135698,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0005067774835866758,
|
|
"pred_low": 0.0005067774835866758
|
|
},
|
|
{
|
|
"bar": 7576,
|
|
"time": "2025-02-10 05:10:00",
|
|
"direction": "long",
|
|
"entry": 2901.18,
|
|
"tp": 2901.9274285714287,
|
|
"sl": 2896.6954285714282,
|
|
"exit": 2901.9274285714287,
|
|
"result": "tp",
|
|
"pnl": 11.404929917927609,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0005152583234605273,
|
|
"pred_low": 0.0005152583234605273
|
|
},
|
|
{
|
|
"bar": 7584,
|
|
"time": "2025-02-10 05:50:00",
|
|
"direction": "long",
|
|
"entry": 2903.42,
|
|
"tp": 2904.1002857142857,
|
|
"sl": 2899.3382857142856,
|
|
"exit": 2904.1002857142857,
|
|
"result": "tp",
|
|
"pnl": 11.423938134453245,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00046860992504406916,
|
|
"pred_low": 0.00046860992504406916
|
|
},
|
|
{
|
|
"bar": 7600,
|
|
"time": "2025-02-10 07:10:00",
|
|
"direction": "long",
|
|
"entry": 2905.47,
|
|
"tp": 2906.1874285714284,
|
|
"sl": 2901.1654285714285,
|
|
"exit": 2906.1874285714284,
|
|
"result": "tp",
|
|
"pnl": 11.442978031345495,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004938468278306698,
|
|
"pred_low": 0.0004938468278306698
|
|
},
|
|
{
|
|
"bar": 7608,
|
|
"time": "2025-02-10 07:50:00",
|
|
"direction": "short",
|
|
"entry": 2902.32,
|
|
"tp": 2901.242,
|
|
"sl": 2908.7880000000005,
|
|
"exit": 2901.242,
|
|
"result": "tp",
|
|
"pnl": 11.462049661396565,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000742853992667953,
|
|
"pred_low": 0.000742853992667953
|
|
},
|
|
{
|
|
"bar": 7616,
|
|
"time": "2025-02-10 08:30:00",
|
|
"direction": "long",
|
|
"entry": 2904.31,
|
|
"tp": 2905.4202857142855,
|
|
"sl": 2897.6482857142855,
|
|
"exit": 2905.4202857142855,
|
|
"result": "tp",
|
|
"pnl": 11.481153077497162,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0007645779646702528,
|
|
"pred_low": 0.0007645779646702528
|
|
},
|
|
{
|
|
"bar": 7624,
|
|
"time": "2025-02-10 09:10:00",
|
|
"direction": "long",
|
|
"entry": 2909.91,
|
|
"tp": 2910.9691428571427,
|
|
"sl": 2903.555142857143,
|
|
"exit": 2910.9691428571427,
|
|
"result": "tp",
|
|
"pnl": 11.500288332629168,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0007279557492450529,
|
|
"pred_low": 0.0007279557492450529
|
|
},
|
|
{
|
|
"bar": 7640,
|
|
"time": "2025-02-10 10:30:00",
|
|
"direction": "short",
|
|
"entry": 2903.56,
|
|
"tp": 2902.7114285714283,
|
|
"sl": 2908.6514285714284,
|
|
"exit": 2902.7114285714283,
|
|
"result": "tp",
|
|
"pnl": 11.5194554798523,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005845041456497791,
|
|
"pred_low": 0.0005845041456497791
|
|
},
|
|
{
|
|
"bar": 7656,
|
|
"time": "2025-02-10 11:50:00",
|
|
"direction": "long",
|
|
"entry": 2902.74,
|
|
"tp": 2903.4942857142855,
|
|
"sl": 2898.214285714286,
|
|
"exit": 2903.4942857142855,
|
|
"result": "tp",
|
|
"pnl": 11.538654572317066,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005197060117583236,
|
|
"pred_low": 0.0005197060117583236
|
|
},
|
|
{
|
|
"bar": 7664,
|
|
"time": "2025-02-10 12:30:00",
|
|
"direction": "long",
|
|
"entry": 2906.68,
|
|
"tp": 2907.469714285714,
|
|
"sl": 2901.941714285714,
|
|
"exit": 2907.469714285714,
|
|
"result": "tp",
|
|
"pnl": 11.557885663267843,
|
|
"bars_held": 38,
|
|
"pred_high": 0.0005433788966891913,
|
|
"pred_low": 0.0005433788966891913
|
|
},
|
|
{
|
|
"bar": 7680,
|
|
"time": "2025-02-10 13:50:00",
|
|
"direction": "short",
|
|
"entry": 2903.22,
|
|
"tp": 2902.793142857143,
|
|
"sl": 2905.7811428571426,
|
|
"exit": 2902.793142857143,
|
|
"result": "tp",
|
|
"pnl": 11.577148806037819,
|
|
"bars_held": 10,
|
|
"pred_high": 0.0002940577309726059,
|
|
"pred_low": 0.0002940577309726059
|
|
},
|
|
{
|
|
"bar": 7688,
|
|
"time": "2025-02-10 14:30:00",
|
|
"direction": "long",
|
|
"entry": 2903.95,
|
|
"tp": 2904.388857142857,
|
|
"sl": 2901.316857142857,
|
|
"exit": 2904.388857142857,
|
|
"result": "tp",
|
|
"pnl": 11.596444054052114,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00030224841533577334,
|
|
"pred_low": 0.00030224841533577334
|
|
},
|
|
{
|
|
"bar": 7696,
|
|
"time": "2025-02-10 15:10:00",
|
|
"direction": "long",
|
|
"entry": 2906.16,
|
|
"tp": 2906.6162857142854,
|
|
"sl": 2903.4222857142854,
|
|
"exit": 2906.6162857142854,
|
|
"result": "tp",
|
|
"pnl": 11.61577146080357,
|
|
"bars_held": 5,
|
|
"pred_high": 0.000314012796463871,
|
|
"pred_low": 0.000314012796463871
|
|
},
|
|
{
|
|
"bar": 7704,
|
|
"time": "2025-02-10 15:50:00",
|
|
"direction": "long",
|
|
"entry": 2907.46,
|
|
"tp": 2907.85,
|
|
"sl": 2905.12,
|
|
"exit": 2907.85,
|
|
"result": "tp",
|
|
"pnl": 11.635131079905165,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00026827540189721717,
|
|
"pred_low": 0.00026827540189721717
|
|
},
|
|
{
|
|
"bar": 7720,
|
|
"time": "2025-02-10 18:05:00",
|
|
"direction": "short",
|
|
"entry": 2918.4,
|
|
"tp": 2917.402,
|
|
"sl": 2924.388,
|
|
"exit": 2917.402,
|
|
"result": "tp",
|
|
"pnl": 11.654522965043835,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006839364035087777,
|
|
"pred_low": 0.0006839364035087777
|
|
},
|
|
{
|
|
"bar": 7728,
|
|
"time": "2025-02-10 18:45:00",
|
|
"direction": "long",
|
|
"entry": 2920.12,
|
|
"tp": 2920.772571428571,
|
|
"sl": 2916.2045714285714,
|
|
"exit": 2920.772571428571,
|
|
"result": "tp",
|
|
"pnl": 11.6739471699821,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00044694836415724886,
|
|
"pred_low": 0.00044694836415724886
|
|
},
|
|
{
|
|
"bar": 7736,
|
|
"time": "2025-02-10 19:25:00",
|
|
"direction": "long",
|
|
"entry": 2928.26,
|
|
"tp": 2929.2405714285715,
|
|
"sl": 2922.376571428572,
|
|
"exit": 2929.2405714285715,
|
|
"result": "tp",
|
|
"pnl": 11.693403748599591,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006697297566277722,
|
|
"pred_low": 0.0006697297566277722
|
|
},
|
|
{
|
|
"bar": 7744,
|
|
"time": "2025-02-10 20:05:00",
|
|
"direction": "long",
|
|
"entry": 2936.44,
|
|
"tp": 2937.7542857142857,
|
|
"sl": 2928.5542857142855,
|
|
"exit": 2937.7542857142857,
|
|
"result": "tp",
|
|
"pnl": 11.712892754849078,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008951558446865778,
|
|
"pred_low": 0.0008951558446865778
|
|
},
|
|
{
|
|
"bar": 7752,
|
|
"time": "2025-02-10 20:45:00",
|
|
"direction": "short",
|
|
"entry": 2917.14,
|
|
"tp": 2915.0511428571426,
|
|
"sl": 2929.673142857143,
|
|
"exit": 2915.0511428571426,
|
|
"result": "tp",
|
|
"pnl": 11.732414242774755,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0014321267699576616,
|
|
"pred_low": 0.0014321267699576616
|
|
},
|
|
{
|
|
"bar": 7760,
|
|
"time": "2025-02-10 21:25:00",
|
|
"direction": "long",
|
|
"entry": 2921.46,
|
|
"tp": 2923.7982857142856,
|
|
"sl": 2907.4302857142857,
|
|
"exit": 2923.7982857142856,
|
|
"result": "tp",
|
|
"pnl": 11.751968266511348,
|
|
"bars_held": 2,
|
|
"pred_high": 0.001600765175142382,
|
|
"pred_low": 0.001600765175142382
|
|
},
|
|
{
|
|
"bar": 7768,
|
|
"time": "2025-02-10 22:05:00",
|
|
"direction": "short",
|
|
"entry": 2919.43,
|
|
"tp": 2918.2202857142856,
|
|
"sl": 2926.6882857142855,
|
|
"exit": 2918.2202857142856,
|
|
"result": "tp",
|
|
"pnl": 11.771554880288763,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008287332018334332,
|
|
"pred_low": 0.0008287332018334332
|
|
},
|
|
{
|
|
"bar": 7776,
|
|
"time": "2025-02-10 22:45:00",
|
|
"direction": "short",
|
|
"entry": 2917.33,
|
|
"tp": 2916.682,
|
|
"sl": 2921.218,
|
|
"exit": 2916.682,
|
|
"result": "tp",
|
|
"pnl": 11.7911741384263,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00044424182385947587,
|
|
"pred_low": 0.00044424182385947587
|
|
},
|
|
{
|
|
"bar": 7784,
|
|
"time": "2025-02-10 23:25:00",
|
|
"direction": "long",
|
|
"entry": 2918.87,
|
|
"tp": 2919.407142857143,
|
|
"sl": 2915.647142857143,
|
|
"exit": 2919.407142857143,
|
|
"result": "tp",
|
|
"pnl": 11.810826095323698,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00036804849626247377,
|
|
"pred_low": 0.00036804849626247377
|
|
},
|
|
{
|
|
"bar": 7792,
|
|
"time": "2025-02-11 00:05:00",
|
|
"direction": "long",
|
|
"entry": 2928.22,
|
|
"tp": 2928.9982857142854,
|
|
"sl": 2923.5502857142856,
|
|
"exit": 2923.5502857142856,
|
|
"result": "sl",
|
|
"pnl": -70.9830648328781,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005315759842400558,
|
|
"pred_low": 0.0005315759842400558
|
|
},
|
|
{
|
|
"bar": 7800,
|
|
"time": "2025-02-11 00:45:00",
|
|
"direction": "short",
|
|
"entry": 2917.15,
|
|
"tp": 2916.148285714286,
|
|
"sl": 2923.1602857142857,
|
|
"exit": 2916.148285714286,
|
|
"result": "tp",
|
|
"pnl": 11.712205697422942,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006867759873261808,
|
|
"pred_low": 0.0006867759873261808
|
|
},
|
|
{
|
|
"bar": 7808,
|
|
"time": "2025-02-11 01:25:00",
|
|
"direction": "short",
|
|
"entry": 2911.34,
|
|
"tp": 2910.2905714285716,
|
|
"sl": 2917.6365714285716,
|
|
"exit": 2910.2905714285716,
|
|
"result": "tp",
|
|
"pnl": 11.731726040253086,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007209247778882473,
|
|
"pred_low": 0.0007209247778882473
|
|
},
|
|
{
|
|
"bar": 7816,
|
|
"time": "2025-02-11 02:05:00",
|
|
"direction": "long",
|
|
"entry": 2912.43,
|
|
"tp": 2913.5499999999997,
|
|
"sl": 2905.7099999999996,
|
|
"exit": 2913.5499999999997,
|
|
"result": "tp",
|
|
"pnl": 11.751278916986488,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0007691171976665587,
|
|
"pred_low": 0.0007691171976665587
|
|
},
|
|
{
|
|
"bar": 7832,
|
|
"time": "2025-02-11 03:25:00",
|
|
"direction": "short",
|
|
"entry": 2909.99,
|
|
"tp": 2909.0394285714283,
|
|
"sl": 2915.6934285714283,
|
|
"exit": 2909.0394285714283,
|
|
"result": "tp",
|
|
"pnl": 11.770864381850162,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006533159416846299,
|
|
"pred_low": 0.0006533159416846299
|
|
},
|
|
{
|
|
"bar": 7840,
|
|
"time": "2025-02-11 04:05:00",
|
|
"direction": "long",
|
|
"entry": 2905.76,
|
|
"tp": 2906.6437142857144,
|
|
"sl": 2900.4577142857147,
|
|
"exit": 2900.4577142857147,
|
|
"result": "sl",
|
|
"pnl": -70.7428949349124,
|
|
"bars_held": 24,
|
|
"pred_high": 0.0006082500176988334,
|
|
"pred_low": 0.0006082500176988334
|
|
},
|
|
{
|
|
"bar": 7848,
|
|
"time": "2025-02-11 04:45:00",
|
|
"direction": "short",
|
|
"entry": 2903.38,
|
|
"tp": 2902.670285714286,
|
|
"sl": 2907.6382857142858,
|
|
"exit": 2902.670285714286,
|
|
"result": "tp",
|
|
"pnl": 11.672577664259423,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004888883203123875,
|
|
"pred_low": 0.0004888883203123875
|
|
},
|
|
{
|
|
"bar": 7856,
|
|
"time": "2025-02-11 05:25:00",
|
|
"direction": "long",
|
|
"entry": 2904.88,
|
|
"tp": 2905.4945714285714,
|
|
"sl": 2901.1925714285712,
|
|
"exit": 2905.4945714285714,
|
|
"result": "tp",
|
|
"pnl": 11.692031960364064,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00042313033830757956,
|
|
"pred_low": 0.00042313033830757956
|
|
},
|
|
{
|
|
"bar": 7864,
|
|
"time": "2025-02-11 06:05:00",
|
|
"direction": "short",
|
|
"entry": 2898.86,
|
|
"tp": 2898.170285714286,
|
|
"sl": 2902.998285714286,
|
|
"exit": 2902.998285714286,
|
|
"result": "sl",
|
|
"pnl": -70.26911208181154,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004758520837255301,
|
|
"pred_low": 0.0004758520837255301
|
|
},
|
|
{
|
|
"bar": 7872,
|
|
"time": "2025-02-11 06:45:00",
|
|
"direction": "short",
|
|
"entry": 2896.61,
|
|
"tp": 2895.6754285714287,
|
|
"sl": 2902.2174285714286,
|
|
"exit": 2895.6754285714287,
|
|
"result": "tp",
|
|
"pnl": 11.594403493498943,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006452863371813372,
|
|
"pred_low": 0.0006452863371813372
|
|
},
|
|
{
|
|
"bar": 7880,
|
|
"time": "2025-02-11 07:25:00",
|
|
"direction": "long",
|
|
"entry": 2889.76,
|
|
"tp": 2891.113428571429,
|
|
"sl": 2881.6394285714287,
|
|
"exit": 2891.113428571429,
|
|
"result": "tp",
|
|
"pnl": 11.613727499321438,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0009367065579346341,
|
|
"pred_low": 0.0009367065579346341
|
|
},
|
|
{
|
|
"bar": 7888,
|
|
"time": "2025-02-11 08:05:00",
|
|
"direction": "long",
|
|
"entry": 2900.66,
|
|
"tp": 2902.122857142857,
|
|
"sl": 2891.882857142857,
|
|
"exit": 2902.122857142857,
|
|
"result": "tp",
|
|
"pnl": 11.63308371181948,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0010086374431040872,
|
|
"pred_low": 0.0010086374431040872
|
|
},
|
|
{
|
|
"bar": 7896,
|
|
"time": "2025-02-11 08:45:00",
|
|
"direction": "long",
|
|
"entry": 2900.98,
|
|
"tp": 2902.3917142857144,
|
|
"sl": 2892.5097142857144,
|
|
"exit": 2892.5097142857144,
|
|
"result": "sl",
|
|
"pnl": -69.91483310803898,
|
|
"bars_held": 3,
|
|
"pred_high": 0.000973267161934446,
|
|
"pred_low": 0.000973267161934446
|
|
},
|
|
{
|
|
"bar": 7904,
|
|
"time": "2025-02-11 09:25:00",
|
|
"direction": "long",
|
|
"entry": 2898.21,
|
|
"tp": 2899.6774285714287,
|
|
"sl": 2889.4054285714287,
|
|
"exit": 2899.6774285714287,
|
|
"result": "tp",
|
|
"pnl": 11.535947462826915,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0010126447506761678,
|
|
"pred_low": 0.0010126447506761678
|
|
},
|
|
{
|
|
"bar": 7912,
|
|
"time": "2025-02-11 10:05:00",
|
|
"direction": "long",
|
|
"entry": 2906.09,
|
|
"tp": 2907.2245714285714,
|
|
"sl": 2899.2825714285714,
|
|
"exit": 2907.2245714285714,
|
|
"result": "tp",
|
|
"pnl": 11.555174041929336,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0007808233252042638,
|
|
"pred_low": 0.0007808233252042638
|
|
},
|
|
{
|
|
"bar": 7920,
|
|
"time": "2025-02-11 10:45:00",
|
|
"direction": "short",
|
|
"entry": 2904.46,
|
|
"tp": 2903.731714285714,
|
|
"sl": 2908.829714285714,
|
|
"exit": 2903.731714285714,
|
|
"result": "tp",
|
|
"pnl": 11.574432665337843,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000501494745519439,
|
|
"pred_low": 0.000501494745519439
|
|
},
|
|
{
|
|
"bar": 7928,
|
|
"time": "2025-02-11 11:25:00",
|
|
"direction": "long",
|
|
"entry": 2904.98,
|
|
"tp": 2905.749428571429,
|
|
"sl": 2900.363428571429,
|
|
"exit": 2905.749428571429,
|
|
"result": "tp",
|
|
"pnl": 11.593723386446761,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005297307185788135,
|
|
"pred_low": 0.0005297307185788135
|
|
},
|
|
{
|
|
"bar": 7936,
|
|
"time": "2025-02-11 12:05:00",
|
|
"direction": "short",
|
|
"entry": 2904.49,
|
|
"tp": 2903.8911428571428,
|
|
"sl": 2908.0831428571423,
|
|
"exit": 2903.8911428571428,
|
|
"result": "tp",
|
|
"pnl": 11.61304625875216,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00041236646905798814,
|
|
"pred_low": 0.00041236646905798814
|
|
},
|
|
{
|
|
"bar": 7944,
|
|
"time": "2025-02-11 12:45:00",
|
|
"direction": "long",
|
|
"entry": 2905.55,
|
|
"tp": 2906.075142857143,
|
|
"sl": 2902.399142857143,
|
|
"exit": 2906.075142857143,
|
|
"result": "tp",
|
|
"pnl": 11.632401335850947,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003614756979868419,
|
|
"pred_low": 0.0003614756979868419
|
|
},
|
|
{
|
|
"bar": 7952,
|
|
"time": "2025-02-11 13:25:00",
|
|
"direction": "short",
|
|
"entry": 2901.1,
|
|
"tp": 2900.653714285714,
|
|
"sl": 2903.777714285714,
|
|
"exit": 2900.653714285714,
|
|
"result": "tp",
|
|
"pnl": 11.651788671413545,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00030766655012628676,
|
|
"pred_low": 0.00030766655012628676
|
|
},
|
|
{
|
|
"bar": 7960,
|
|
"time": "2025-02-11 14:05:00",
|
|
"direction": "short",
|
|
"entry": 2899.11,
|
|
"tp": 2898.6994285714286,
|
|
"sl": 2901.5734285714284,
|
|
"exit": 2898.6994285714286,
|
|
"result": "tp",
|
|
"pnl": 11.671208319200863,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00028323963462677335,
|
|
"pred_low": 0.00028323963462677335
|
|
},
|
|
{
|
|
"bar": 7968,
|
|
"time": "2025-02-11 14:45:00",
|
|
"direction": "long",
|
|
"entry": 2896.95,
|
|
"tp": 2897.4565714285714,
|
|
"sl": 2893.9105714285715,
|
|
"exit": 2897.4565714285714,
|
|
"result": "tp",
|
|
"pnl": 11.690660333065573,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003497274226834541,
|
|
"pred_low": 0.0003497274226834541
|
|
},
|
|
{
|
|
"bar": 7976,
|
|
"time": "2025-02-11 15:25:00",
|
|
"direction": "long",
|
|
"entry": 2899.08,
|
|
"tp": 2899.5702857142855,
|
|
"sl": 2896.1382857142858,
|
|
"exit": 2896.1382857142858,
|
|
"result": "sl",
|
|
"pnl": -70.26086860170572,
|
|
"bars_held": 8,
|
|
"pred_high": 0.00033823538107655545,
|
|
"pred_low": 0.00033823538107655545
|
|
},
|
|
{
|
|
"bar": 7984,
|
|
"time": "2025-02-11 17:00:00",
|
|
"direction": "short",
|
|
"entry": 2897.37,
|
|
"tp": 2896.906285714286,
|
|
"sl": 2900.1522857142854,
|
|
"exit": 2896.906285714286,
|
|
"result": "tp",
|
|
"pnl": 11.593043319277259,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00032009324712707474,
|
|
"pred_low": 0.00032009324712707474
|
|
},
|
|
{
|
|
"bar": 7992,
|
|
"time": "2025-02-11 17:40:00",
|
|
"direction": "long",
|
|
"entry": 2900.48,
|
|
"tp": 2900.978857142857,
|
|
"sl": 2897.4868571428574,
|
|
"exit": 2897.4868571428574,
|
|
"result": "sl",
|
|
"pnl": -69.67419034887997,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00034398247383683457,
|
|
"pred_low": 0.00034398247383683457
|
|
},
|
|
{
|
|
"bar": 8000,
|
|
"time": "2025-02-11 18:20:00",
|
|
"direction": "short",
|
|
"entry": 2895.4,
|
|
"tp": 2894.8165714285715,
|
|
"sl": 2898.9005714285713,
|
|
"exit": 2894.8165714285715,
|
|
"result": "tp",
|
|
"pnl": 11.496241407566822,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000403003779393908,
|
|
"pred_low": 0.000403003779393908
|
|
},
|
|
{
|
|
"bar": 8008,
|
|
"time": "2025-02-11 19:00:00",
|
|
"direction": "long",
|
|
"entry": 2897.27,
|
|
"tp": 2898.1117142857142,
|
|
"sl": 2892.2197142857144,
|
|
"exit": 2892.2197142857144,
|
|
"result": "sl",
|
|
"pnl": -69.0924108594705,
|
|
"bars_held": 2,
|
|
"pred_high": 0.000581039589485454,
|
|
"pred_low": 0.000581039589485454
|
|
},
|
|
{
|
|
"bar": 8016,
|
|
"time": "2025-02-11 19:40:00",
|
|
"direction": "long",
|
|
"entry": 2893.01,
|
|
"tp": 2894.327142857143,
|
|
"sl": 2885.107142857143,
|
|
"exit": 2894.327142857143,
|
|
"result": "tp",
|
|
"pnl": 11.400247791811392,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0009105691699253315,
|
|
"pred_low": 0.0009105691699253315
|
|
},
|
|
{
|
|
"bar": 8032,
|
|
"time": "2025-02-11 21:00:00",
|
|
"direction": "short",
|
|
"entry": 2891.99,
|
|
"tp": 2891.2802857142856,
|
|
"sl": 2896.2482857142854,
|
|
"exit": 2891.2802857142856,
|
|
"result": "tp",
|
|
"pnl": 11.419248204797517,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004908137896149641,
|
|
"pred_low": 0.0004908137896149641
|
|
},
|
|
{
|
|
"bar": 8056,
|
|
"time": "2025-02-11 23:00:00",
|
|
"direction": "short",
|
|
"entry": 2885.24,
|
|
"tp": 2884.694,
|
|
"sl": 2888.516,
|
|
"exit": 2884.694,
|
|
"result": "tp",
|
|
"pnl": 11.438280285135955,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003784780468869347,
|
|
"pred_low": 0.0003784780468869347
|
|
},
|
|
{
|
|
"bar": 8064,
|
|
"time": "2025-02-11 23:40:00",
|
|
"direction": "long",
|
|
"entry": 2887.12,
|
|
"tp": 2887.674285714286,
|
|
"sl": 2883.7942857142853,
|
|
"exit": 2887.674285714286,
|
|
"result": "tp",
|
|
"pnl": 11.457344085619296,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00038397137236120625,
|
|
"pred_low": 0.00038397137236120625
|
|
},
|
|
{
|
|
"bar": 8072,
|
|
"time": "2025-02-12 00:20:00",
|
|
"direction": "long",
|
|
"entry": 2891.32,
|
|
"tp": 2892.0605714285716,
|
|
"sl": 2886.876571428572,
|
|
"exit": 2886.876571428572,
|
|
"result": "sl",
|
|
"pnl": -68.85863795454719,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0005122721999442501,
|
|
"pred_low": 0.0005122721999442501
|
|
},
|
|
{
|
|
"bar": 8080,
|
|
"time": "2025-02-12 01:00:00",
|
|
"direction": "long",
|
|
"entry": 2893.03,
|
|
"tp": 2893.994571428572,
|
|
"sl": 2887.242571428572,
|
|
"exit": 2893.994571428572,
|
|
"result": "tp",
|
|
"pnl": 11.361675262503105,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006668243527176758,
|
|
"pred_low": 0.0006668243527176758
|
|
},
|
|
{
|
|
"bar": 8088,
|
|
"time": "2025-02-12 01:40:00",
|
|
"direction": "short",
|
|
"entry": 2892.87,
|
|
"tp": 2891.976,
|
|
"sl": 2898.234,
|
|
"exit": 2891.976,
|
|
"result": "tp",
|
|
"pnl": 11.380611387935515,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0006180713270903885,
|
|
"pred_low": 0.0006180713270903885
|
|
},
|
|
{
|
|
"bar": 8096,
|
|
"time": "2025-02-12 02:20:00",
|
|
"direction": "short",
|
|
"entry": 2890.0,
|
|
"tp": 2889.2602857142856,
|
|
"sl": 2894.438285714286,
|
|
"exit": 2889.2602857142856,
|
|
"result": "tp",
|
|
"pnl": 11.399579073585922,
|
|
"bars_held": 14,
|
|
"pred_high": 0.0005119130004943398,
|
|
"pred_low": 0.0005119130004943398
|
|
},
|
|
{
|
|
"bar": 8104,
|
|
"time": "2025-02-12 03:00:00",
|
|
"direction": "short",
|
|
"entry": 2891.76,
|
|
"tp": 2891.1205714285716,
|
|
"sl": 2895.5965714285717,
|
|
"exit": 2891.1205714285716,
|
|
"result": "tp",
|
|
"pnl": 11.418578372042091,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00044224179837093984,
|
|
"pred_low": 0.00044224179837093984
|
|
},
|
|
{
|
|
"bar": 8112,
|
|
"time": "2025-02-12 03:40:00",
|
|
"direction": "short",
|
|
"entry": 2890.45,
|
|
"tp": 2889.922857142857,
|
|
"sl": 2893.6128571428567,
|
|
"exit": 2889.922857142857,
|
|
"result": "tp",
|
|
"pnl": 11.43760933599185,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00036474795076395645,
|
|
"pred_low": 0.00036474795076395645
|
|
},
|
|
{
|
|
"bar": 8120,
|
|
"time": "2025-02-12 04:20:00",
|
|
"direction": "long",
|
|
"entry": 2888.15,
|
|
"tp": 2888.7537142857145,
|
|
"sl": 2884.5277142857144,
|
|
"exit": 2888.7537142857145,
|
|
"result": "tp",
|
|
"pnl": 11.45667201822396,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00041806297160068757,
|
|
"pred_low": 0.00041806297160068757
|
|
},
|
|
{
|
|
"bar": 8128,
|
|
"time": "2025-02-12 05:00:00",
|
|
"direction": "short",
|
|
"entry": 2881.78,
|
|
"tp": 2880.883428571429,
|
|
"sl": 2887.1594285714286,
|
|
"exit": 2880.883428571429,
|
|
"result": "tp",
|
|
"pnl": 11.475766471584294,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006222344721466723,
|
|
"pred_low": 0.0006222344721466723
|
|
},
|
|
{
|
|
"bar": 8136,
|
|
"time": "2025-02-12 05:40:00",
|
|
"direction": "long",
|
|
"entry": 2883.63,
|
|
"tp": 2884.499428571429,
|
|
"sl": 2878.4134285714285,
|
|
"exit": 2884.499428571429,
|
|
"result": "tp",
|
|
"pnl": 11.494892749038302,
|
|
"bars_held": 14,
|
|
"pred_high": 0.0006030097976706996,
|
|
"pred_low": 0.0006030097976706996
|
|
},
|
|
{
|
|
"bar": 8144,
|
|
"time": "2025-02-12 06:20:00",
|
|
"direction": "long",
|
|
"entry": 2883.4,
|
|
"tp": 2884.189428571429,
|
|
"sl": 2878.6634285714285,
|
|
"exit": 2884.189428571429,
|
|
"result": "tp",
|
|
"pnl": 11.514050903621106,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0005475678514452296,
|
|
"pred_low": 0.0005475678514452296
|
|
},
|
|
{
|
|
"bar": 8152,
|
|
"time": "2025-02-12 07:00:00",
|
|
"direction": "long",
|
|
"entry": 2885.04,
|
|
"tp": 2885.7922857142858,
|
|
"sl": 2880.5262857142857,
|
|
"exit": 2880.5262857142857,
|
|
"result": "sl",
|
|
"pnl": -69.1994459307482,
|
|
"bars_held": 2,
|
|
"pred_high": 0.000521507995927769,
|
|
"pred_low": 0.000521507995927769
|
|
},
|
|
{
|
|
"bar": 8160,
|
|
"time": "2025-02-12 07:40:00",
|
|
"direction": "short",
|
|
"entry": 2867.96,
|
|
"tp": 2866.5337142857143,
|
|
"sl": 2876.5177142857146,
|
|
"exit": 2876.5177142857146,
|
|
"result": "sl",
|
|
"pnl": -68.50745147144298,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000994634314485378,
|
|
"pred_low": 0.000994634314485378
|
|
},
|
|
{
|
|
"bar": 8168,
|
|
"time": "2025-02-12 08:25:00",
|
|
"direction": "long",
|
|
"entry": 2894.74,
|
|
"tp": 2896.7645714285713,
|
|
"sl": 2882.5925714285713,
|
|
"exit": 2896.7645714285713,
|
|
"result": "tp",
|
|
"pnl": 11.303729492788534,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0013987932792385123,
|
|
"pred_low": 0.0013987932792385123
|
|
},
|
|
{
|
|
"bar": 8176,
|
|
"time": "2025-02-12 09:05:00",
|
|
"direction": "short",
|
|
"entry": 2889.24,
|
|
"tp": 2887.578857142857,
|
|
"sl": 2899.206857142857,
|
|
"exit": 2887.578857142857,
|
|
"result": "tp",
|
|
"pnl": 11.322569041941733,
|
|
"bars_held": 1,
|
|
"pred_high": 0.001149882223105638,
|
|
"pred_low": 0.001149882223105638
|
|
},
|
|
{
|
|
"bar": 8184,
|
|
"time": "2025-02-12 09:45:00",
|
|
"direction": "long",
|
|
"entry": 2894.47,
|
|
"tp": 2895.6519999999996,
|
|
"sl": 2887.3779999999997,
|
|
"exit": 2895.6519999999996,
|
|
"result": "tp",
|
|
"pnl": 11.341439990343773,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0008167298330955215,
|
|
"pred_low": 0.0008167298330955215
|
|
},
|
|
{
|
|
"bar": 8200,
|
|
"time": "2025-02-12 11:05:00",
|
|
"direction": "long",
|
|
"entry": 2903.8,
|
|
"tp": 2904.626285714286,
|
|
"sl": 2898.842285714286,
|
|
"exit": 2904.626285714286,
|
|
"result": "tp",
|
|
"pnl": 11.360342390331457,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005691064910019488,
|
|
"pred_low": 0.0005691064910019488
|
|
},
|
|
{
|
|
"bar": 8208,
|
|
"time": "2025-02-12 11:45:00",
|
|
"direction": "short",
|
|
"entry": 2903.64,
|
|
"tp": 2902.774571428571,
|
|
"sl": 2908.832571428571,
|
|
"exit": 2902.774571428571,
|
|
"result": "tp",
|
|
"pnl": 11.379276294316123,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005960990835148783,
|
|
"pred_low": 0.0005960990835148783
|
|
},
|
|
{
|
|
"bar": 8224,
|
|
"time": "2025-02-12 13:05:00",
|
|
"direction": "short",
|
|
"entry": 2897.74,
|
|
"tp": 2897.2002857142857,
|
|
"sl": 2900.9782857142854,
|
|
"exit": 2897.2002857142857,
|
|
"result": "tp",
|
|
"pnl": 11.398241754800797,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00037250704736400237,
|
|
"pred_low": 0.00037250704736400237
|
|
},
|
|
{
|
|
"bar": 8232,
|
|
"time": "2025-02-12 13:45:00",
|
|
"direction": "long",
|
|
"entry": 2896.21,
|
|
"tp": 2896.781142857143,
|
|
"sl": 2892.783142857143,
|
|
"exit": 2896.781142857143,
|
|
"result": "tp",
|
|
"pnl": 11.417238824399314,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00039440707486188085,
|
|
"pred_low": 0.00039440707486188085
|
|
},
|
|
{
|
|
"bar": 8240,
|
|
"time": "2025-02-12 14:25:00",
|
|
"direction": "long",
|
|
"entry": 2899.67,
|
|
"tp": 2900.1545714285717,
|
|
"sl": 2896.7625714285714,
|
|
"exit": 2900.1545714285717,
|
|
"result": "tp",
|
|
"pnl": 11.4362675557731,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00033422522464379923,
|
|
"pred_low": 0.00033422522464379923
|
|
},
|
|
{
|
|
"bar": 8256,
|
|
"time": "2025-02-12 15:45:00",
|
|
"direction": "long",
|
|
"entry": 2903.49,
|
|
"tp": 2903.9377142857143,
|
|
"sl": 2900.803714285714,
|
|
"exit": 2903.9377142857143,
|
|
"result": "tp",
|
|
"pnl": 11.455328001700364,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00030839733266813444,
|
|
"pred_low": 0.00030839733266813444
|
|
},
|
|
{
|
|
"bar": 8264,
|
|
"time": "2025-02-12 17:20:00",
|
|
"direction": "short",
|
|
"entry": 2903.08,
|
|
"tp": 2902.717714285714,
|
|
"sl": 2905.253714285714,
|
|
"exit": 2902.717714285714,
|
|
"result": "tp",
|
|
"pnl": 11.47442021503805,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002495871379953171,
|
|
"pred_low": 0.0002495871379953171
|
|
},
|
|
{
|
|
"bar": 8272,
|
|
"time": "2025-02-12 18:00:00",
|
|
"direction": "long",
|
|
"entry": 2906.16,
|
|
"tp": 2906.7382857142857,
|
|
"sl": 2902.6902857142854,
|
|
"exit": 2906.7382857142857,
|
|
"result": "tp",
|
|
"pnl": 11.493544248725673,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003979723857500675,
|
|
"pred_low": 0.0003979723857500675
|
|
},
|
|
{
|
|
"bar": 8288,
|
|
"time": "2025-02-12 19:20:00",
|
|
"direction": "short",
|
|
"entry": 2902.41,
|
|
"tp": 2901.6499999999996,
|
|
"sl": 2906.97,
|
|
"exit": 2901.6499999999996,
|
|
"result": "tp",
|
|
"pnl": 11.512700155807963,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000523702716018764,
|
|
"pred_low": 0.000523702716018764
|
|
},
|
|
{
|
|
"bar": 8296,
|
|
"time": "2025-02-12 20:00:00",
|
|
"direction": "long",
|
|
"entry": 2906.67,
|
|
"tp": 2907.3465714285717,
|
|
"sl": 2902.6105714285713,
|
|
"exit": 2907.3465714285717,
|
|
"result": "tp",
|
|
"pnl": 11.531887989400927,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0004655302656107669,
|
|
"pred_low": 0.0004655302656107669
|
|
},
|
|
{
|
|
"bar": 8304,
|
|
"time": "2025-02-12 20:40:00",
|
|
"direction": "long",
|
|
"entry": 2908.19,
|
|
"tp": 2908.692,
|
|
"sl": 2905.178,
|
|
"exit": 2908.692,
|
|
"result": "tp",
|
|
"pnl": 11.551107802712002,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003452319140083816,
|
|
"pred_low": 0.0003452319140083816
|
|
},
|
|
{
|
|
"bar": 8312,
|
|
"time": "2025-02-12 21:20:00",
|
|
"direction": "long",
|
|
"entry": 2913.69,
|
|
"tp": 2914.191428571429,
|
|
"sl": 2910.6814285714286,
|
|
"exit": 2914.191428571429,
|
|
"result": "tp",
|
|
"pnl": 11.570359649054943,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00034418800313593877,
|
|
"pred_low": 0.00034418800313593877
|
|
},
|
|
{
|
|
"bar": 8336,
|
|
"time": "2025-02-12 23:20:00",
|
|
"direction": "long",
|
|
"entry": 2922.32,
|
|
"tp": 2922.8825714285717,
|
|
"sl": 2918.9445714285716,
|
|
"exit": 2918.9445714285716,
|
|
"result": "sl",
|
|
"pnl": -69.53786149079596,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0003850169923700643,
|
|
"pred_low": 0.0003850169923700643
|
|
},
|
|
{
|
|
"bar": 8344,
|
|
"time": "2025-02-13 00:00:00",
|
|
"direction": "short",
|
|
"entry": 2914.58,
|
|
"tp": 2913.9334285714285,
|
|
"sl": 2918.4594285714284,
|
|
"exit": 2913.9334285714285,
|
|
"result": "tp",
|
|
"pnl": 11.473747145981552,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0004436806871462912,
|
|
"pred_low": 0.0004436806871462912
|
|
},
|
|
{
|
|
"bar": 8352,
|
|
"time": "2025-02-13 00:40:00",
|
|
"direction": "short",
|
|
"entry": 2914.11,
|
|
"tp": 2913.3865714285716,
|
|
"sl": 2918.4505714285715,
|
|
"exit": 2918.4505714285715,
|
|
"result": "sl",
|
|
"pnl": -68.95722034734781,
|
|
"bars_held": 10,
|
|
"pred_high": 0.00049650052429633,
|
|
"pred_low": 0.00049650052429633
|
|
},
|
|
{
|
|
"bar": 8376,
|
|
"time": "2025-02-13 02:40:00",
|
|
"direction": "short",
|
|
"entry": 2911.71,
|
|
"tp": 2910.590285714286,
|
|
"sl": 2918.4282857142857,
|
|
"exit": 2910.590285714286,
|
|
"result": "tp",
|
|
"pnl": 11.377941357310593,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0007691111310633781,
|
|
"pred_low": 0.0007691111310633781
|
|
},
|
|
{
|
|
"bar": 8384,
|
|
"time": "2025-02-13 03:20:00",
|
|
"direction": "long",
|
|
"entry": 2913.42,
|
|
"tp": 2914.254857142857,
|
|
"sl": 2908.4108571428574,
|
|
"exit": 2914.254857142857,
|
|
"result": "tp",
|
|
"pnl": 11.396904592905338,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005731114242760131,
|
|
"pred_low": 0.0005731114242760131
|
|
},
|
|
{
|
|
"bar": 8392,
|
|
"time": "2025-02-13 04:00:00",
|
|
"direction": "long",
|
|
"entry": 2916.27,
|
|
"tp": 2917.032,
|
|
"sl": 2911.698,
|
|
"exit": 2917.032,
|
|
"result": "tp",
|
|
"pnl": 11.415899433899252,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005225853573228742,
|
|
"pred_low": 0.0005225853573228742
|
|
},
|
|
{
|
|
"bar": 8400,
|
|
"time": "2025-02-13 04:40:00",
|
|
"direction": "long",
|
|
"entry": 2917.93,
|
|
"tp": 2918.732571428571,
|
|
"sl": 2913.1145714285713,
|
|
"exit": 2918.732571428571,
|
|
"result": "tp",
|
|
"pnl": 11.434925932951549,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005500964235409751,
|
|
"pred_low": 0.0005500964235409751
|
|
},
|
|
{
|
|
"bar": 8408,
|
|
"time": "2025-02-13 05:20:00",
|
|
"direction": "short",
|
|
"entry": 2916.44,
|
|
"tp": 2915.8957142857143,
|
|
"sl": 2919.7057142857143,
|
|
"exit": 2915.8957142857143,
|
|
"result": "tp",
|
|
"pnl": 11.453984142841009,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00037325349692482576,
|
|
"pred_low": 0.00037325349692482576
|
|
},
|
|
{
|
|
"bar": 8416,
|
|
"time": "2025-02-13 06:00:00",
|
|
"direction": "long",
|
|
"entry": 2917.73,
|
|
"tp": 2918.284285714286,
|
|
"sl": 2914.404285714286,
|
|
"exit": 2918.284285714286,
|
|
"result": "tp",
|
|
"pnl": 11.473074116416715,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003799431162484054,
|
|
"pred_low": 0.0003799431162484054
|
|
},
|
|
{
|
|
"bar": 8424,
|
|
"time": "2025-02-13 06:40:00",
|
|
"direction": "long",
|
|
"entry": 2919.82,
|
|
"tp": 2920.497428571429,
|
|
"sl": 2915.7554285714286,
|
|
"exit": 2915.7554285714286,
|
|
"result": "sl",
|
|
"pnl": -68.95317543963783,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0004640207762318304,
|
|
"pred_low": 0.0004640207762318304
|
|
},
|
|
{
|
|
"bar": 8432,
|
|
"time": "2025-02-13 07:20:00",
|
|
"direction": "short",
|
|
"entry": 2912.33,
|
|
"tp": 2911.52,
|
|
"sl": 2917.19,
|
|
"exit": 2911.52,
|
|
"result": "tp",
|
|
"pnl": 11.377273947539734,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005562556441062726,
|
|
"pred_low": 0.0005562556441062726
|
|
},
|
|
{
|
|
"bar": 8440,
|
|
"time": "2025-02-13 08:00:00",
|
|
"direction": "short",
|
|
"entry": 2910.07,
|
|
"tp": 2908.847142857143,
|
|
"sl": 2917.407142857143,
|
|
"exit": 2908.847142857143,
|
|
"result": "tp",
|
|
"pnl": 11.39623607078776,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0008404314280117901,
|
|
"pred_low": 0.0008404314280117901
|
|
},
|
|
{
|
|
"bar": 8448,
|
|
"time": "2025-02-13 08:40:00",
|
|
"direction": "long",
|
|
"entry": 2914.84,
|
|
"tp": 2915.9137142857144,
|
|
"sl": 2908.3977142857143,
|
|
"exit": 2915.9137142857144,
|
|
"result": "tp",
|
|
"pnl": 11.415229797570502,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000736722623344195,
|
|
"pred_low": 0.000736722623344195
|
|
},
|
|
{
|
|
"bar": 8456,
|
|
"time": "2025-02-13 09:20:00",
|
|
"direction": "long",
|
|
"entry": 2918.14,
|
|
"tp": 2919.0897142857143,
|
|
"sl": 2912.441714285714,
|
|
"exit": 2919.0897142857143,
|
|
"result": "tp",
|
|
"pnl": 11.43425518056871,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0006509038536288908,
|
|
"pred_low": 0.0006509038536288908
|
|
},
|
|
{
|
|
"bar": 8472,
|
|
"time": "2025-02-13 10:40:00",
|
|
"direction": "short",
|
|
"entry": 2916.62,
|
|
"tp": 2915.918,
|
|
"sl": 2920.832,
|
|
"exit": 2915.918,
|
|
"result": "tp",
|
|
"pnl": 11.453312272531367,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004813791306375042,
|
|
"pred_low": 0.0004813791306375042
|
|
},
|
|
{
|
|
"bar": 8480,
|
|
"time": "2025-02-13 11:20:00",
|
|
"direction": "long",
|
|
"entry": 2916.79,
|
|
"tp": 2917.406285714286,
|
|
"sl": 2913.092285714286,
|
|
"exit": 2917.406285714286,
|
|
"result": "tp",
|
|
"pnl": 11.47240112632449,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0004225780493526829,
|
|
"pred_low": 0.0004225780493526829
|
|
},
|
|
{
|
|
"bar": 8488,
|
|
"time": "2025-02-13 12:00:00",
|
|
"direction": "long",
|
|
"entry": 2918.15,
|
|
"tp": 2918.6848571428573,
|
|
"sl": 2914.940857142857,
|
|
"exit": 2918.6848571428573,
|
|
"result": "tp",
|
|
"pnl": 11.491521794866467,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00036657275524366477,
|
|
"pred_low": 0.00036657275524366477
|
|
},
|
|
{
|
|
"bar": 8496,
|
|
"time": "2025-02-13 12:40:00",
|
|
"direction": "long",
|
|
"entry": 2917.72,
|
|
"tp": 2918.402857142857,
|
|
"sl": 2913.622857142857,
|
|
"exit": 2918.402857142857,
|
|
"result": "tp",
|
|
"pnl": 11.510674331193373,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004680758557073047,
|
|
"pred_low": 0.0004680758557073047
|
|
},
|
|
{
|
|
"bar": 8504,
|
|
"time": "2025-02-13 13:20:00",
|
|
"direction": "long",
|
|
"entry": 2925.12,
|
|
"tp": 2925.9654285714287,
|
|
"sl": 2920.0474285714286,
|
|
"exit": 2925.9654285714287,
|
|
"result": "tp",
|
|
"pnl": 11.529858788412279,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005780471033178732,
|
|
"pred_low": 0.0005780471033178732
|
|
},
|
|
{
|
|
"bar": 8536,
|
|
"time": "2025-02-13 16:00:00",
|
|
"direction": "short",
|
|
"entry": 2927.94,
|
|
"tp": 2927.6468571428572,
|
|
"sl": 2929.6988571428574,
|
|
"exit": 2927.6468571428572,
|
|
"result": "tp",
|
|
"pnl": 11.549075219721592,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00020023829528123074,
|
|
"pred_low": 0.00020023829528123074
|
|
},
|
|
{
|
|
"bar": 8544,
|
|
"time": "2025-02-13 17:40:00",
|
|
"direction": "long",
|
|
"entry": 2931.01,
|
|
"tp": 2931.4885714285715,
|
|
"sl": 2928.1385714285716,
|
|
"exit": 2931.4885714285715,
|
|
"result": "tp",
|
|
"pnl": 11.568323678420036,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00032655734956306225,
|
|
"pred_low": 0.00032655734956306225
|
|
},
|
|
{
|
|
"bar": 8552,
|
|
"time": "2025-02-13 18:20:00",
|
|
"direction": "short",
|
|
"entry": 2928.56,
|
|
"tp": 2927.985142857143,
|
|
"sl": 2932.0091428571427,
|
|
"exit": 2927.985142857143,
|
|
"result": "tp",
|
|
"pnl": 11.587604217886947,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003925868979000873,
|
|
"pred_low": 0.0003925868979000873
|
|
},
|
|
{
|
|
"bar": 8560,
|
|
"time": "2025-02-13 19:00:00",
|
|
"direction": "long",
|
|
"entry": 2929.7,
|
|
"tp": 2930.2442857142855,
|
|
"sl": 2926.4342857142856,
|
|
"exit": 2930.2442857142855,
|
|
"result": "tp",
|
|
"pnl": 11.606916891584243,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00037156412894540775,
|
|
"pred_low": 0.00037156412894540775
|
|
},
|
|
{
|
|
"bar": 8568,
|
|
"time": "2025-02-13 19:40:00",
|
|
"direction": "short",
|
|
"entry": 2930.28,
|
|
"tp": 2929.571428571429,
|
|
"sl": 2934.5314285714285,
|
|
"exit": 2929.571428571429,
|
|
"result": "tp",
|
|
"pnl": 11.626261753068171,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004836202878710531,
|
|
"pred_low": 0.0004836202878710531
|
|
},
|
|
{
|
|
"bar": 8576,
|
|
"time": "2025-02-13 20:20:00",
|
|
"direction": "short",
|
|
"entry": 2927.94,
|
|
"tp": 2927.3002857142856,
|
|
"sl": 2931.7782857142856,
|
|
"exit": 2927.3002857142856,
|
|
"result": "tp",
|
|
"pnl": 11.645638855995465,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00043697226426379573,
|
|
"pred_low": 0.00043697226426379573
|
|
},
|
|
{
|
|
"bar": 8584,
|
|
"time": "2025-02-13 21:00:00",
|
|
"direction": "long",
|
|
"entry": 2929.75,
|
|
"tp": 2930.3074285714288,
|
|
"sl": 2926.4054285714287,
|
|
"exit": 2926.4054285714287,
|
|
"result": "sl",
|
|
"pnl": -69.99028952450617,
|
|
"bars_held": 8,
|
|
"pred_high": 0.0003805297867931152,
|
|
"pred_low": 0.0003805297867931152
|
|
},
|
|
{
|
|
"bar": 8592,
|
|
"time": "2025-02-13 21:40:00",
|
|
"direction": "short",
|
|
"entry": 2924.08,
|
|
"tp": 2923.5499999999997,
|
|
"sl": 2927.26,
|
|
"exit": 2923.5499999999997,
|
|
"result": "tp",
|
|
"pnl": 11.54839777154789,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00036250718174606593,
|
|
"pred_low": 0.00036250718174606593
|
|
},
|
|
{
|
|
"bar": 8600,
|
|
"time": "2025-02-13 22:20:00",
|
|
"direction": "long",
|
|
"entry": 2925.88,
|
|
"tp": 2926.418285714286,
|
|
"sl": 2922.650285714286,
|
|
"exit": 2926.418285714286,
|
|
"result": "tp",
|
|
"pnl": 11.567645101165963,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003679479092004583,
|
|
"pred_low": 0.0003679479092004583
|
|
},
|
|
{
|
|
"bar": 8608,
|
|
"time": "2025-02-13 23:00:00",
|
|
"direction": "long",
|
|
"entry": 2928.44,
|
|
"tp": 2928.9245714285717,
|
|
"sl": 2925.532571428572,
|
|
"exit": 2928.9245714285717,
|
|
"result": "tp",
|
|
"pnl": 11.586924509670085,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00033094168128518296,
|
|
"pred_low": 0.00033094168128518296
|
|
},
|
|
{
|
|
"bar": 8616,
|
|
"time": "2025-02-13 23:40:00",
|
|
"direction": "long",
|
|
"entry": 2929.25,
|
|
"tp": 2929.7977142857144,
|
|
"sl": 2925.9637142857146,
|
|
"exit": 2929.7977142857144,
|
|
"result": "tp",
|
|
"pnl": 11.606236050517317,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003739621307257911,
|
|
"pred_low": 0.0003739621307257911
|
|
},
|
|
{
|
|
"bar": 8624,
|
|
"time": "2025-02-14 00:20:00",
|
|
"direction": "long",
|
|
"entry": 2932.81,
|
|
"tp": 2933.4911428571427,
|
|
"sl": 2928.723142857143,
|
|
"exit": 2933.4911428571427,
|
|
"result": "tp",
|
|
"pnl": 11.625579777263656,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004644984551626838,
|
|
"pred_low": 0.0004644984551626838
|
|
},
|
|
{
|
|
"bar": 8632,
|
|
"time": "2025-02-14 01:00:00",
|
|
"direction": "short",
|
|
"entry": 2931.97,
|
|
"tp": 2931.3902857142857,
|
|
"sl": 2935.4482857142852,
|
|
"exit": 2931.3902857142857,
|
|
"result": "tp",
|
|
"pnl": 11.644955743557215,
|
|
"bars_held": 4,
|
|
"pred_high": 0.000395443531628408,
|
|
"pred_low": 0.000395443531628408
|
|
},
|
|
{
|
|
"bar": 8648,
|
|
"time": "2025-02-14 02:20:00",
|
|
"direction": "long",
|
|
"entry": 2936.91,
|
|
"tp": 2937.6445714285715,
|
|
"sl": 2932.502571428571,
|
|
"exit": 2937.6445714285715,
|
|
"result": "tp",
|
|
"pnl": 11.664364003136354,
|
|
"bars_held": 11,
|
|
"pred_high": 0.0005002342111752942,
|
|
"pred_low": 0.0005002342111752942
|
|
},
|
|
{
|
|
"bar": 8656,
|
|
"time": "2025-02-14 03:00:00",
|
|
"direction": "long",
|
|
"entry": 2935.71,
|
|
"tp": 2936.381428571429,
|
|
"sl": 2931.6814285714286,
|
|
"exit": 2936.381428571429,
|
|
"result": "tp",
|
|
"pnl": 11.683804609809199,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004574215923429661,
|
|
"pred_low": 0.0004574215923429661
|
|
},
|
|
{
|
|
"bar": 8664,
|
|
"time": "2025-02-14 03:40:00",
|
|
"direction": "short",
|
|
"entry": 2934.27,
|
|
"tp": 2933.7674285714284,
|
|
"sl": 2937.2854285714284,
|
|
"exit": 2937.2854285714284,
|
|
"result": "sl",
|
|
"pnl": -70.21966570492569,
|
|
"bars_held": 7,
|
|
"pred_high": 0.00034255295427580473,
|
|
"pred_low": 0.00034255295427580473
|
|
},
|
|
{
|
|
"bar": 8672,
|
|
"time": "2025-02-14 04:20:00",
|
|
"direction": "long",
|
|
"entry": 2938.56,
|
|
"tp": 2939.0688571428573,
|
|
"sl": 2935.506857142857,
|
|
"exit": 2939.0688571428573,
|
|
"result": "tp",
|
|
"pnl": 11.586244841317342,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000346330953158795,
|
|
"pred_low": 0.000346330953158795
|
|
},
|
|
{
|
|
"bar": 8680,
|
|
"time": "2025-02-14 05:00:00",
|
|
"direction": "short",
|
|
"entry": 2937.35,
|
|
"tp": 2936.731714285714,
|
|
"sl": 2941.059714285714,
|
|
"exit": 2936.731714285714,
|
|
"result": "tp",
|
|
"pnl": 11.605555249383334,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004209819832745323,
|
|
"pred_low": 0.0004209819832745323
|
|
},
|
|
{
|
|
"bar": 8688,
|
|
"time": "2025-02-14 05:40:00",
|
|
"direction": "short",
|
|
"entry": 2933.86,
|
|
"tp": 2933.2585714285715,
|
|
"sl": 2937.4685714285715,
|
|
"exit": 2933.2585714285715,
|
|
"result": "tp",
|
|
"pnl": 11.624897841465417,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000409991322986511,
|
|
"pred_low": 0.000409991322986511
|
|
},
|
|
{
|
|
"bar": 8696,
|
|
"time": "2025-02-14 06:20:00",
|
|
"direction": "long",
|
|
"entry": 2931.86,
|
|
"tp": 2932.551142857143,
|
|
"sl": 2927.713142857143,
|
|
"exit": 2932.551142857143,
|
|
"result": "tp",
|
|
"pnl": 11.644272671201533,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004714705730443369,
|
|
"pred_low": 0.0004714705730443369
|
|
},
|
|
{
|
|
"bar": 8704,
|
|
"time": "2025-02-14 07:00:00",
|
|
"direction": "short",
|
|
"entry": 2927.75,
|
|
"tp": 2927.100857142857,
|
|
"sl": 2931.644857142857,
|
|
"exit": 2927.100857142857,
|
|
"result": "tp",
|
|
"pnl": 11.663679792322608,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00044344145309048824,
|
|
"pred_low": 0.00044344145309048824
|
|
},
|
|
{
|
|
"bar": 8712,
|
|
"time": "2025-02-14 07:40:00",
|
|
"direction": "short",
|
|
"entry": 2918.31,
|
|
"tp": 2917.1088571428572,
|
|
"sl": 2925.516857142857,
|
|
"exit": 2917.1088571428572,
|
|
"result": "tp",
|
|
"pnl": 11.683119258638257,
|
|
"bars_held": 4,
|
|
"pred_high": 0.000823177014877005,
|
|
"pred_low": 0.000823177014877005
|
|
},
|
|
{
|
|
"bar": 8720,
|
|
"time": "2025-02-14 08:20:00",
|
|
"direction": "long",
|
|
"entry": 2925.72,
|
|
"tp": 2927.4874285714286,
|
|
"sl": 2915.1154285714283,
|
|
"exit": 2927.4874285714286,
|
|
"result": "tp",
|
|
"pnl": 11.702591124072084,
|
|
"bars_held": 1,
|
|
"pred_high": 0.001208200765232901,
|
|
"pred_low": 0.001208200765232901
|
|
},
|
|
{
|
|
"bar": 8728,
|
|
"time": "2025-02-14 09:00:00",
|
|
"direction": "short",
|
|
"entry": 2917.56,
|
|
"tp": 2916.0334285714284,
|
|
"sl": 2926.7194285714286,
|
|
"exit": 2916.0334285714284,
|
|
"result": "tp",
|
|
"pnl": 11.722095442611627,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0010464713175197158,
|
|
"pred_low": 0.0010464713175197158
|
|
},
|
|
{
|
|
"bar": 8736,
|
|
"time": "2025-02-14 09:40:00",
|
|
"direction": "short",
|
|
"entry": 2904.69,
|
|
"tp": 2902.860857142857,
|
|
"sl": 2915.6648571428573,
|
|
"exit": 2902.860857142857,
|
|
"result": "tp",
|
|
"pnl": 11.741632268348516,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0012594410123922825,
|
|
"pred_low": 0.0012594410123922825
|
|
},
|
|
{
|
|
"bar": 8744,
|
|
"time": "2025-02-14 10:20:00",
|
|
"direction": "short",
|
|
"entry": 2894.81,
|
|
"tp": 2893.13,
|
|
"sl": 2904.89,
|
|
"exit": 2893.13,
|
|
"result": "tp",
|
|
"pnl": 11.761201655461248,
|
|
"bars_held": 1,
|
|
"pred_high": 0.001160697938724825,
|
|
"pred_low": 0.001160697938724825
|
|
},
|
|
{
|
|
"bar": 8752,
|
|
"time": "2025-02-14 11:00:00",
|
|
"direction": "long",
|
|
"entry": 2896.12,
|
|
"tp": 2897.31,
|
|
"sl": 2888.98,
|
|
"exit": 2888.98,
|
|
"result": "sl",
|
|
"pnl": -70.68482194932777,
|
|
"bars_held": 8,
|
|
"pred_high": 0.0008217891523831903,
|
|
"pred_low": 0.0008217891523831903
|
|
},
|
|
{
|
|
"bar": 8760,
|
|
"time": "2025-02-14 11:40:00",
|
|
"direction": "short",
|
|
"entry": 2887.72,
|
|
"tp": 2886.689714285714,
|
|
"sl": 2893.901714285714,
|
|
"exit": 2886.689714285714,
|
|
"result": "tp",
|
|
"pnl": 11.662995621637846,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007135634440220747,
|
|
"pred_low": 0.0007135634440220747
|
|
},
|
|
{
|
|
"bar": 8768,
|
|
"time": "2025-02-14 12:20:00",
|
|
"direction": "long",
|
|
"entry": 2887.59,
|
|
"tp": 2888.3488571428575,
|
|
"sl": 2883.036857142857,
|
|
"exit": 2883.036857142857,
|
|
"result": "sl",
|
|
"pnl": -70.09460368605508,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005255989547388246,
|
|
"pred_low": 0.0005255989547388246
|
|
},
|
|
{
|
|
"bar": 8776,
|
|
"time": "2025-02-14 13:00:00",
|
|
"direction": "long",
|
|
"entry": 2885.02,
|
|
"tp": 2885.7031428571427,
|
|
"sl": 2880.921142857143,
|
|
"exit": 2880.921142857143,
|
|
"result": "sl",
|
|
"pnl": -69.39365764918998,
|
|
"bars_held": 9,
|
|
"pred_high": 0.0004735792868977359,
|
|
"pred_low": 0.0004735792868977359
|
|
},
|
|
{
|
|
"bar": 8784,
|
|
"time": "2025-02-14 13:40:00",
|
|
"direction": "short",
|
|
"entry": 2882.33,
|
|
"tp": 2881.825714285714,
|
|
"sl": 2885.355714285714,
|
|
"exit": 2881.825714285714,
|
|
"result": "tp",
|
|
"pnl": 11.44995351211782,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003499153214834463,
|
|
"pred_low": 0.0003499153214834463
|
|
},
|
|
{
|
|
"bar": 8792,
|
|
"time": "2025-02-14 14:20:00",
|
|
"direction": "long",
|
|
"entry": 2881.43,
|
|
"tp": 2881.906571428571,
|
|
"sl": 2878.5705714285714,
|
|
"exit": 2881.906571428571,
|
|
"result": "tp",
|
|
"pnl": 11.469036767968293,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00033078813545455625,
|
|
"pred_low": 0.00033078813545455625
|
|
},
|
|
{
|
|
"bar": 8800,
|
|
"time": "2025-02-14 15:00:00",
|
|
"direction": "long",
|
|
"entry": 2884.13,
|
|
"tp": 2884.8785714285714,
|
|
"sl": 2879.638571428571,
|
|
"exit": 2884.8785714285714,
|
|
"result": "tp",
|
|
"pnl": 11.488151829247126,
|
|
"bars_held": 13,
|
|
"pred_high": 0.0005190968705096249,
|
|
"pred_low": 0.0005190968705096249
|
|
},
|
|
{
|
|
"bar": 8816,
|
|
"time": "2025-02-16 17:15:00",
|
|
"direction": "long",
|
|
"entry": 2892.13,
|
|
"tp": 2892.7065714285714,
|
|
"sl": 2888.6705714285717,
|
|
"exit": 2888.6705714285717,
|
|
"result": "sl",
|
|
"pnl": -69.04379249378955,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003987175047950292,
|
|
"pred_low": 0.0003987175047950292
|
|
},
|
|
{
|
|
"bar": 8840,
|
|
"time": "2025-02-16 19:15:00",
|
|
"direction": "long",
|
|
"entry": 2889.52,
|
|
"tp": 2890.534857142857,
|
|
"sl": 2883.4308571428573,
|
|
"exit": 2890.534857142857,
|
|
"result": "tp",
|
|
"pnl": 11.392225761476464,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0007024399504811383,
|
|
"pred_low": 0.0007024399504811383
|
|
},
|
|
{
|
|
"bar": 8848,
|
|
"time": "2025-02-16 19:55:00",
|
|
"direction": "long",
|
|
"entry": 2895.45,
|
|
"tp": 2896.4374285714284,
|
|
"sl": 2889.5254285714286,
|
|
"exit": 2896.4374285714284,
|
|
"result": "tp",
|
|
"pnl": 11.411212804412274,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0006820553429888666,
|
|
"pred_low": 0.0006820553429888666
|
|
},
|
|
{
|
|
"bar": 8856,
|
|
"time": "2025-02-16 20:35:00",
|
|
"direction": "long",
|
|
"entry": 2898.04,
|
|
"tp": 2899.006,
|
|
"sl": 2892.244,
|
|
"exit": 2899.006,
|
|
"result": "tp",
|
|
"pnl": 11.430231492417796,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00066665746504534,
|
|
"pred_low": 0.00066665746504534
|
|
},
|
|
{
|
|
"bar": 8864,
|
|
"time": "2025-02-16 21:15:00",
|
|
"direction": "long",
|
|
"entry": 2899.98,
|
|
"tp": 2900.7465714285713,
|
|
"sl": 2895.3805714285713,
|
|
"exit": 2900.7465714285713,
|
|
"result": "tp",
|
|
"pnl": 11.44928187823798,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005286735967637112,
|
|
"pred_low": 0.0005286735967637112
|
|
},
|
|
{
|
|
"bar": 8872,
|
|
"time": "2025-02-16 21:55:00",
|
|
"direction": "long",
|
|
"entry": 2903.29,
|
|
"tp": 2903.7799999999997,
|
|
"sl": 2900.35,
|
|
"exit": 2903.7799999999997,
|
|
"result": "tp",
|
|
"pnl": 11.46836401469859,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00033754809199218103,
|
|
"pred_low": 0.00033754809199218103
|
|
},
|
|
{
|
|
"bar": 8880,
|
|
"time": "2025-02-16 22:35:00",
|
|
"direction": "short",
|
|
"entry": 2901.1,
|
|
"tp": 2900.561142857143,
|
|
"sl": 2904.333142857143,
|
|
"exit": 2900.561142857143,
|
|
"result": "tp",
|
|
"pnl": 11.487477954726012,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00037148470777095555,
|
|
"pred_low": 0.00037148470777095555
|
|
},
|
|
{
|
|
"bar": 8888,
|
|
"time": "2025-02-16 23:15:00",
|
|
"direction": "long",
|
|
"entry": 2900.84,
|
|
"tp": 2901.399142857143,
|
|
"sl": 2897.4851428571433,
|
|
"exit": 2901.399142857143,
|
|
"result": "tp",
|
|
"pnl": 11.506623751319964,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003855041002901565,
|
|
"pred_low": 0.0003855041002901565
|
|
},
|
|
{
|
|
"bar": 8896,
|
|
"time": "2025-02-16 23:55:00",
|
|
"direction": "short",
|
|
"entry": 2896.22,
|
|
"tp": 2895.5194285714283,
|
|
"sl": 2900.4234285714283,
|
|
"exit": 2895.5194285714283,
|
|
"result": "tp",
|
|
"pnl": 11.525801457572431,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004837832958624885,
|
|
"pred_low": 0.0004837832958624885
|
|
},
|
|
{
|
|
"bar": 8904,
|
|
"time": "2025-02-17 00:35:00",
|
|
"direction": "long",
|
|
"entry": 2893.55,
|
|
"tp": 2894.4825714285716,
|
|
"sl": 2887.9545714285714,
|
|
"exit": 2894.4825714285716,
|
|
"result": "tp",
|
|
"pnl": 11.545011126667317,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006445863583290172,
|
|
"pred_low": 0.0006445863583290172
|
|
},
|
|
{
|
|
"bar": 8912,
|
|
"time": "2025-02-17 01:15:00",
|
|
"direction": "long",
|
|
"entry": 2899.38,
|
|
"tp": 2900.1625714285715,
|
|
"sl": 2894.6845714285714,
|
|
"exit": 2900.1625714285715,
|
|
"result": "tp",
|
|
"pnl": 11.564252811877662,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0005398198432571273,
|
|
"pred_low": 0.0005398198432571273
|
|
},
|
|
{
|
|
"bar": 8920,
|
|
"time": "2025-02-17 01:55:00",
|
|
"direction": "long",
|
|
"entry": 2902.29,
|
|
"tp": 2902.8822857142854,
|
|
"sl": 2898.7362857142857,
|
|
"exit": 2898.7362857142857,
|
|
"result": "sl",
|
|
"pnl": -69.5011593993901,
|
|
"bars_held": 7,
|
|
"pred_high": 0.00040815060816507096,
|
|
"pred_low": 0.00040815060816507096
|
|
},
|
|
{
|
|
"bar": 8928,
|
|
"time": "2025-02-17 02:35:00",
|
|
"direction": "short",
|
|
"entry": 2897.14,
|
|
"tp": 2896.5282857142856,
|
|
"sl": 2900.810285714286,
|
|
"exit": 2896.5282857142856,
|
|
"result": "tp",
|
|
"pnl": 11.46769130089778,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00042228838489981194,
|
|
"pred_low": 0.00042228838489981194
|
|
},
|
|
{
|
|
"bar": 8936,
|
|
"time": "2025-02-17 03:15:00",
|
|
"direction": "long",
|
|
"entry": 2904.19,
|
|
"tp": 2904.8877142857145,
|
|
"sl": 2900.0037142857145,
|
|
"exit": 2904.8877142857145,
|
|
"result": "tp",
|
|
"pnl": 11.486804119737277,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00048048804362957505,
|
|
"pred_low": 0.00048048804362957505
|
|
},
|
|
{
|
|
"bar": 8952,
|
|
"time": "2025-02-17 04:35:00",
|
|
"direction": "short",
|
|
"entry": 2899.28,
|
|
"tp": 2898.7545714285716,
|
|
"sl": 2902.4325714285715,
|
|
"exit": 2898.7545714285716,
|
|
"result": "tp",
|
|
"pnl": 11.50594879326839,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003624545207282876,
|
|
"pred_low": 0.0003624545207282876
|
|
},
|
|
{
|
|
"bar": 8960,
|
|
"time": "2025-02-17 05:15:00",
|
|
"direction": "short",
|
|
"entry": 2898.7,
|
|
"tp": 2897.9231428571425,
|
|
"sl": 2903.3611428571426,
|
|
"exit": 2897.9231428571425,
|
|
"result": "tp",
|
|
"pnl": 11.525125374592356,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005360038243744655,
|
|
"pred_low": 0.0005360038243744655
|
|
},
|
|
{
|
|
"bar": 8976,
|
|
"time": "2025-02-17 06:35:00",
|
|
"direction": "long",
|
|
"entry": 2899.22,
|
|
"tp": 2899.756,
|
|
"sl": 2896.004,
|
|
"exit": 2899.756,
|
|
"result": "tp",
|
|
"pnl": 11.544333916882024,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000369754623657375,
|
|
"pred_low": 0.000369754623657375
|
|
},
|
|
{
|
|
"bar": 8984,
|
|
"time": "2025-02-17 07:15:00",
|
|
"direction": "short",
|
|
"entry": 2897.94,
|
|
"tp": 2897.3957142857143,
|
|
"sl": 2901.2057142857143,
|
|
"exit": 2897.3957142857143,
|
|
"result": "tp",
|
|
"pnl": 11.563574473408485,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00037563628942331,
|
|
"pred_low": 0.00037563628942331
|
|
},
|
|
{
|
|
"bar": 8992,
|
|
"time": "2025-02-17 07:55:00",
|
|
"direction": "short",
|
|
"entry": 2896.71,
|
|
"tp": 2896.129142857143,
|
|
"sl": 2900.195142857143,
|
|
"exit": 2900.195142857143,
|
|
"result": "sl",
|
|
"pnl": -69.49708258518281,
|
|
"bars_held": 10,
|
|
"pred_high": 0.0004010461129054277,
|
|
"pred_low": 0.0004010461129054277
|
|
},
|
|
{
|
|
"bar": 9000,
|
|
"time": "2025-02-17 08:35:00",
|
|
"direction": "long",
|
|
"entry": 2899.73,
|
|
"tp": 2900.2194285714286,
|
|
"sl": 2896.7934285714286,
|
|
"exit": 2900.2194285714286,
|
|
"result": "tp",
|
|
"pnl": 11.467018626554639,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003375683745925225,
|
|
"pred_low": 0.0003375683745925225
|
|
},
|
|
{
|
|
"bar": 9008,
|
|
"time": "2025-02-17 09:15:00",
|
|
"direction": "short",
|
|
"entry": 2899.74,
|
|
"tp": 2899.2311428571425,
|
|
"sl": 2902.7931428571424,
|
|
"exit": 2899.2311428571425,
|
|
"result": "tp",
|
|
"pnl": 11.48613032427057,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003509674266362697,
|
|
"pred_low": 0.0003509674266362697
|
|
},
|
|
{
|
|
"bar": 9016,
|
|
"time": "2025-02-17 09:55:00",
|
|
"direction": "short",
|
|
"entry": 2898.57,
|
|
"tp": 2898.0042857142857,
|
|
"sl": 2901.964285714286,
|
|
"exit": 2898.0042857142857,
|
|
"result": "tp",
|
|
"pnl": 11.505273874809264,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00039034026138012255,
|
|
"pred_low": 0.00039034026138012255
|
|
},
|
|
{
|
|
"bar": 9024,
|
|
"time": "2025-02-17 10:35:00",
|
|
"direction": "short",
|
|
"entry": 2897.78,
|
|
"tp": 2897.327142857143,
|
|
"sl": 2900.497142857143,
|
|
"exit": 2897.327142857143,
|
|
"result": "tp",
|
|
"pnl": 11.524449331268276,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003125545368227679,
|
|
"pred_low": 0.0003125545368227679
|
|
},
|
|
{
|
|
"bar": 9040,
|
|
"time": "2025-02-17 11:55:00",
|
|
"direction": "short",
|
|
"entry": 2898.46,
|
|
"tp": 2898.14,
|
|
"sl": 2900.3799999999997,
|
|
"exit": 2898.14,
|
|
"result": "tp",
|
|
"pnl": 11.543656746823782,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00022080691125630082,
|
|
"pred_low": 0.00022080691125630082
|
|
},
|
|
{
|
|
"bar": 9056,
|
|
"time": "2025-02-17 13:15:00",
|
|
"direction": "long",
|
|
"entry": 2898.26,
|
|
"tp": 2898.6317142857147,
|
|
"sl": 2896.0297142857144,
|
|
"exit": 2898.6317142857147,
|
|
"result": "tp",
|
|
"pnl": 11.56289617473257,
|
|
"bars_held": 6,
|
|
"pred_high": 0.00025650858495395026,
|
|
"pred_low": 0.00025650858495395026
|
|
},
|
|
{
|
|
"bar": 9064,
|
|
"time": "2025-02-17 17:15:00",
|
|
"direction": "short",
|
|
"entry": 2897.68,
|
|
"tp": 2897.332857142857,
|
|
"sl": 2899.7628571428572,
|
|
"exit": 2897.332857142857,
|
|
"result": "tp",
|
|
"pnl": 11.582167668353549,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00023960054743303109,
|
|
"pred_low": 0.00023960054743303109
|
|
},
|
|
{
|
|
"bar": 9072,
|
|
"time": "2025-02-17 17:55:00",
|
|
"direction": "long",
|
|
"entry": 2899.18,
|
|
"tp": 2899.5402857142853,
|
|
"sl": 2897.018285714286,
|
|
"exit": 2899.5402857142853,
|
|
"result": "tp",
|
|
"pnl": 11.601471281127413,
|
|
"bars_held": 8,
|
|
"pred_high": 0.00024854318413185245,
|
|
"pred_low": 0.00024854318413185245
|
|
},
|
|
{
|
|
"bar": 9088,
|
|
"time": "2025-02-17 19:15:00",
|
|
"direction": "short",
|
|
"entry": 2896.85,
|
|
"tp": 2896.3731428571427,
|
|
"sl": 2899.7111428571425,
|
|
"exit": 2896.3731428571427,
|
|
"result": "tp",
|
|
"pnl": 11.620807066602763,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003292246011061197,
|
|
"pred_low": 0.0003292246011061197
|
|
},
|
|
{
|
|
"bar": 9096,
|
|
"time": "2025-02-17 19:55:00",
|
|
"direction": "long",
|
|
"entry": 2895.14,
|
|
"tp": 2895.8985714285714,
|
|
"sl": 2890.5885714285714,
|
|
"exit": 2895.8985714285714,
|
|
"result": "tp",
|
|
"pnl": 11.640175078380087,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005240309128894953,
|
|
"pred_low": 0.0005240309128894953
|
|
},
|
|
{
|
|
"bar": 9104,
|
|
"time": "2025-02-17 20:35:00",
|
|
"direction": "long",
|
|
"entry": 2902.33,
|
|
"tp": 2903.151142857143,
|
|
"sl": 2897.403142857143,
|
|
"exit": 2903.151142857143,
|
|
"result": "tp",
|
|
"pnl": 11.659575370179923,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005658507868800846,
|
|
"pred_low": 0.0005658507868800846
|
|
},
|
|
{
|
|
"bar": 9112,
|
|
"time": "2025-02-17 21:15:00",
|
|
"direction": "long",
|
|
"entry": 2907.8,
|
|
"tp": 2908.6580000000004,
|
|
"sl": 2902.6520000000005,
|
|
"exit": 2908.6580000000004,
|
|
"result": "tp",
|
|
"pnl": 11.679007995796582,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005901368732374764,
|
|
"pred_low": 0.0005901368732374764
|
|
},
|
|
{
|
|
"bar": 9120,
|
|
"time": "2025-02-17 21:55:00",
|
|
"direction": "short",
|
|
"entry": 2908.8,
|
|
"tp": 2908.1197142857145,
|
|
"sl": 2912.881714285714,
|
|
"exit": 2908.1197142857145,
|
|
"result": "tp",
|
|
"pnl": 11.698473009119633,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004677432028917078,
|
|
"pred_low": 0.0004677432028917078
|
|
},
|
|
{
|
|
"bar": 9128,
|
|
"time": "2025-02-17 22:35:00",
|
|
"direction": "long",
|
|
"entry": 2909.31,
|
|
"tp": 2909.8542857142857,
|
|
"sl": 2906.0442857142857,
|
|
"exit": 2909.8542857142857,
|
|
"result": "tp",
|
|
"pnl": 11.717970464135838,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0003741682490251506,
|
|
"pred_low": 0.0003741682490251506
|
|
},
|
|
{
|
|
"bar": 9136,
|
|
"time": "2025-02-17 23:15:00",
|
|
"direction": "long",
|
|
"entry": 2912.55,
|
|
"tp": 2913.0957142857146,
|
|
"sl": 2909.2757142857145,
|
|
"exit": 2913.0957142857146,
|
|
"result": "tp",
|
|
"pnl": 11.737500414912192,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003747329904820746,
|
|
"pred_low": 0.0003747329904820746
|
|
},
|
|
{
|
|
"bar": 9144,
|
|
"time": "2025-02-17 23:55:00",
|
|
"direction": "short",
|
|
"entry": 2910.41,
|
|
"tp": 2909.811714285714,
|
|
"sl": 2913.999714285714,
|
|
"exit": 2913.999714285714,
|
|
"result": "sl",
|
|
"pnl": -70.54237749359935,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00041113500454282513,
|
|
"pred_low": 0.00041113500454282513
|
|
},
|
|
{
|
|
"bar": 9152,
|
|
"time": "2025-02-18 00:35:00",
|
|
"direction": "short",
|
|
"entry": 2912.16,
|
|
"tp": 2911.541142857143,
|
|
"sl": 2915.8731428571427,
|
|
"exit": 2911.541142857143,
|
|
"result": "tp",
|
|
"pnl": 11.639492286441433,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004250158939461786,
|
|
"pred_low": 0.0004250158939461786
|
|
},
|
|
{
|
|
"bar": 9160,
|
|
"time": "2025-02-18 01:15:00",
|
|
"direction": "long",
|
|
"entry": 2914.38,
|
|
"tp": 2914.9345714285714,
|
|
"sl": 2911.0525714285714,
|
|
"exit": 2911.0525714285714,
|
|
"result": "sl",
|
|
"pnl": -69.95334864153494,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0003805759225436796,
|
|
"pred_low": 0.0003805759225436796
|
|
},
|
|
{
|
|
"bar": 9168,
|
|
"time": "2025-02-18 01:55:00",
|
|
"direction": "short",
|
|
"entry": 2911.47,
|
|
"tp": 2910.8862857142853,
|
|
"sl": 2914.9722857142856,
|
|
"exit": 2910.8862857142853,
|
|
"result": "tp",
|
|
"pnl": 11.542302525855618,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000400975648531013,
|
|
"pred_low": 0.000400975648531013
|
|
},
|
|
{
|
|
"bar": 9184,
|
|
"time": "2025-02-18 03:15:00",
|
|
"direction": "short",
|
|
"entry": 2910.89,
|
|
"tp": 2910.427142857143,
|
|
"sl": 2913.667142857143,
|
|
"exit": 2910.427142857143,
|
|
"result": "tp",
|
|
"pnl": 11.561539696725719,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003180176116975748,
|
|
"pred_low": 0.0003180176116975748
|
|
},
|
|
{
|
|
"bar": 9200,
|
|
"time": "2025-02-18 04:35:00",
|
|
"direction": "short",
|
|
"entry": 2908.89,
|
|
"tp": 2908.4754285714284,
|
|
"sl": 2911.3774285714285,
|
|
"exit": 2908.4754285714284,
|
|
"result": "tp",
|
|
"pnl": 11.580808929557568,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0002850375425481258,
|
|
"pred_low": 0.0002850375425481258
|
|
},
|
|
{
|
|
"bar": 9208,
|
|
"time": "2025-02-18 05:15:00",
|
|
"direction": "long",
|
|
"entry": 2911.19,
|
|
"tp": 2911.6217142857145,
|
|
"sl": 2908.5997142857145,
|
|
"exit": 2911.6217142857145,
|
|
"result": "tp",
|
|
"pnl": 11.600110277775915,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00029658956352164535,
|
|
"pred_low": 0.00029658956352164535
|
|
},
|
|
{
|
|
"bar": 9216,
|
|
"time": "2025-02-18 05:55:00",
|
|
"direction": "long",
|
|
"entry": 2913.96,
|
|
"tp": 2914.3782857142855,
|
|
"sl": 2911.4502857142857,
|
|
"exit": 2914.3782857142855,
|
|
"result": "tp",
|
|
"pnl": 11.619443794896988,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002870909101605359,
|
|
"pred_low": 0.0002870909101605359
|
|
},
|
|
{
|
|
"bar": 9224,
|
|
"time": "2025-02-18 06:35:00",
|
|
"direction": "long",
|
|
"entry": 2915.01,
|
|
"tp": 2915.4577142857147,
|
|
"sl": 2912.3237142857147,
|
|
"exit": 2915.4577142857147,
|
|
"result": "tp",
|
|
"pnl": 11.638809534565967,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003071785590541883,
|
|
"pred_low": 0.0003071785590541883
|
|
},
|
|
{
|
|
"bar": 9232,
|
|
"time": "2025-02-18 07:15:00",
|
|
"direction": "short",
|
|
"entry": 2916.77,
|
|
"tp": 2916.1125714285713,
|
|
"sl": 2920.7145714285716,
|
|
"exit": 2916.1125714285713,
|
|
"result": "tp",
|
|
"pnl": 11.658207550453344,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00045079219234192466,
|
|
"pred_low": 0.00045079219234192466
|
|
},
|
|
{
|
|
"bar": 9240,
|
|
"time": "2025-02-18 07:55:00",
|
|
"direction": "long",
|
|
"entry": 2918.53,
|
|
"tp": 2919.2908571428575,
|
|
"sl": 2913.9648571428575,
|
|
"exit": 2919.2908571428575,
|
|
"result": "tp",
|
|
"pnl": 11.67763789637072,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005213975137190016,
|
|
"pred_low": 0.0005213975137190016
|
|
},
|
|
{
|
|
"bar": 9248,
|
|
"time": "2025-02-18 08:35:00",
|
|
"direction": "long",
|
|
"entry": 2922.54,
|
|
"tp": 2923.3105714285716,
|
|
"sl": 2917.9165714285714,
|
|
"exit": 2923.3105714285716,
|
|
"result": "tp",
|
|
"pnl": 11.697100626199564,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005273299448913862,
|
|
"pred_low": 0.0005273299448913862
|
|
},
|
|
{
|
|
"bar": 9256,
|
|
"time": "2025-02-18 09:15:00",
|
|
"direction": "short",
|
|
"entry": 2925.67,
|
|
"tp": 2924.728,
|
|
"sl": 2931.322,
|
|
"exit": 2924.728,
|
|
"result": "tp",
|
|
"pnl": 11.716595793906702,
|
|
"bars_held": 3,
|
|
"pred_high": 0.000643955059866625,
|
|
"pred_low": 0.000643955059866625
|
|
},
|
|
{
|
|
"bar": 9264,
|
|
"time": "2025-02-18 09:55:00",
|
|
"direction": "long",
|
|
"entry": 2927.25,
|
|
"tp": 2928.1594285714286,
|
|
"sl": 2921.7934285714286,
|
|
"exit": 2928.1594285714286,
|
|
"result": "tp",
|
|
"pnl": 11.736123453564227,
|
|
"bars_held": 4,
|
|
"pred_high": 0.000621353537571812,
|
|
"pred_low": 0.000621353537571812
|
|
},
|
|
{
|
|
"bar": 9272,
|
|
"time": "2025-02-18 10:35:00",
|
|
"direction": "long",
|
|
"entry": 2929.86,
|
|
"tp": 2930.6254285714285,
|
|
"sl": 2925.267428571429,
|
|
"exit": 2930.6254285714285,
|
|
"result": "tp",
|
|
"pnl": 11.755683659316796,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000522501806522185,
|
|
"pred_low": 0.000522501806522185
|
|
},
|
|
{
|
|
"bar": 9280,
|
|
"time": "2025-02-18 11:15:00",
|
|
"direction": "short",
|
|
"entry": 2931.24,
|
|
"tp": 2930.6982857142852,
|
|
"sl": 2934.4902857142856,
|
|
"exit": 2930.6982857142852,
|
|
"result": "tp",
|
|
"pnl": 11.775276465422653,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00036961441964104803,
|
|
"pred_low": 0.00036961441964104803
|
|
},
|
|
{
|
|
"bar": 9296,
|
|
"time": "2025-02-18 12:35:00",
|
|
"direction": "long",
|
|
"entry": 2931.04,
|
|
"tp": 2931.5885714285714,
|
|
"sl": 2927.7485714285713,
|
|
"exit": 2931.5885714285714,
|
|
"result": "tp",
|
|
"pnl": 11.794901926193559,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00037431862313134546,
|
|
"pred_low": 0.00037431862313134546
|
|
},
|
|
{
|
|
"bar": 9304,
|
|
"time": "2025-02-18 13:15:00",
|
|
"direction": "short",
|
|
"entry": 2931.98,
|
|
"tp": 2931.5434285714286,
|
|
"sl": 2934.5994285714287,
|
|
"exit": 2934.5994285714287,
|
|
"result": "sl",
|
|
"pnl": -70.88736057642926,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0002977997316294165,
|
|
"pred_low": 0.0002977997316294165
|
|
},
|
|
{
|
|
"bar": 9312,
|
|
"time": "2025-02-18 13:55:00",
|
|
"direction": "long",
|
|
"entry": 2935.91,
|
|
"tp": 2936.2914285714282,
|
|
"sl": 2933.621428571428,
|
|
"exit": 2936.2914285714282,
|
|
"result": "tp",
|
|
"pnl": 11.696414495103857,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00025983669215240375,
|
|
"pred_low": 0.00025983669215240375
|
|
},
|
|
{
|
|
"bar": 9320,
|
|
"time": "2025-02-18 14:35:00",
|
|
"direction": "short",
|
|
"entry": 2934.12,
|
|
"tp": 2933.7257142857143,
|
|
"sl": 2936.4857142857145,
|
|
"exit": 2933.7257142857143,
|
|
"result": "tp",
|
|
"pnl": 11.715908519264477,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00026875909252910274,
|
|
"pred_low": 0.00026875909252910274
|
|
},
|
|
{
|
|
"bar": 9328,
|
|
"time": "2025-02-18 15:15:00",
|
|
"direction": "long",
|
|
"entry": 2933.67,
|
|
"tp": 2934.0662857142856,
|
|
"sl": 2931.2922857142858,
|
|
"exit": 2934.0662857142856,
|
|
"result": "tp",
|
|
"pnl": 11.735435033461723,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002701637977589505,
|
|
"pred_low": 0.0002701637977589505
|
|
},
|
|
{
|
|
"bar": 9336,
|
|
"time": "2025-02-18 15:55:00",
|
|
"direction": "long",
|
|
"entry": 2934.76,
|
|
"tp": 2935.2345714285716,
|
|
"sl": 2931.9125714285715,
|
|
"exit": 2931.9125714285715,
|
|
"result": "sl",
|
|
"pnl": -70.52996455113502,
|
|
"bars_held": 14,
|
|
"pred_high": 0.00032341413169831345,
|
|
"pred_low": 0.00032341413169831345
|
|
},
|
|
{
|
|
"bar": 9344,
|
|
"time": "2025-02-18 17:30:00",
|
|
"direction": "short",
|
|
"entry": 2933.5,
|
|
"tp": 2933.0814285714287,
|
|
"sl": 2936.0114285714285,
|
|
"exit": 2933.0814285714287,
|
|
"result": "tp",
|
|
"pnl": 11.637444150934769,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002853733959921214,
|
|
"pred_low": 0.0002853733959921214
|
|
},
|
|
{
|
|
"bar": 9352,
|
|
"time": "2025-02-18 18:10:00",
|
|
"direction": "short",
|
|
"entry": 2932.47,
|
|
"tp": 2932.061428571428,
|
|
"sl": 2934.9214285714284,
|
|
"exit": 2932.061428571428,
|
|
"result": "tp",
|
|
"pnl": 11.65683989119292,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00027865344134565524,
|
|
"pred_low": 0.00027865344134565524
|
|
},
|
|
{
|
|
"bar": 9360,
|
|
"time": "2025-02-18 18:50:00",
|
|
"direction": "short",
|
|
"entry": 2930.41,
|
|
"tp": 2929.948,
|
|
"sl": 2933.1820000000002,
|
|
"exit": 2929.948,
|
|
"result": "tp",
|
|
"pnl": 11.676267957673547,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003153142393044169,
|
|
"pred_low": 0.0003153142393044169
|
|
},
|
|
{
|
|
"bar": 9368,
|
|
"time": "2025-02-18 19:30:00",
|
|
"direction": "long",
|
|
"entry": 2932.38,
|
|
"tp": 2932.992285714286,
|
|
"sl": 2928.706285714286,
|
|
"exit": 2932.992285714286,
|
|
"result": "tp",
|
|
"pnl": 11.695728404274378,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004176032535249338,
|
|
"pred_low": 0.0004176032535249338
|
|
},
|
|
{
|
|
"bar": 9376,
|
|
"time": "2025-02-18 20:10:00",
|
|
"direction": "short",
|
|
"entry": 2936.52,
|
|
"tp": 2935.865142857143,
|
|
"sl": 2940.4491428571428,
|
|
"exit": 2935.865142857143,
|
|
"result": "tp",
|
|
"pnl": 11.715221284943286,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0004460089785576934,
|
|
"pred_low": 0.0004460089785576934
|
|
},
|
|
{
|
|
"bar": 9384,
|
|
"time": "2025-02-18 20:50:00",
|
|
"direction": "short",
|
|
"entry": 2927.23,
|
|
"tp": 2926.438857142857,
|
|
"sl": 2931.976857142857,
|
|
"exit": 2926.438857142857,
|
|
"result": "tp",
|
|
"pnl": 11.734746653753072,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005405402767413785,
|
|
"pred_low": 0.0005405402767413785
|
|
},
|
|
{
|
|
"bar": 9392,
|
|
"time": "2025-02-18 21:30:00",
|
|
"direction": "long",
|
|
"entry": 2928.41,
|
|
"tp": 2929.24,
|
|
"sl": 2923.43,
|
|
"exit": 2929.24,
|
|
"result": "tp",
|
|
"pnl": 11.754304564841355,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00056686051475032,
|
|
"pred_low": 0.00056686051475032
|
|
},
|
|
{
|
|
"bar": 9400,
|
|
"time": "2025-02-18 22:10:00",
|
|
"direction": "short",
|
|
"entry": 2927.94,
|
|
"tp": 2927.4300000000003,
|
|
"sl": 2931.0,
|
|
"exit": 2927.4300000000003,
|
|
"result": "tp",
|
|
"pnl": 11.773895072445246,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00034836779442200624,
|
|
"pred_low": 0.00034836779442200624
|
|
},
|
|
{
|
|
"bar": 9416,
|
|
"time": "2025-02-18 23:30:00",
|
|
"direction": "long",
|
|
"entry": 2930.55,
|
|
"tp": 2930.937142857143,
|
|
"sl": 2928.227142857143,
|
|
"exit": 2930.937142857143,
|
|
"result": "tp",
|
|
"pnl": 11.79351823090442,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00026421173987330865,
|
|
"pred_low": 0.00026421173987330865
|
|
},
|
|
{
|
|
"bar": 9424,
|
|
"time": "2025-02-19 00:10:00",
|
|
"direction": "long",
|
|
"entry": 2934.92,
|
|
"tp": 2935.3702857142857,
|
|
"sl": 2932.2182857142857,
|
|
"exit": 2935.3702857142857,
|
|
"result": "tp",
|
|
"pnl": 11.813174094621232,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00030684701067538984,
|
|
"pred_low": 0.00030684701067538984
|
|
},
|
|
{
|
|
"bar": 9432,
|
|
"time": "2025-02-19 00:50:00",
|
|
"direction": "short",
|
|
"entry": 2931.02,
|
|
"tp": 2930.484857142857,
|
|
"sl": 2934.230857142857,
|
|
"exit": 2934.230857142857,
|
|
"result": "sl",
|
|
"pnl": -70.99717630868062,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00036515810683165434,
|
|
"pred_low": 0.00036515810683165434
|
|
},
|
|
{
|
|
"bar": 9440,
|
|
"time": "2025-02-19 01:30:00",
|
|
"direction": "long",
|
|
"entry": 2934.51,
|
|
"tp": 2935.0717142857147,
|
|
"sl": 2931.1397142857145,
|
|
"exit": 2935.0717142857147,
|
|
"result": "tp",
|
|
"pnl": 11.714534090937102,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0003828334445711853,
|
|
"pred_low": 0.0003828334445711853
|
|
},
|
|
{
|
|
"bar": 9448,
|
|
"time": "2025-02-19 02:10:00",
|
|
"direction": "long",
|
|
"entry": 2937.27,
|
|
"tp": 2937.8194285714285,
|
|
"sl": 2933.973428571429,
|
|
"exit": 2937.8194285714285,
|
|
"result": "tp",
|
|
"pnl": 11.734058314416835,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003741083192410184,
|
|
"pred_low": 0.0003741083192410184
|
|
},
|
|
{
|
|
"bar": 9456,
|
|
"time": "2025-02-19 02:50:00",
|
|
"direction": "short",
|
|
"entry": 2938.36,
|
|
"tp": 2937.8077142857146,
|
|
"sl": 2941.6737142857146,
|
|
"exit": 2937.8077142857146,
|
|
"result": "tp",
|
|
"pnl": 11.753615078270053,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00037591426121083744,
|
|
"pred_low": 0.00037591426121083744
|
|
},
|
|
{
|
|
"bar": 9464,
|
|
"time": "2025-02-19 03:30:00",
|
|
"direction": "long",
|
|
"entry": 2944.16,
|
|
"tp": 2944.890857142857,
|
|
"sl": 2939.7748571428565,
|
|
"exit": 2944.890857142857,
|
|
"result": "tp",
|
|
"pnl": 11.773204436736652,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004964792286133857,
|
|
"pred_low": 0.0004964792286133857
|
|
},
|
|
{
|
|
"bar": 9472,
|
|
"time": "2025-02-19 04:10:00",
|
|
"direction": "short",
|
|
"entry": 2942.67,
|
|
"tp": 2941.8425714285713,
|
|
"sl": 2947.6345714285717,
|
|
"exit": 2941.8425714285713,
|
|
"result": "tp",
|
|
"pnl": 11.792826444135136,
|
|
"bars_held": 17,
|
|
"pred_high": 0.00056236585918816,
|
|
"pred_low": 0.00056236585918816
|
|
},
|
|
{
|
|
"bar": 9488,
|
|
"time": "2025-02-19 05:30:00",
|
|
"direction": "short",
|
|
"entry": 2943.64,
|
|
"tp": 2943.2051428571426,
|
|
"sl": 2946.249142857143,
|
|
"exit": 2943.2051428571426,
|
|
"result": "tp",
|
|
"pnl": 11.81248115487544,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00029545538371348137,
|
|
"pred_low": 0.00029545538371348137
|
|
},
|
|
{
|
|
"bar": 9496,
|
|
"time": "2025-02-19 06:10:00",
|
|
"direction": "short",
|
|
"entry": 2933.66,
|
|
"tp": 2933.0134285714284,
|
|
"sl": 2937.5394285714287,
|
|
"exit": 2933.0134285714284,
|
|
"result": "tp",
|
|
"pnl": 11.832168623463591,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00044079506730259856,
|
|
"pred_low": 0.00044079506730259856
|
|
},
|
|
{
|
|
"bar": 9504,
|
|
"time": "2025-02-19 06:50:00",
|
|
"direction": "long",
|
|
"entry": 2935.18,
|
|
"tp": 2935.8794285714284,
|
|
"sl": 2930.9834285714282,
|
|
"exit": 2935.8794285714284,
|
|
"result": "tp",
|
|
"pnl": 11.851888904504328,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004765830861675072,
|
|
"pred_low": 0.0004765830861675072
|
|
},
|
|
{
|
|
"bar": 9520,
|
|
"time": "2025-02-19 08:10:00",
|
|
"direction": "long",
|
|
"entry": 2939.16,
|
|
"tp": 2940.1282857142855,
|
|
"sl": 2933.3502857142857,
|
|
"exit": 2933.3502857142857,
|
|
"result": "sl",
|
|
"pnl": -71.22985231606836,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006588860179681847,
|
|
"pred_low": 0.0006588860179681847
|
|
},
|
|
{
|
|
"bar": 9528,
|
|
"time": "2025-02-19 08:50:00",
|
|
"direction": "long",
|
|
"entry": 2939.33,
|
|
"tp": 2940.634,
|
|
"sl": 2931.5060000000003,
|
|
"exit": 2931.5060000000003,
|
|
"result": "sl",
|
|
"pnl": -70.5175537929065,
|
|
"bars_held": 13,
|
|
"pred_high": 0.0008872770325209879,
|
|
"pred_low": 0.0008872770325209879
|
|
},
|
|
{
|
|
"bar": 9536,
|
|
"time": "2025-02-19 09:30:00",
|
|
"direction": "long",
|
|
"entry": 2938.2,
|
|
"tp": 2939.373428571428,
|
|
"sl": 2931.1594285714286,
|
|
"exit": 2931.1594285714286,
|
|
"result": "sl",
|
|
"pnl": -69.81237825497978,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0007987397532016277,
|
|
"pred_low": 0.0007987397532016277
|
|
},
|
|
{
|
|
"bar": 9544,
|
|
"time": "2025-02-19 10:10:00",
|
|
"direction": "short",
|
|
"entry": 2928.02,
|
|
"tp": 2926.7597142857144,
|
|
"sl": 2935.5817142857145,
|
|
"exit": 2926.7597142857144,
|
|
"result": "tp",
|
|
"pnl": 11.519042412070402,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008608450176472278,
|
|
"pred_low": 0.0008608450176472278
|
|
},
|
|
{
|
|
"bar": 9552,
|
|
"time": "2025-02-19 10:50:00",
|
|
"direction": "long",
|
|
"entry": 2927.81,
|
|
"tp": 2928.9517142857144,
|
|
"sl": 2920.959714285714,
|
|
"exit": 2928.9517142857144,
|
|
"result": "tp",
|
|
"pnl": 11.538240816093035,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0007799100936975417,
|
|
"pred_low": 0.0007799100936975417
|
|
},
|
|
{
|
|
"bar": 9560,
|
|
"time": "2025-02-19 11:30:00",
|
|
"direction": "short",
|
|
"entry": 2924.28,
|
|
"tp": 2923.569428571429,
|
|
"sl": 2928.5434285714286,
|
|
"exit": 2923.569428571429,
|
|
"result": "tp",
|
|
"pnl": 11.557471217448784,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000485980431813259,
|
|
"pred_low": 0.000485980431813259
|
|
},
|
|
{
|
|
"bar": 9568,
|
|
"time": "2025-02-19 12:10:00",
|
|
"direction": "short",
|
|
"entry": 2920.77,
|
|
"tp": 2919.9882857142857,
|
|
"sl": 2925.4602857142854,
|
|
"exit": 2919.9882857142857,
|
|
"result": "tp",
|
|
"pnl": 11.576733669481401,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005352795911449901,
|
|
"pred_low": 0.0005352795911449901
|
|
},
|
|
{
|
|
"bar": 9576,
|
|
"time": "2025-02-19 12:50:00",
|
|
"direction": "long",
|
|
"entry": 2925.64,
|
|
"tp": 2926.4485714285715,
|
|
"sl": 2920.7885714285712,
|
|
"exit": 2926.4485714285715,
|
|
"result": "tp",
|
|
"pnl": 11.596028225599792,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005527484096276008,
|
|
"pred_low": 0.0005527484096276008
|
|
},
|
|
{
|
|
"bar": 9584,
|
|
"time": "2025-02-19 13:30:00",
|
|
"direction": "long",
|
|
"entry": 2929.08,
|
|
"tp": 2929.867714285714,
|
|
"sl": 2924.353714285714,
|
|
"exit": 2929.867714285714,
|
|
"result": "tp",
|
|
"pnl": 11.615354939303854,
|
|
"bars_held": 3,
|
|
"pred_high": 0.000537857815911014,
|
|
"pred_low": 0.000537857815911014
|
|
},
|
|
{
|
|
"bar": 9592,
|
|
"time": "2025-02-19 14:10:00",
|
|
"direction": "long",
|
|
"entry": 2932.47,
|
|
"tp": 2933.0651428571427,
|
|
"sl": 2928.8991428571426,
|
|
"exit": 2933.0651428571427,
|
|
"result": "tp",
|
|
"pnl": 11.634713864206832,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004058986841419296,
|
|
"pred_low": 0.0004058986841419296
|
|
},
|
|
{
|
|
"bar": 9608,
|
|
"time": "2025-02-19 15:30:00",
|
|
"direction": "short",
|
|
"entry": 2934.02,
|
|
"tp": 2933.503714285714,
|
|
"sl": 2937.117714285714,
|
|
"exit": 2933.503714285714,
|
|
"result": "tp",
|
|
"pnl": 11.654105053983175,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003519306032581277,
|
|
"pred_low": 0.0003519306032581277
|
|
},
|
|
{
|
|
"bar": 9616,
|
|
"time": "2025-02-19 17:05:00",
|
|
"direction": "long",
|
|
"entry": 2934.31,
|
|
"tp": 2934.631714285714,
|
|
"sl": 2932.3797142857143,
|
|
"exit": 2934.631714285714,
|
|
"result": "tp",
|
|
"pnl": 11.673528562400842,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00021927763986375327,
|
|
"pred_low": 0.00021927763986375327
|
|
},
|
|
{
|
|
"bar": 9624,
|
|
"time": "2025-02-19 17:45:00",
|
|
"direction": "long",
|
|
"entry": 2935.66,
|
|
"tp": 2936.0374285714283,
|
|
"sl": 2933.3954285714285,
|
|
"exit": 2936.0374285714283,
|
|
"result": "tp",
|
|
"pnl": 11.692984443335897,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0002571337085552043,
|
|
"pred_low": 0.0002571337085552043
|
|
},
|
|
{
|
|
"bar": 9632,
|
|
"time": "2025-02-19 18:25:00",
|
|
"direction": "long",
|
|
"entry": 2938.8,
|
|
"tp": 2939.3505714285716,
|
|
"sl": 2935.4965714285718,
|
|
"exit": 2939.3505714285716,
|
|
"result": "tp",
|
|
"pnl": 11.712472750744128,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003746913220167606,
|
|
"pred_low": 0.0003746913220167606
|
|
},
|
|
{
|
|
"bar": 9640,
|
|
"time": "2025-02-19 19:05:00",
|
|
"direction": "short",
|
|
"entry": 2940.1,
|
|
"tp": 2939.424,
|
|
"sl": 2944.156,
|
|
"exit": 2939.424,
|
|
"result": "tp",
|
|
"pnl": 11.731993538661458,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004598483044794367,
|
|
"pred_low": 0.0004598483044794367
|
|
},
|
|
{
|
|
"bar": 9648,
|
|
"time": "2025-02-19 19:45:00",
|
|
"direction": "short",
|
|
"entry": 2936.56,
|
|
"tp": 2935.6694285714284,
|
|
"sl": 2941.9034285714283,
|
|
"exit": 2935.6694285714284,
|
|
"result": "tp",
|
|
"pnl": 11.751546861228737,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006065405975504793,
|
|
"pred_low": 0.0006065405975504793
|
|
},
|
|
{
|
|
"bar": 9656,
|
|
"time": "2025-02-19 20:25:00",
|
|
"direction": "long",
|
|
"entry": 2937.38,
|
|
"tp": 2938.2277142857142,
|
|
"sl": 2932.2937142857145,
|
|
"exit": 2938.2277142857142,
|
|
"result": "tp",
|
|
"pnl": 11.77113277265988,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0005771907521085462,
|
|
"pred_low": 0.0005771907521085462
|
|
},
|
|
{
|
|
"bar": 9664,
|
|
"time": "2025-02-19 21:05:00",
|
|
"direction": "long",
|
|
"entry": 2941.66,
|
|
"tp": 2942.348571428571,
|
|
"sl": 2937.528571428571,
|
|
"exit": 2942.348571428571,
|
|
"result": "tp",
|
|
"pnl": 11.790751327281058,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00046815160730435533,
|
|
"pred_low": 0.00046815160730435533
|
|
},
|
|
{
|
|
"bar": 9680,
|
|
"time": "2025-02-19 22:25:00",
|
|
"direction": "short",
|
|
"entry": 2940.32,
|
|
"tp": 2939.8917142857144,
|
|
"sl": 2942.8897142857145,
|
|
"exit": 2939.8917142857144,
|
|
"result": "tp",
|
|
"pnl": 11.810402579495637,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00029131911784140575,
|
|
"pred_low": 0.00029131911784140575
|
|
},
|
|
{
|
|
"bar": 9688,
|
|
"time": "2025-02-19 23:05:00",
|
|
"direction": "long",
|
|
"entry": 2942.85,
|
|
"tp": 2943.351714285714,
|
|
"sl": 2939.8397142857143,
|
|
"exit": 2943.351714285714,
|
|
"result": "tp",
|
|
"pnl": 11.830086583790512,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003409717013876325,
|
|
"pred_low": 0.0003409717013876325
|
|
},
|
|
{
|
|
"bar": 9704,
|
|
"time": "2025-02-20 00:25:00",
|
|
"direction": "short",
|
|
"entry": 2945.72,
|
|
"tp": 2945.3911428571428,
|
|
"sl": 2947.693142857143,
|
|
"exit": 2945.3911428571428,
|
|
"result": "tp",
|
|
"pnl": 11.84980339476357,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00022327793738518878,
|
|
"pred_low": 0.00022327793738518878
|
|
},
|
|
{
|
|
"bar": 9712,
|
|
"time": "2025-02-20 01:05:00",
|
|
"direction": "long",
|
|
"entry": 2948.66,
|
|
"tp": 2949.1282857142855,
|
|
"sl": 2945.8502857142857,
|
|
"exit": 2949.1282857142855,
|
|
"result": "tp",
|
|
"pnl": 11.86955306709173,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00031762611782010187,
|
|
"pred_low": 0.00031762611782010187
|
|
},
|
|
{
|
|
"bar": 9744,
|
|
"time": "2025-02-20 03:45:00",
|
|
"direction": "short",
|
|
"entry": 2950.93,
|
|
"tp": 2950.486571428571,
|
|
"sl": 2953.5905714285714,
|
|
"exit": 2953.5905714285714,
|
|
"result": "sl",
|
|
"pnl": -71.33601393322805,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00030053479508397075,
|
|
"pred_low": 0.00030053479508397075
|
|
},
|
|
{
|
|
"bar": 9752,
|
|
"time": "2025-02-20 04:25:00",
|
|
"direction": "long",
|
|
"entry": 2953.63,
|
|
"tp": 2954.126,
|
|
"sl": 2950.6540000000005,
|
|
"exit": 2950.6540000000005,
|
|
"result": "sl",
|
|
"pnl": -70.6226537938899,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003358579104356095,
|
|
"pred_low": 0.0003358579104356095
|
|
},
|
|
{
|
|
"bar": 9760,
|
|
"time": "2025-02-20 05:05:00",
|
|
"direction": "short",
|
|
"entry": 2951.18,
|
|
"tp": 2950.5294285714285,
|
|
"sl": 2955.083428571428,
|
|
"exit": 2950.5294285714285,
|
|
"result": "tp",
|
|
"pnl": 11.652737875990718,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004408890196947676,
|
|
"pred_low": 0.0004408890196947676
|
|
},
|
|
{
|
|
"bar": 9768,
|
|
"time": "2025-02-20 05:45:00",
|
|
"direction": "short",
|
|
"entry": 2947.37,
|
|
"tp": 2946.7265714285713,
|
|
"sl": 2951.2305714285717,
|
|
"exit": 2946.7265714285713,
|
|
"result": "tp",
|
|
"pnl": 11.672159105784958,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0004366120109986849,
|
|
"pred_low": 0.0004366120109986849
|
|
},
|
|
{
|
|
"bar": 9776,
|
|
"time": "2025-02-20 06:25:00",
|
|
"direction": "short",
|
|
"entry": 2941.43,
|
|
"tp": 2940.6479999999997,
|
|
"sl": 2946.122,
|
|
"exit": 2946.122,
|
|
"result": "sl",
|
|
"pnl": -70.14967622576991,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0005317141662388858,
|
|
"pred_low": 0.0005317141662388858
|
|
},
|
|
{
|
|
"bar": 9784,
|
|
"time": "2025-02-20 07:05:00",
|
|
"direction": "short",
|
|
"entry": 2941.97,
|
|
"tp": 2940.962,
|
|
"sl": 2948.018,
|
|
"exit": 2940.962,
|
|
"result": "tp",
|
|
"pnl": 11.574696577249966,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006852551181691308,
|
|
"pred_low": 0.0006852551181691308
|
|
},
|
|
{
|
|
"bar": 9792,
|
|
"time": "2025-02-20 07:45:00",
|
|
"direction": "short",
|
|
"entry": 2935.89,
|
|
"tp": 2934.8051428571425,
|
|
"sl": 2942.3991428571426,
|
|
"exit": 2934.8051428571425,
|
|
"result": "tp",
|
|
"pnl": 11.593987738216523,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007390311918070161,
|
|
"pred_low": 0.0007390311918070161
|
|
},
|
|
{
|
|
"bar": 9800,
|
|
"time": "2025-02-20 08:25:00",
|
|
"direction": "short",
|
|
"entry": 2929.22,
|
|
"tp": 2927.7019999999998,
|
|
"sl": 2938.328,
|
|
"exit": 2938.328,
|
|
"result": "sl",
|
|
"pnl": -69.6798663066694,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0010364533903223494,
|
|
"pred_low": 0.0010364533903223494
|
|
},
|
|
{
|
|
"bar": 9808,
|
|
"time": "2025-02-20 09:05:00",
|
|
"direction": "short",
|
|
"entry": 2936.84,
|
|
"tp": 2935.286857142857,
|
|
"sl": 2946.1588571428574,
|
|
"exit": 2935.286857142857,
|
|
"result": "tp",
|
|
"pnl": 11.497177940601407,
|
|
"bars_held": 1,
|
|
"pred_high": 0.001057696610740038,
|
|
"pred_low": 0.001057696610740038
|
|
},
|
|
{
|
|
"bar": 9824,
|
|
"time": "2025-02-20 10:25:00",
|
|
"direction": "long",
|
|
"entry": 2942.83,
|
|
"tp": 2943.7734285714287,
|
|
"sl": 2937.169428571429,
|
|
"exit": 2943.7734285714287,
|
|
"result": "tp",
|
|
"pnl": 11.516339903837064,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006411709622564301,
|
|
"pred_low": 0.0006411709622564301
|
|
},
|
|
{
|
|
"bar": 9832,
|
|
"time": "2025-02-20 11:05:00",
|
|
"direction": "short",
|
|
"entry": 2941.94,
|
|
"tp": 2941.1725714285717,
|
|
"sl": 2946.5445714285715,
|
|
"exit": 2941.1725714285717,
|
|
"result": "tp",
|
|
"pnl": 11.535533803671285,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005217159911001327,
|
|
"pred_low": 0.0005217159911001327
|
|
},
|
|
{
|
|
"bar": 9840,
|
|
"time": "2025-02-20 11:45:00",
|
|
"direction": "long",
|
|
"entry": 2944.53,
|
|
"tp": 2945.168285714286,
|
|
"sl": 2940.700285714286,
|
|
"exit": 2940.700285714286,
|
|
"result": "sl",
|
|
"pnl": -69.32855816008062,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004335399634479563,
|
|
"pred_low": 0.0004335399634479563
|
|
},
|
|
{
|
|
"bar": 9848,
|
|
"time": "2025-02-20 12:25:00",
|
|
"direction": "long",
|
|
"entry": 2940.74,
|
|
"tp": 2941.5759999999996,
|
|
"sl": 2935.7239999999997,
|
|
"exit": 2941.5759999999996,
|
|
"result": "tp",
|
|
"pnl": 11.439212096410888,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0005685643749532385,
|
|
"pred_low": 0.0005685643749532385
|
|
},
|
|
{
|
|
"bar": 9856,
|
|
"time": "2025-02-20 13:05:00",
|
|
"direction": "short",
|
|
"entry": 2939.66,
|
|
"tp": 2938.948571428571,
|
|
"sl": 2943.928571428571,
|
|
"exit": 2938.948571428571,
|
|
"result": "tp",
|
|
"pnl": 11.45827744991089,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004840209897937681,
|
|
"pred_low": 0.0004840209897937681
|
|
},
|
|
{
|
|
"bar": 9864,
|
|
"time": "2025-02-20 13:45:00",
|
|
"direction": "short",
|
|
"entry": 2936.52,
|
|
"tp": 2935.8845714285712,
|
|
"sl": 2940.3325714285716,
|
|
"exit": 2935.8845714285712,
|
|
"result": "tp",
|
|
"pnl": 11.47737457899399,
|
|
"bars_held": 9,
|
|
"pred_high": 0.0004327766004853216,
|
|
"pred_low": 0.0004327766004853216
|
|
},
|
|
{
|
|
"bar": 9872,
|
|
"time": "2025-02-20 14:25:00",
|
|
"direction": "short",
|
|
"entry": 2936.65,
|
|
"tp": 2936.073142857143,
|
|
"sl": 2940.111142857143,
|
|
"exit": 2936.073142857143,
|
|
"result": "tp",
|
|
"pnl": 11.496503536621299,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003928674801948781,
|
|
"pred_low": 0.0003928674801948781
|
|
},
|
|
{
|
|
"bar": 9880,
|
|
"time": "2025-02-20 15:05:00",
|
|
"direction": "long",
|
|
"entry": 2937.91,
|
|
"tp": 2938.404571428571,
|
|
"sl": 2934.9425714285712,
|
|
"exit": 2938.404571428571,
|
|
"result": "tp",
|
|
"pnl": 11.51566437584818,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003366824910030961,
|
|
"pred_low": 0.0003366824910030961
|
|
},
|
|
{
|
|
"bar": 9896,
|
|
"time": "2025-02-20 17:20:00",
|
|
"direction": "long",
|
|
"entry": 2939.79,
|
|
"tp": 2940.2031428571427,
|
|
"sl": 2937.311142857143,
|
|
"exit": 2940.2031428571427,
|
|
"result": "tp",
|
|
"pnl": 11.534857149805326,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0002810696390850171,
|
|
"pred_low": 0.0002810696390850171
|
|
},
|
|
{
|
|
"bar": 9912,
|
|
"time": "2025-02-20 18:40:00",
|
|
"direction": "short",
|
|
"entry": 2939.24,
|
|
"tp": 2938.6002857142853,
|
|
"sl": 2943.078285714286,
|
|
"exit": 2938.6002857142853,
|
|
"result": "tp",
|
|
"pnl": 11.554081911729439,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00043529231074313163,
|
|
"pred_low": 0.00043529231074313163
|
|
},
|
|
{
|
|
"bar": 9920,
|
|
"time": "2025-02-20 19:20:00",
|
|
"direction": "long",
|
|
"entry": 2947.34,
|
|
"tp": 2948.1220000000003,
|
|
"sl": 2942.648,
|
|
"exit": 2948.1220000000003,
|
|
"result": "tp",
|
|
"pnl": 11.573338714914524,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005306479741054802,
|
|
"pred_low": 0.0005306479741054802
|
|
},
|
|
{
|
|
"bar": 9928,
|
|
"time": "2025-02-20 20:00:00",
|
|
"direction": "short",
|
|
"entry": 2930.95,
|
|
"tp": 2929.549714285714,
|
|
"sl": 2939.351714285714,
|
|
"exit": 2939.351714285714,
|
|
"result": "sl",
|
|
"pnl": -69.55576567662442,
|
|
"bars_held": 3,
|
|
"pred_high": 0.000955516616991561,
|
|
"pred_low": 0.000955516616991561
|
|
},
|
|
{
|
|
"bar": 9944,
|
|
"time": "2025-02-20 21:20:00",
|
|
"direction": "short",
|
|
"entry": 2931.02,
|
|
"tp": 2930.213142857143,
|
|
"sl": 2935.861142857143,
|
|
"exit": 2930.213142857143,
|
|
"result": "tp",
|
|
"pnl": 11.476701336642346,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005505640649720232,
|
|
"pred_low": 0.0005505640649720232
|
|
},
|
|
{
|
|
"bar": 9952,
|
|
"time": "2025-02-20 22:00:00",
|
|
"direction": "short",
|
|
"entry": 2931.07,
|
|
"tp": 2930.1068571428573,
|
|
"sl": 2936.848857142857,
|
|
"exit": 2930.1068571428573,
|
|
"result": "tp",
|
|
"pnl": 11.49582917220462,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000657195397682652,
|
|
"pred_low": 0.000657195397682652
|
|
},
|
|
{
|
|
"bar": 9960,
|
|
"time": "2025-02-20 22:40:00",
|
|
"direction": "short",
|
|
"entry": 2930.13,
|
|
"tp": 2929.5577142857146,
|
|
"sl": 2933.563714285714,
|
|
"exit": 2929.5577142857146,
|
|
"result": "tp",
|
|
"pnl": 11.514988887487766,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00039062138149888783,
|
|
"pred_low": 0.00039062138149888783
|
|
},
|
|
{
|
|
"bar": 9968,
|
|
"time": "2025-02-20 23:20:00",
|
|
"direction": "short",
|
|
"entry": 2927.08,
|
|
"tp": 2926.4765714285713,
|
|
"sl": 2930.700571428571,
|
|
"exit": 2926.4765714285713,
|
|
"result": "tp",
|
|
"pnl": 11.534180535637972,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004123075361305754,
|
|
"pred_low": 0.0004123075361305754
|
|
},
|
|
{
|
|
"bar": 9976,
|
|
"time": "2025-02-21 00:00:00",
|
|
"direction": "short",
|
|
"entry": 2927.01,
|
|
"tp": 2926.093428571429,
|
|
"sl": 2932.509428571429,
|
|
"exit": 2926.093428571429,
|
|
"result": "tp",
|
|
"pnl": 11.553404169862386,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006262851364166434,
|
|
"pred_low": 0.0006262851364166434
|
|
},
|
|
{
|
|
"bar": 9984,
|
|
"time": "2025-02-21 00:40:00",
|
|
"direction": "long",
|
|
"entry": 2929.35,
|
|
"tp": 2930.250285714286,
|
|
"sl": 2923.9482857142857,
|
|
"exit": 2930.250285714286,
|
|
"result": "tp",
|
|
"pnl": 11.572659843482317,
|
|
"bars_held": 2,
|
|
"pred_high": 0.000614665857125784,
|
|
"pred_low": 0.000614665857125784
|
|
},
|
|
{
|
|
"bar": 9992,
|
|
"time": "2025-02-21 01:20:00",
|
|
"direction": "long",
|
|
"entry": 2931.45,
|
|
"tp": 2932.023428571428,
|
|
"sl": 2928.0094285714285,
|
|
"exit": 2932.023428571428,
|
|
"result": "tp",
|
|
"pnl": 11.591947609881606,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0003912252103420329,
|
|
"pred_low": 0.0003912252103420329
|
|
},
|
|
{
|
|
"bar": 10000,
|
|
"time": "2025-02-21 02:00:00",
|
|
"direction": "short",
|
|
"entry": 2928.11,
|
|
"tp": 2927.576857142857,
|
|
"sl": 2931.308857142857,
|
|
"exit": 2927.576857142857,
|
|
"result": "tp",
|
|
"pnl": 11.611267522572662,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00036415493758284556,
|
|
"pred_low": 0.00036415493758284556
|
|
},
|
|
{
|
|
"bar": 10016,
|
|
"time": "2025-02-21 03:20:00",
|
|
"direction": "long",
|
|
"entry": 2924.7,
|
|
"tp": 2925.4791428571425,
|
|
"sl": 2920.025142857143,
|
|
"exit": 2925.4791428571425,
|
|
"result": "tp",
|
|
"pnl": 11.630619635103516,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005328018990958777,
|
|
"pred_low": 0.0005328018990958777
|
|
},
|
|
{
|
|
"bar": 10024,
|
|
"time": "2025-02-21 04:00:00",
|
|
"direction": "long",
|
|
"entry": 2930.0,
|
|
"tp": 2930.5882857142856,
|
|
"sl": 2926.4702857142856,
|
|
"exit": 2930.5882857142856,
|
|
"result": "tp",
|
|
"pnl": 11.650004001161715,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00040156021452950063,
|
|
"pred_low": 0.00040156021452950063
|
|
},
|
|
{
|
|
"bar": 10040,
|
|
"time": "2025-02-21 05:20:00",
|
|
"direction": "long",
|
|
"entry": 2934.12,
|
|
"tp": 2934.620571428571,
|
|
"sl": 2931.116571428571,
|
|
"exit": 2934.620571428571,
|
|
"result": "tp",
|
|
"pnl": 11.669420674494663,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00034120719573258157,
|
|
"pred_low": 0.00034120719573258157
|
|
},
|
|
{
|
|
"bar": 10048,
|
|
"time": "2025-02-21 06:00:00",
|
|
"direction": "short",
|
|
"entry": 2928.43,
|
|
"tp": 2927.6291428571426,
|
|
"sl": 2933.235142857143,
|
|
"exit": 2933.235142857143,
|
|
"result": "sl",
|
|
"pnl": -70.1332182537429,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0005469532431078596,
|
|
"pred_low": 0.0005469532431078596
|
|
},
|
|
{
|
|
"bar": 10056,
|
|
"time": "2025-02-21 06:40:00",
|
|
"direction": "long",
|
|
"entry": 2934.2,
|
|
"tp": 2934.891714285714,
|
|
"sl": 2930.049714285714,
|
|
"exit": 2930.049714285714,
|
|
"result": "sl",
|
|
"pnl": -69.43188607120727,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00047148407451047156,
|
|
"pred_low": 0.00047148407451047156
|
|
},
|
|
{
|
|
"bar": 10064,
|
|
"time": "2025-02-21 07:20:00",
|
|
"direction": "long",
|
|
"entry": 2932.84,
|
|
"tp": 2933.5828571428574,
|
|
"sl": 2928.382857142857,
|
|
"exit": 2933.5828571428574,
|
|
"result": "tp",
|
|
"pnl": 11.456261201750458,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005065787038209762,
|
|
"pred_low": 0.0005065787038209762
|
|
},
|
|
{
|
|
"bar": 10072,
|
|
"time": "2025-02-21 08:00:00",
|
|
"direction": "long",
|
|
"entry": 2929.83,
|
|
"tp": 2930.6714285714284,
|
|
"sl": 2924.7814285714285,
|
|
"exit": 2930.6714285714284,
|
|
"result": "tp",
|
|
"pnl": 11.475354970416513,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005743872998969765,
|
|
"pred_low": 0.0005743872998969765
|
|
},
|
|
{
|
|
"bar": 10080,
|
|
"time": "2025-02-21 08:40:00",
|
|
"direction": "short",
|
|
"entry": 2930.71,
|
|
"tp": 2929.8674285714287,
|
|
"sl": 2935.765428571429,
|
|
"exit": 2935.765428571429,
|
|
"result": "sl",
|
|
"pnl": -68.96688337221885,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000574994747737876,
|
|
"pred_low": 0.000574994747737876
|
|
},
|
|
{
|
|
"bar": 10088,
|
|
"time": "2025-02-21 09:20:00",
|
|
"direction": "short",
|
|
"entry": 2924.62,
|
|
"tp": 2923.409142857143,
|
|
"sl": 2931.885142857143,
|
|
"exit": 2923.409142857143,
|
|
"result": "tp",
|
|
"pnl": 11.37953575641527,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000828044082894279,
|
|
"pred_low": 0.000828044082894279
|
|
},
|
|
{
|
|
"bar": 10096,
|
|
"time": "2025-02-21 10:00:00",
|
|
"direction": "long",
|
|
"entry": 2929.53,
|
|
"tp": 2930.703142857143,
|
|
"sl": 2922.491142857143,
|
|
"exit": 2930.703142857143,
|
|
"result": "tp",
|
|
"pnl": 11.398501649343752,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0008009085806548098,
|
|
"pred_low": 0.0008009085806548098
|
|
},
|
|
{
|
|
"bar": 10104,
|
|
"time": "2025-02-21 10:40:00",
|
|
"direction": "long",
|
|
"entry": 2936.88,
|
|
"tp": 2937.7328571428575,
|
|
"sl": 2931.7628571428572,
|
|
"exit": 2937.7328571428575,
|
|
"result": "tp",
|
|
"pnl": 11.417499152094681,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005807912770403737,
|
|
"pred_low": 0.0005807912770403737
|
|
},
|
|
{
|
|
"bar": 10112,
|
|
"time": "2025-02-21 11:20:00",
|
|
"direction": "long",
|
|
"entry": 2938.19,
|
|
"tp": 2938.846,
|
|
"sl": 2934.254,
|
|
"exit": 2938.846,
|
|
"result": "tp",
|
|
"pnl": 11.43652831734426,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00044653341002454843,
|
|
"pred_low": 0.00044653341002454843
|
|
},
|
|
{
|
|
"bar": 10136,
|
|
"time": "2025-02-21 13:20:00",
|
|
"direction": "short",
|
|
"entry": 2941.04,
|
|
"tp": 2940.506857142857,
|
|
"sl": 2944.2388571428573,
|
|
"exit": 2940.506857142857,
|
|
"result": "tp",
|
|
"pnl": 11.455589197877933,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00036255396536115044,
|
|
"pred_low": 0.00036255396536115044
|
|
},
|
|
{
|
|
"bar": 10144,
|
|
"time": "2025-02-21 14:00:00",
|
|
"direction": "short",
|
|
"entry": 2935.29,
|
|
"tp": 2934.6382857142858,
|
|
"sl": 2939.2002857142857,
|
|
"exit": 2934.6382857142858,
|
|
"result": "tp",
|
|
"pnl": 11.474681846536056,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004440544448516394,
|
|
"pred_low": 0.0004440544448516394
|
|
},
|
|
{
|
|
"bar": 10152,
|
|
"time": "2025-02-21 14:40:00",
|
|
"direction": "long",
|
|
"entry": 2936.02,
|
|
"tp": 2936.843714285714,
|
|
"sl": 2931.077714285714,
|
|
"exit": 2936.843714285714,
|
|
"result": "tp",
|
|
"pnl": 11.493806316281114,
|
|
"bars_held": 12,
|
|
"pred_high": 0.0005611094513758561,
|
|
"pred_low": 0.0005611094513758561
|
|
},
|
|
{
|
|
"bar": 10160,
|
|
"time": "2025-02-21 15:20:00",
|
|
"direction": "long",
|
|
"entry": 2935.65,
|
|
"tp": 2936.2645714285713,
|
|
"sl": 2931.9625714285717,
|
|
"exit": 2936.2645714285713,
|
|
"result": "tp",
|
|
"pnl": 11.512962660139202,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004186952998970646,
|
|
"pred_low": 0.0004186952998970646
|
|
},
|
|
{
|
|
"bar": 10168,
|
|
"time": "2025-02-23 16:00:00",
|
|
"direction": "short",
|
|
"entry": 2935.5,
|
|
"tp": 2935.095428571429,
|
|
"sl": 2937.9274285714287,
|
|
"exit": 2937.9274285714287,
|
|
"result": "sl",
|
|
"pnl": -69.19290558745969,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002756405577049303,
|
|
"pred_low": 0.0002756405577049303
|
|
},
|
|
{
|
|
"bar": 10184,
|
|
"time": "2025-02-23 18:15:00",
|
|
"direction": "short",
|
|
"entry": 2934.42,
|
|
"tp": 2933.793142857143,
|
|
"sl": 2938.1811428571427,
|
|
"exit": 2933.793142857143,
|
|
"result": "tp",
|
|
"pnl": 11.416829421932292,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004272443228011883,
|
|
"pred_low": 0.0004272443228011883
|
|
},
|
|
{
|
|
"bar": 10192,
|
|
"time": "2025-02-23 18:55:00",
|
|
"direction": "short",
|
|
"entry": 2929.9,
|
|
"tp": 2929.1537142857146,
|
|
"sl": 2934.3777142857143,
|
|
"exit": 2929.1537142857146,
|
|
"result": "tp",
|
|
"pnl": 11.435857470963095,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005094274304827456,
|
|
"pred_low": 0.0005094274304827456
|
|
},
|
|
{
|
|
"bar": 10200,
|
|
"time": "2025-02-23 19:35:00",
|
|
"direction": "long",
|
|
"entry": 2929.99,
|
|
"tp": 2931.0174285714284,
|
|
"sl": 2923.8254285714283,
|
|
"exit": 2931.0174285714284,
|
|
"result": "tp",
|
|
"pnl": 11.454917233417795,
|
|
"bars_held": 9,
|
|
"pred_high": 0.0007013188245888883,
|
|
"pred_low": 0.0007013188245888883
|
|
},
|
|
{
|
|
"bar": 10208,
|
|
"time": "2025-02-23 20:15:00",
|
|
"direction": "long",
|
|
"entry": 2930.58,
|
|
"tp": 2931.634857142857,
|
|
"sl": 2924.250857142857,
|
|
"exit": 2931.634857142857,
|
|
"result": "tp",
|
|
"pnl": 11.474008762140164,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007198965002539913,
|
|
"pred_low": 0.0007198965002539913
|
|
},
|
|
{
|
|
"bar": 10216,
|
|
"time": "2025-02-23 20:55:00",
|
|
"direction": "long",
|
|
"entry": 2940.7,
|
|
"tp": 2941.5842857142857,
|
|
"sl": 2935.3942857142856,
|
|
"exit": 2941.5842857142857,
|
|
"result": "tp",
|
|
"pnl": 11.493132110078864,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006014117144120348,
|
|
"pred_low": 0.0006014117144120348
|
|
},
|
|
{
|
|
"bar": 10232,
|
|
"time": "2025-02-23 22:15:00",
|
|
"direction": "long",
|
|
"entry": 2941.89,
|
|
"tp": 2942.6345714285712,
|
|
"sl": 2937.4225714285712,
|
|
"exit": 2942.6345714285712,
|
|
"result": "tp",
|
|
"pnl": 11.512287330259806,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005061857707605839,
|
|
"pred_low": 0.0005061857707605839
|
|
},
|
|
{
|
|
"bar": 10248,
|
|
"time": "2025-02-23 23:35:00",
|
|
"direction": "short",
|
|
"entry": 2939.88,
|
|
"tp": 2939.2694285714288,
|
|
"sl": 2943.5434285714286,
|
|
"exit": 2939.2694285714288,
|
|
"result": "tp",
|
|
"pnl": 11.531474475809526,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00041537166725950616,
|
|
"pred_low": 0.00041537166725950616
|
|
},
|
|
{
|
|
"bar": 10256,
|
|
"time": "2025-02-24 00:15:00",
|
|
"direction": "short",
|
|
"entry": 2937.76,
|
|
"tp": 2937.1277142857143,
|
|
"sl": 2941.5537142857147,
|
|
"exit": 2937.1277142857143,
|
|
"result": "tp",
|
|
"pnl": 11.550693599940681,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0004304543014308387,
|
|
"pred_low": 0.0004304543014308387
|
|
},
|
|
{
|
|
"bar": 10264,
|
|
"time": "2025-02-24 00:55:00",
|
|
"direction": "short",
|
|
"entry": 2937.72,
|
|
"tp": 2937.0402857142853,
|
|
"sl": 2941.7982857142856,
|
|
"exit": 2941.7982857142856,
|
|
"result": "sl",
|
|
"pnl": -69.41966853562806,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0004627495375422244,
|
|
"pred_low": 0.0004627495375422244
|
|
},
|
|
{
|
|
"bar": 10272,
|
|
"time": "2025-02-24 01:35:00",
|
|
"direction": "long",
|
|
"entry": 2942.23,
|
|
"tp": 2942.7782857142856,
|
|
"sl": 2938.940285714286,
|
|
"exit": 2942.7782857142856,
|
|
"result": "tp",
|
|
"pnl": 11.454245308376214,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003727007842933441,
|
|
"pred_low": 0.0003727007842933441
|
|
},
|
|
{
|
|
"bar": 10280,
|
|
"time": "2025-02-24 02:15:00",
|
|
"direction": "short",
|
|
"entry": 2941.72,
|
|
"tp": 2941.139428571428,
|
|
"sl": 2945.2034285714285,
|
|
"exit": 2941.139428571428,
|
|
"result": "tp",
|
|
"pnl": 11.473335717228748,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00039471562798052383,
|
|
"pred_low": 0.00039471562798052383
|
|
},
|
|
{
|
|
"bar": 10288,
|
|
"time": "2025-02-24 02:55:00",
|
|
"direction": "long",
|
|
"entry": 2945.91,
|
|
"tp": 2946.738,
|
|
"sl": 2940.9419999999996,
|
|
"exit": 2946.738,
|
|
"result": "tp",
|
|
"pnl": 11.49245794342025,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005621352994490758,
|
|
"pred_low": 0.0005621352994490758
|
|
},
|
|
{
|
|
"bar": 10304,
|
|
"time": "2025-02-24 04:15:00",
|
|
"direction": "short",
|
|
"entry": 2943.31,
|
|
"tp": 2942.785142857143,
|
|
"sl": 2946.4591428571425,
|
|
"exit": 2942.785142857143,
|
|
"result": "tp",
|
|
"pnl": 11.511612039989167,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003566441474782655,
|
|
"pred_low": 0.0003566441474782655
|
|
},
|
|
{
|
|
"bar": 10312,
|
|
"time": "2025-02-24 04:55:00",
|
|
"direction": "short",
|
|
"entry": 2937.74,
|
|
"tp": 2937.1639999999998,
|
|
"sl": 2941.1959999999995,
|
|
"exit": 2941.1959999999995,
|
|
"result": "sl",
|
|
"pnl": -69.18478836035442,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00039213817424277363,
|
|
"pred_low": 0.00039213817424277363
|
|
},
|
|
{
|
|
"bar": 10320,
|
|
"time": "2025-02-24 05:35:00",
|
|
"direction": "long",
|
|
"entry": 2943.23,
|
|
"tp": 2944.014,
|
|
"sl": 2938.526,
|
|
"exit": 2944.014,
|
|
"result": "tp",
|
|
"pnl": 11.41549007946054,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005327480353217482,
|
|
"pred_low": 0.0005327480353217482
|
|
},
|
|
{
|
|
"bar": 10344,
|
|
"time": "2025-02-24 07:35:00",
|
|
"direction": "long",
|
|
"entry": 2951.16,
|
|
"tp": 2951.868857142857,
|
|
"sl": 2946.906857142857,
|
|
"exit": 2951.868857142857,
|
|
"result": "tp",
|
|
"pnl": 11.434515896258524,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004803922138122829,
|
|
"pred_low": 0.0004803922138122829
|
|
},
|
|
{
|
|
"bar": 10352,
|
|
"time": "2025-02-24 08:15:00",
|
|
"direction": "short",
|
|
"entry": 2949.21,
|
|
"tp": 2948.229142857143,
|
|
"sl": 2955.0951428571425,
|
|
"exit": 2948.229142857143,
|
|
"result": "tp",
|
|
"pnl": 11.45357342275193,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006651660226685037,
|
|
"pred_low": 0.0006651660226685037
|
|
},
|
|
{
|
|
"bar": 10360,
|
|
"time": "2025-02-24 08:55:00",
|
|
"direction": "short",
|
|
"entry": 2939.11,
|
|
"tp": 2937.670285714286,
|
|
"sl": 2947.7482857142854,
|
|
"exit": 2937.670285714286,
|
|
"result": "tp",
|
|
"pnl": 11.472662711789793,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0009796940473233346,
|
|
"pred_low": 0.0009796940473233346
|
|
},
|
|
{
|
|
"bar": 10376,
|
|
"time": "2025-02-24 10:15:00",
|
|
"direction": "long",
|
|
"entry": 2941.92,
|
|
"tp": 2942.8762857142856,
|
|
"sl": 2936.1822857142856,
|
|
"exit": 2942.8762857142856,
|
|
"result": "tp",
|
|
"pnl": 11.491783816306997,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0006501099379219928,
|
|
"pred_low": 0.0006501099379219928
|
|
},
|
|
{
|
|
"bar": 10384,
|
|
"time": "2025-02-24 10:55:00",
|
|
"direction": "long",
|
|
"entry": 2943.19,
|
|
"tp": 2943.947142857143,
|
|
"sl": 2938.6471428571426,
|
|
"exit": 2943.947142857143,
|
|
"result": "tp",
|
|
"pnl": 11.51093678933505,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000514504912793853,
|
|
"pred_low": 0.000514504912793853
|
|
},
|
|
{
|
|
"bar": 10400,
|
|
"time": "2025-02-24 12:15:00",
|
|
"direction": "long",
|
|
"entry": 2945.58,
|
|
"tp": 2946.1062857142856,
|
|
"sl": 2942.4222857142854,
|
|
"exit": 2946.1062857142856,
|
|
"result": "tp",
|
|
"pnl": 11.530121683984584,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003573392773482502,
|
|
"pred_low": 0.0003573392773482502
|
|
},
|
|
{
|
|
"bar": 10408,
|
|
"time": "2025-02-24 12:55:00",
|
|
"direction": "long",
|
|
"entry": 2947.26,
|
|
"tp": 2947.666,
|
|
"sl": 2944.8240000000005,
|
|
"exit": 2947.666,
|
|
"result": "tp",
|
|
"pnl": 11.549338553458286,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000275510134837086,
|
|
"pred_low": 0.000275510134837086
|
|
},
|
|
{
|
|
"bar": 10416,
|
|
"time": "2025-02-24 13:35:00",
|
|
"direction": "short",
|
|
"entry": 2948.13,
|
|
"tp": 2947.6737142857146,
|
|
"sl": 2950.867714285714,
|
|
"exit": 2947.6737142857146,
|
|
"result": "tp",
|
|
"pnl": 11.568587451043511,
|
|
"bars_held": 10,
|
|
"pred_high": 0.00030954246541753285,
|
|
"pred_low": 0.00030954246541753285
|
|
},
|
|
{
|
|
"bar": 10432,
|
|
"time": "2025-02-24 14:55:00",
|
|
"direction": "long",
|
|
"entry": 2950.65,
|
|
"tp": 2951.0685714285714,
|
|
"sl": 2948.138571428571,
|
|
"exit": 2951.0685714285714,
|
|
"result": "tp",
|
|
"pnl": 11.587868430129957,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002837147262951941,
|
|
"pred_low": 0.0002837147262951941
|
|
},
|
|
{
|
|
"bar": 10440,
|
|
"time": "2025-02-24 15:35:00",
|
|
"direction": "long",
|
|
"entry": 2951.85,
|
|
"tp": 2952.232571428571,
|
|
"sl": 2949.5545714285713,
|
|
"exit": 2952.232571428571,
|
|
"result": "tp",
|
|
"pnl": 11.60718154417947,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00025920790593791145,
|
|
"pred_low": 0.00025920790593791145
|
|
},
|
|
{
|
|
"bar": 10448,
|
|
"time": "2025-02-24 17:10:00",
|
|
"direction": "short",
|
|
"entry": 2950.03,
|
|
"tp": 2949.655142857143,
|
|
"sl": 2952.2791428571427,
|
|
"exit": 2949.655142857143,
|
|
"result": "tp",
|
|
"pnl": 11.62652684676309,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002541378513826054,
|
|
"pred_low": 0.0002541378513826054
|
|
},
|
|
{
|
|
"bar": 10456,
|
|
"time": "2025-02-24 17:50:00",
|
|
"direction": "short",
|
|
"entry": 2949.59,
|
|
"tp": 2949.0662857142856,
|
|
"sl": 2952.732285714286,
|
|
"exit": 2949.0662857142856,
|
|
"result": "tp",
|
|
"pnl": 11.645904391506274,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00035510988694313216,
|
|
"pred_low": 0.00035510988694313216
|
|
},
|
|
{
|
|
"bar": 10464,
|
|
"time": "2025-02-24 18:30:00",
|
|
"direction": "short",
|
|
"entry": 2949.25,
|
|
"tp": 2948.738,
|
|
"sl": 2952.322,
|
|
"exit": 2948.738,
|
|
"result": "tp",
|
|
"pnl": 11.665314232158305,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003472069170127925,
|
|
"pred_low": 0.0003472069170127925
|
|
},
|
|
{
|
|
"bar": 10472,
|
|
"time": "2025-02-24 19:10:00",
|
|
"direction": "long",
|
|
"entry": 2951.26,
|
|
"tp": 2951.705428571429,
|
|
"sl": 2948.587428571429,
|
|
"exit": 2948.587428571429,
|
|
"result": "sl",
|
|
"pnl": -70.10853853524519,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0003018565435973446,
|
|
"pred_low": 0.0003018565435973446
|
|
},
|
|
{
|
|
"bar": 10480,
|
|
"time": "2025-02-24 19:50:00",
|
|
"direction": "short",
|
|
"entry": 2947.66,
|
|
"tp": 2947.0382857142854,
|
|
"sl": 2951.3902857142853,
|
|
"exit": 2951.3902857142853,
|
|
"result": "sl",
|
|
"pnl": -69.40745314989046,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0004218358194054036,
|
|
"pred_low": 0.0004218358194054036
|
|
},
|
|
{
|
|
"bar": 10488,
|
|
"time": "2025-02-24 20:30:00",
|
|
"direction": "long",
|
|
"entry": 2950.28,
|
|
"tp": 2950.8897142857145,
|
|
"sl": 2946.6217142857145,
|
|
"exit": 2950.8897142857145,
|
|
"result": "tp",
|
|
"pnl": 11.452229769732774,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004133263864543548,
|
|
"pred_low": 0.0004133263864543548
|
|
},
|
|
{
|
|
"bar": 10504,
|
|
"time": "2025-02-24 21:50:00",
|
|
"direction": "short",
|
|
"entry": 2939.67,
|
|
"tp": 2938.982285714286,
|
|
"sl": 2943.7962857142857,
|
|
"exit": 2938.982285714286,
|
|
"result": "tp",
|
|
"pnl": 11.471316819348537,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004678853651697485,
|
|
"pred_low": 0.0004678853651697485
|
|
},
|
|
{
|
|
"bar": 10512,
|
|
"time": "2025-02-24 22:30:00",
|
|
"direction": "long",
|
|
"entry": 2938.14,
|
|
"tp": 2938.904,
|
|
"sl": 2933.556,
|
|
"exit": 2938.904,
|
|
"result": "tp",
|
|
"pnl": 11.490435680716093,
|
|
"bars_held": 8,
|
|
"pred_high": 0.0005200569067505339,
|
|
"pred_low": 0.0005200569067505339
|
|
},
|
|
{
|
|
"bar": 10520,
|
|
"time": "2025-02-24 23:10:00",
|
|
"direction": "long",
|
|
"entry": 2938.75,
|
|
"tp": 2939.344,
|
|
"sl": 2935.1859999999997,
|
|
"exit": 2939.344,
|
|
"result": "tp",
|
|
"pnl": 11.509586406849364,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00040425350914506165,
|
|
"pred_low": 0.00040425350914506165
|
|
},
|
|
{
|
|
"bar": 10528,
|
|
"time": "2025-02-24 23:50:00",
|
|
"direction": "long",
|
|
"entry": 2939.39,
|
|
"tp": 2939.885714285714,
|
|
"sl": 2936.4157142857143,
|
|
"exit": 2936.4157142857143,
|
|
"result": "sl",
|
|
"pnl": -69.17261430515802,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0003372905845867906,
|
|
"pred_low": 0.0003372905845867906
|
|
},
|
|
{
|
|
"bar": 10536,
|
|
"time": "2025-02-25 00:30:00",
|
|
"direction": "short",
|
|
"entry": 2934.59,
|
|
"tp": 2934.037142857143,
|
|
"sl": 2937.907142857143,
|
|
"exit": 2934.037142857143,
|
|
"result": "tp",
|
|
"pnl": 11.413481360353554,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003767866331290581,
|
|
"pred_low": 0.0003767866331290581
|
|
},
|
|
{
|
|
"bar": 10544,
|
|
"time": "2025-02-25 01:10:00",
|
|
"direction": "long",
|
|
"entry": 2940.04,
|
|
"tp": 2940.6491428571426,
|
|
"sl": 2936.385142857143,
|
|
"exit": 2936.385142857143,
|
|
"result": "sl",
|
|
"pnl": -68.59502297571433,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00041437725822970835,
|
|
"pred_low": 0.00041437725822970835
|
|
},
|
|
{
|
|
"bar": 10552,
|
|
"time": "2025-02-25 01:50:00",
|
|
"direction": "short",
|
|
"entry": 2931.63,
|
|
"tp": 2930.8888571428574,
|
|
"sl": 2936.076857142857,
|
|
"exit": 2930.8888571428574,
|
|
"result": "tp",
|
|
"pnl": 11.318178790989966,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005056182786660382,
|
|
"pred_low": 0.0005056182786660382
|
|
},
|
|
{
|
|
"bar": 10560,
|
|
"time": "2025-02-25 02:30:00",
|
|
"direction": "long",
|
|
"entry": 2935.1,
|
|
"tp": 2935.8254285714283,
|
|
"sl": 2930.7474285714284,
|
|
"exit": 2935.8254285714283,
|
|
"result": "tp",
|
|
"pnl": 11.337042422308826,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004943126785653509,
|
|
"pred_low": 0.0004943126785653509
|
|
},
|
|
{
|
|
"bar": 10576,
|
|
"time": "2025-02-25 03:50:00",
|
|
"direction": "long",
|
|
"entry": 2940.49,
|
|
"tp": 2941.048857142857,
|
|
"sl": 2937.1368571428566,
|
|
"exit": 2941.048857142857,
|
|
"result": "tp",
|
|
"pnl": 11.355937493012268,
|
|
"bars_held": 8,
|
|
"pred_high": 0.0003801115751845307,
|
|
"pred_low": 0.0003801115751845307
|
|
},
|
|
{
|
|
"bar": 10584,
|
|
"time": "2025-02-25 04:30:00",
|
|
"direction": "long",
|
|
"entry": 2941.11,
|
|
"tp": 2941.6005714285716,
|
|
"sl": 2938.1665714285714,
|
|
"exit": 2938.1665714285714,
|
|
"result": "sl",
|
|
"pnl": -68.24918433301957,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00033359611070069234,
|
|
"pred_low": 0.00033359611070069234
|
|
},
|
|
{
|
|
"bar": 10600,
|
|
"time": "2025-02-25 05:50:00",
|
|
"direction": "short",
|
|
"entry": 2938.43,
|
|
"tp": 2937.944857142857,
|
|
"sl": 2941.3408571428567,
|
|
"exit": 2937.944857142857,
|
|
"result": "tp",
|
|
"pnl": 11.261115414947625,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00033020548874252223,
|
|
"pred_low": 0.00033020548874252223
|
|
},
|
|
{
|
|
"bar": 10608,
|
|
"time": "2025-02-25 06:30:00",
|
|
"direction": "short",
|
|
"entry": 2925.56,
|
|
"tp": 2924.715714285714,
|
|
"sl": 2930.6257142857144,
|
|
"exit": 2924.715714285714,
|
|
"result": "tp",
|
|
"pnl": 11.279883940642234,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005771788746672135,
|
|
"pred_low": 0.0005771788746672135
|
|
},
|
|
{
|
|
"bar": 10616,
|
|
"time": "2025-02-25 07:10:00",
|
|
"direction": "long",
|
|
"entry": 2931.05,
|
|
"tp": 2932.2637142857143,
|
|
"sl": 2923.767714285714,
|
|
"exit": 2932.2637142857143,
|
|
"result": "tp",
|
|
"pnl": 11.298683747205608,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0008281771281379111,
|
|
"pred_low": 0.0008281771281379111
|
|
},
|
|
{
|
|
"bar": 10624,
|
|
"time": "2025-02-25 07:50:00",
|
|
"direction": "long",
|
|
"entry": 2936.93,
|
|
"tp": 2937.9751428571426,
|
|
"sl": 2930.6591428571423,
|
|
"exit": 2937.9751428571426,
|
|
"result": "tp",
|
|
"pnl": 11.317514886784672,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0007117247310238291,
|
|
"pred_low": 0.0007117247310238291
|
|
},
|
|
{
|
|
"bar": 10632,
|
|
"time": "2025-02-25 08:30:00",
|
|
"direction": "long",
|
|
"entry": 2942.66,
|
|
"tp": 2943.536,
|
|
"sl": 2937.4039999999995,
|
|
"exit": 2943.536,
|
|
"result": "tp",
|
|
"pnl": 11.336377411599878,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005953796904841348,
|
|
"pred_low": 0.0005953796904841348
|
|
},
|
|
{
|
|
"bar": 10640,
|
|
"time": "2025-02-25 09:10:00",
|
|
"direction": "short",
|
|
"entry": 2927.82,
|
|
"tp": 2926.802,
|
|
"sl": 2933.9280000000003,
|
|
"exit": 2926.802,
|
|
"result": "tp",
|
|
"pnl": 11.355271373950336,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006953979411302717,
|
|
"pred_low": 0.0006953979411302717
|
|
},
|
|
{
|
|
"bar": 10648,
|
|
"time": "2025-02-25 09:50:00",
|
|
"direction": "short",
|
|
"entry": 2906.05,
|
|
"tp": 2904.130857142857,
|
|
"sl": 2917.5648571428574,
|
|
"exit": 2904.130857142857,
|
|
"result": "tp",
|
|
"pnl": 11.374196826241189,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0013207913539979238,
|
|
"pred_low": 0.0013207913539979238
|
|
},
|
|
{
|
|
"bar": 10656,
|
|
"time": "2025-02-25 10:30:00",
|
|
"direction": "long",
|
|
"entry": 2894.79,
|
|
"tp": 2896.816857142857,
|
|
"sl": 2882.628857142857,
|
|
"exit": 2896.816857142857,
|
|
"result": "tp",
|
|
"pnl": 11.393153820949268,
|
|
"bars_held": 1,
|
|
"pred_high": 0.001400348310486853,
|
|
"pred_low": 0.001400348310486853
|
|
},
|
|
{
|
|
"bar": 10672,
|
|
"time": "2025-02-25 11:50:00",
|
|
"direction": "long",
|
|
"entry": 2905.34,
|
|
"tp": 2906.3114285714287,
|
|
"sl": 2899.5114285714285,
|
|
"exit": 2906.3114285714287,
|
|
"result": "tp",
|
|
"pnl": 11.412142410651482,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000668719372898583,
|
|
"pred_low": 0.000668719372898583
|
|
},
|
|
{
|
|
"bar": 10680,
|
|
"time": "2025-02-25 12:30:00",
|
|
"direction": "short",
|
|
"entry": 2906.99,
|
|
"tp": 2906.0511428571426,
|
|
"sl": 2912.6231428571427,
|
|
"exit": 2912.6231428571427,
|
|
"result": "sl",
|
|
"pnl": -68.58697588802097,
|
|
"bars_held": 14,
|
|
"pred_high": 0.0006459307688414021,
|
|
"pred_low": 0.0006459307688414021
|
|
},
|
|
{
|
|
"bar": 10688,
|
|
"time": "2025-02-25 13:10:00",
|
|
"direction": "short",
|
|
"entry": 2907.58,
|
|
"tp": 2906.8957142857143,
|
|
"sl": 2911.6857142857143,
|
|
"exit": 2906.8957142857143,
|
|
"result": "tp",
|
|
"pnl": 11.316851021520995,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00047069089365431673,
|
|
"pred_low": 0.00047069089365431673
|
|
},
|
|
{
|
|
"bar": 10696,
|
|
"time": "2025-02-25 13:50:00",
|
|
"direction": "long",
|
|
"entry": 2912.89,
|
|
"tp": 2913.4342857142856,
|
|
"sl": 2909.6242857142856,
|
|
"exit": 2913.4342857142856,
|
|
"result": "tp",
|
|
"pnl": 11.335712439892076,
|
|
"bars_held": 14,
|
|
"pred_high": 0.0003737083887724696,
|
|
"pred_low": 0.0003737083887724696
|
|
},
|
|
{
|
|
"bar": 10704,
|
|
"time": "2025-02-25 14:30:00",
|
|
"direction": "long",
|
|
"entry": 2912.55,
|
|
"tp": 2913.0654285714286,
|
|
"sl": 2909.4574285714284,
|
|
"exit": 2913.0654285714286,
|
|
"result": "tp",
|
|
"pnl": 11.354605293954538,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0003539362904867531,
|
|
"pred_low": 0.0003539362904867531
|
|
},
|
|
{
|
|
"bar": 10712,
|
|
"time": "2025-02-25 15:10:00",
|
|
"direction": "long",
|
|
"entry": 2916.46,
|
|
"tp": 2917.013142857143,
|
|
"sl": 2913.1411428571428,
|
|
"exit": 2913.1411428571428,
|
|
"result": "sl",
|
|
"pnl": -68.24117781669146,
|
|
"bars_held": 15,
|
|
"pred_high": 0.0003793248370578625,
|
|
"pred_low": 0.0003793248370578625
|
|
},
|
|
{
|
|
"bar": 10720,
|
|
"time": "2025-02-25 15:50:00",
|
|
"direction": "short",
|
|
"entry": 2914.44,
|
|
"tp": 2913.8414285714284,
|
|
"sl": 2918.031428571429,
|
|
"exit": 2913.8414285714284,
|
|
"result": "tp",
|
|
"pnl": 11.259794339757205,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004107625674719503,
|
|
"pred_low": 0.0004107625674719503
|
|
},
|
|
{
|
|
"bar": 10728,
|
|
"time": "2025-02-25 17:25:00",
|
|
"direction": "short",
|
|
"entry": 2913.99,
|
|
"tp": 2913.431714285714,
|
|
"sl": 2917.3397142857143,
|
|
"exit": 2917.3397142857143,
|
|
"result": "sl",
|
|
"pnl": -67.6713639819266,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0003831761360098877,
|
|
"pred_low": 0.0003831761360098877
|
|
},
|
|
{
|
|
"bar": 10736,
|
|
"time": "2025-02-25 18:05:00",
|
|
"direction": "long",
|
|
"entry": 2921.88,
|
|
"tp": 2922.57,
|
|
"sl": 2917.7400000000002,
|
|
"exit": 2922.57,
|
|
"result": "tp",
|
|
"pnl": 11.165775057018374,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000472298657029029,
|
|
"pred_low": 0.000472298657029029
|
|
},
|
|
{
|
|
"bar": 10744,
|
|
"time": "2025-02-25 18:45:00",
|
|
"direction": "short",
|
|
"entry": 2924.57,
|
|
"tp": 2923.7554285714286,
|
|
"sl": 2929.457428571429,
|
|
"exit": 2923.7554285714286,
|
|
"result": "tp",
|
|
"pnl": 11.184384682113777,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005570538086429266,
|
|
"pred_low": 0.0005570538086429266
|
|
},
|
|
{
|
|
"bar": 10752,
|
|
"time": "2025-02-25 19:25:00",
|
|
"direction": "long",
|
|
"entry": 2927.82,
|
|
"tp": 2928.730285714286,
|
|
"sl": 2922.3582857142856,
|
|
"exit": 2922.3582857142856,
|
|
"result": "sl",
|
|
"pnl": -67.218151939497,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0006218180860064785,
|
|
"pred_low": 0.0006218180860064785
|
|
},
|
|
{
|
|
"bar": 10760,
|
|
"time": "2025-02-25 20:05:00",
|
|
"direction": "short",
|
|
"entry": 2916.84,
|
|
"tp": 2915.8108571428575,
|
|
"sl": 2923.014857142857,
|
|
"exit": 2915.8108571428575,
|
|
"result": "tp",
|
|
"pnl": 11.090995070014893,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007056560230543031,
|
|
"pred_low": 0.0007056560230543031
|
|
},
|
|
{
|
|
"bar": 10768,
|
|
"time": "2025-02-25 20:45:00",
|
|
"direction": "short",
|
|
"entry": 2917.64,
|
|
"tp": 2916.7894285714283,
|
|
"sl": 2922.743428571428,
|
|
"exit": 2916.7894285714283,
|
|
"result": "tp",
|
|
"pnl": 11.109480061802785,
|
|
"bars_held": 14,
|
|
"pred_high": 0.0005830544060071676,
|
|
"pred_low": 0.0005830544060071676
|
|
},
|
|
{
|
|
"bar": 10784,
|
|
"time": "2025-02-25 22:05:00",
|
|
"direction": "short",
|
|
"entry": 2917.13,
|
|
"tp": 2916.6268571428573,
|
|
"sl": 2920.148857142857,
|
|
"exit": 2916.6268571428573,
|
|
"result": "tp",
|
|
"pnl": 11.127995861902503,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003449574459437007,
|
|
"pred_low": 0.0003449574459437007
|
|
},
|
|
{
|
|
"bar": 10792,
|
|
"time": "2025-02-25 22:45:00",
|
|
"direction": "short",
|
|
"entry": 2913.7,
|
|
"tp": 2913.042857142857,
|
|
"sl": 2917.642857142857,
|
|
"exit": 2917.642857142857,
|
|
"result": "sl",
|
|
"pnl": -66.87925513003617,
|
|
"bars_held": 7,
|
|
"pred_high": 0.00045107104859309964,
|
|
"pred_low": 0.00045107104859309964
|
|
},
|
|
{
|
|
"bar": 10800,
|
|
"time": "2025-02-25 23:25:00",
|
|
"direction": "long",
|
|
"entry": 2920.01,
|
|
"tp": 2920.7160000000003,
|
|
"sl": 2915.7740000000003,
|
|
"exit": 2915.7740000000003,
|
|
"result": "sl",
|
|
"pnl": -66.21046257873388,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004835599878082705,
|
|
"pred_low": 0.0004835599878082705
|
|
},
|
|
{
|
|
"bar": 10808,
|
|
"time": "2025-02-26 00:05:00",
|
|
"direction": "short",
|
|
"entry": 2913.63,
|
|
"tp": 2912.880857142857,
|
|
"sl": 2918.1248571428573,
|
|
"exit": 2912.880857142857,
|
|
"result": "tp",
|
|
"pnl": 10.924726325492578,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000514233349562489,
|
|
"pred_low": 0.000514233349562489
|
|
},
|
|
{
|
|
"bar": 10816,
|
|
"time": "2025-02-26 00:45:00",
|
|
"direction": "short",
|
|
"entry": 2907.52,
|
|
"tp": 2906.7982857142856,
|
|
"sl": 2911.8502857142853,
|
|
"exit": 2906.7982857142856,
|
|
"result": "tp",
|
|
"pnl": 10.942934202702556,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004964466526209643,
|
|
"pred_low": 0.0004964466526209643
|
|
},
|
|
{
|
|
"bar": 10824,
|
|
"time": "2025-02-26 01:25:00",
|
|
"direction": "long",
|
|
"entry": 2911.98,
|
|
"tp": 2912.782857142857,
|
|
"sl": 2907.1628571428573,
|
|
"exit": 2912.782857142857,
|
|
"result": "tp",
|
|
"pnl": 10.961172426372846,
|
|
"bars_held": 3,
|
|
"pred_high": 0.000551416660043769,
|
|
"pred_low": 0.000551416660043769
|
|
},
|
|
{
|
|
"bar": 10840,
|
|
"time": "2025-02-26 02:45:00",
|
|
"direction": "long",
|
|
"entry": 2914.41,
|
|
"tp": 2915.212857142857,
|
|
"sl": 2909.592857142857,
|
|
"exit": 2915.212857142857,
|
|
"result": "tp",
|
|
"pnl": 10.979441047083643,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000550956895465713,
|
|
"pred_low": 0.000550956895465713
|
|
},
|
|
{
|
|
"bar": 10848,
|
|
"time": "2025-02-26 03:25:00",
|
|
"direction": "short",
|
|
"entry": 2915.69,
|
|
"tp": 2914.998857142857,
|
|
"sl": 2919.8368571428573,
|
|
"exit": 2914.998857142857,
|
|
"result": "tp",
|
|
"pnl": 10.997740115496036,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004740852814550558,
|
|
"pred_low": 0.0004740852814550558
|
|
},
|
|
{
|
|
"bar": 10856,
|
|
"time": "2025-02-26 04:05:00",
|
|
"direction": "long",
|
|
"entry": 2915.56,
|
|
"tp": 2916.1242857142856,
|
|
"sl": 2912.174285714286,
|
|
"exit": 2912.174285714286,
|
|
"result": "sl",
|
|
"pnl": -66.09641809412128,
|
|
"bars_held": 8,
|
|
"pred_high": 0.00038708564686419644,
|
|
"pred_low": 0.00038708564686419644
|
|
},
|
|
{
|
|
"bar": 10864,
|
|
"time": "2025-02-26 04:45:00",
|
|
"direction": "short",
|
|
"entry": 2911.78,
|
|
"tp": 2911.246,
|
|
"sl": 2914.984,
|
|
"exit": 2911.246,
|
|
"result": "tp",
|
|
"pnl": 10.905908985532664,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003667859522353856,
|
|
"pred_low": 0.0003667859522353856
|
|
},
|
|
{
|
|
"bar": 10872,
|
|
"time": "2025-02-26 05:25:00",
|
|
"direction": "short",
|
|
"entry": 2912.92,
|
|
"tp": 2912.4834285714287,
|
|
"sl": 2915.5394285714287,
|
|
"exit": 2912.4834285714287,
|
|
"result": "tp",
|
|
"pnl": 10.924085500504273,
|
|
"bars_held": 11,
|
|
"pred_high": 0.000299748313425315,
|
|
"pred_low": 0.000299748313425315
|
|
},
|
|
{
|
|
"bar": 10888,
|
|
"time": "2025-02-26 06:45:00",
|
|
"direction": "long",
|
|
"entry": 2913.09,
|
|
"tp": 2913.534857142857,
|
|
"sl": 2910.4208571428576,
|
|
"exit": 2913.534857142857,
|
|
"result": "tp",
|
|
"pnl": 10.942292309671487,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003054194294423417,
|
|
"pred_low": 0.0003054194294423417
|
|
},
|
|
{
|
|
"bar": 10896,
|
|
"time": "2025-02-26 07:25:00",
|
|
"direction": "long",
|
|
"entry": 2913.16,
|
|
"tp": 2913.8025714285714,
|
|
"sl": 2909.3045714285713,
|
|
"exit": 2909.3045714285713,
|
|
"result": "sl",
|
|
"pnl": -65.7631767811387,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00044115079746488993,
|
|
"pred_low": 0.00044115079746488993
|
|
},
|
|
{
|
|
"bar": 10904,
|
|
"time": "2025-02-26 08:05:00",
|
|
"direction": "short",
|
|
"entry": 2899.25,
|
|
"tp": 2898.2394285714286,
|
|
"sl": 2905.3134285714286,
|
|
"exit": 2898.2394285714286,
|
|
"result": "tp",
|
|
"pnl": 10.850924168887627,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006971261040416925,
|
|
"pred_low": 0.0006971261040416925
|
|
},
|
|
{
|
|
"bar": 10912,
|
|
"time": "2025-02-26 08:45:00",
|
|
"direction": "long",
|
|
"entry": 2902.9,
|
|
"tp": 2904.5414285714287,
|
|
"sl": 2893.0514285714285,
|
|
"exit": 2904.5414285714287,
|
|
"result": "tp",
|
|
"pnl": 10.869009042502611,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0011308888156178851,
|
|
"pred_low": 0.0011308888156178851
|
|
},
|
|
{
|
|
"bar": 10920,
|
|
"time": "2025-02-26 09:25:00",
|
|
"direction": "long",
|
|
"entry": 2911.13,
|
|
"tp": 2912.85,
|
|
"sl": 2900.81,
|
|
"exit": 2912.85,
|
|
"result": "tp",
|
|
"pnl": 10.887124057572043,
|
|
"bars_held": 5,
|
|
"pred_high": 0.001181671721977373,
|
|
"pred_low": 0.001181671721977373
|
|
},
|
|
{
|
|
"bar": 10928,
|
|
"time": "2025-02-26 10:05:00",
|
|
"direction": "long",
|
|
"entry": 2912.03,
|
|
"tp": 2913.419142857143,
|
|
"sl": 2903.6951428571433,
|
|
"exit": 2913.419142857143,
|
|
"result": "tp",
|
|
"pnl": 10.905269264335693,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0009540718036166118,
|
|
"pred_low": 0.0009540718036166118
|
|
},
|
|
{
|
|
"bar": 10952,
|
|
"time": "2025-02-26 12:05:00",
|
|
"direction": "long",
|
|
"entry": 2915.76,
|
|
"tp": 2916.4262857142858,
|
|
"sl": 2911.762285714286,
|
|
"exit": 2911.762285714286,
|
|
"result": "sl",
|
|
"pnl": -65.54066827866214,
|
|
"bars_held": 8,
|
|
"pred_high": 0.0004570237017351682,
|
|
"pred_low": 0.0004570237017351682
|
|
},
|
|
{
|
|
"bar": 10960,
|
|
"time": "2025-02-26 12:45:00",
|
|
"direction": "short",
|
|
"entry": 2912.48,
|
|
"tp": 2911.9814285714288,
|
|
"sl": 2915.4714285714285,
|
|
"exit": 2915.4714285714285,
|
|
"result": "sl",
|
|
"pnl": -64.88526159587494,
|
|
"bars_held": 6,
|
|
"pred_high": 0.00034236899726102665,
|
|
"pred_low": 0.00034236899726102665
|
|
},
|
|
{
|
|
"bar": 10968,
|
|
"time": "2025-02-26 13:25:00",
|
|
"direction": "long",
|
|
"entry": 2915.73,
|
|
"tp": 2916.162,
|
|
"sl": 2913.138,
|
|
"exit": 2913.138,
|
|
"result": "sl",
|
|
"pnl": -64.2364089799182,
|
|
"bars_held": 9,
|
|
"pred_high": 0.0002963237336790333,
|
|
"pred_low": 0.0002963237336790333
|
|
},
|
|
{
|
|
"bar": 10984,
|
|
"time": "2025-02-26 14:45:00",
|
|
"direction": "long",
|
|
"entry": 2915.16,
|
|
"tp": 2915.5285714285715,
|
|
"sl": 2912.948571428571,
|
|
"exit": 2915.5285714285715,
|
|
"result": "tp",
|
|
"pnl": 10.599007481690926,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002528653168755274,
|
|
"pred_low": 0.0002528653168755274
|
|
},
|
|
{
|
|
"bar": 10992,
|
|
"time": "2025-02-26 15:25:00",
|
|
"direction": "short",
|
|
"entry": 2916.22,
|
|
"tp": 2915.816,
|
|
"sl": 2918.644,
|
|
"exit": 2915.816,
|
|
"result": "tp",
|
|
"pnl": 10.6166724941545,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00027707100287359827,
|
|
"pred_low": 0.00027707100287359827
|
|
},
|
|
{
|
|
"bar": 11000,
|
|
"time": "2025-02-26 17:00:00",
|
|
"direction": "short",
|
|
"entry": 2915.62,
|
|
"tp": 2915.217714285714,
|
|
"sl": 2918.0337142857143,
|
|
"exit": 2918.0337142857143,
|
|
"result": "sl",
|
|
"pnl": -63.80620168987538,
|
|
"bars_held": 6,
|
|
"pred_high": 0.00027595208860256977,
|
|
"pred_low": 0.00027595208860256977
|
|
},
|
|
{
|
|
"bar": 11008,
|
|
"time": "2025-02-26 17:40:00",
|
|
"direction": "long",
|
|
"entry": 2919.78,
|
|
"tp": 2920.2217142857144,
|
|
"sl": 2917.1297142857143,
|
|
"exit": 2920.2217142857144,
|
|
"result": "tp",
|
|
"pnl": 10.528023278825883,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00030256682744199886,
|
|
"pred_low": 0.00030256682744199886
|
|
},
|
|
{
|
|
"bar": 11016,
|
|
"time": "2025-02-26 18:20:00",
|
|
"direction": "short",
|
|
"entry": 2917.52,
|
|
"tp": 2917.044857142857,
|
|
"sl": 2920.3708571428574,
|
|
"exit": 2917.044857142857,
|
|
"result": "tp",
|
|
"pnl": 10.545569984297726,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003257169494247671,
|
|
"pred_low": 0.0003257169494247671
|
|
},
|
|
{
|
|
"bar": 11024,
|
|
"time": "2025-02-26 19:00:00",
|
|
"direction": "short",
|
|
"entry": 2916.22,
|
|
"tp": 2915.698857142857,
|
|
"sl": 2919.3468571428566,
|
|
"exit": 2915.698857142857,
|
|
"result": "tp",
|
|
"pnl": 10.56314593426857,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00035740983680437345,
|
|
"pred_low": 0.00035740983680437345
|
|
},
|
|
{
|
|
"bar": 11032,
|
|
"time": "2025-02-26 19:40:00",
|
|
"direction": "long",
|
|
"entry": 2916.04,
|
|
"tp": 2916.808857142857,
|
|
"sl": 2911.426857142857,
|
|
"exit": 2911.426857142857,
|
|
"result": "sl",
|
|
"pnl": -63.484507064949746,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005273296270676251,
|
|
"pred_low": 0.0005273296270676251
|
|
},
|
|
{
|
|
"bar": 11040,
|
|
"time": "2025-02-26 20:20:00",
|
|
"direction": "long",
|
|
"entry": 2913.72,
|
|
"tp": 2914.501714285714,
|
|
"sl": 2909.029714285714,
|
|
"exit": 2909.029714285714,
|
|
"result": "sl",
|
|
"pnl": -62.84966199430039,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0005365747468626288,
|
|
"pred_low": 0.0005365747468626288
|
|
},
|
|
{
|
|
"bar": 11048,
|
|
"time": "2025-02-26 21:00:00",
|
|
"direction": "short",
|
|
"entry": 2907.9,
|
|
"tp": 2907.1417142857144,
|
|
"sl": 2912.4497142857144,
|
|
"exit": 2907.1417142857144,
|
|
"result": "tp",
|
|
"pnl": 10.370194229058502,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005215349319341795,
|
|
"pred_low": 0.0005215349319341795
|
|
},
|
|
{
|
|
"bar": 11056,
|
|
"time": "2025-02-26 21:40:00",
|
|
"direction": "long",
|
|
"entry": 2907.49,
|
|
"tp": 2908.222857142857,
|
|
"sl": 2903.092857142857,
|
|
"exit": 2903.092857142857,
|
|
"result": "sl",
|
|
"pnl": -62.324867316643484,
|
|
"bars_held": 10,
|
|
"pred_high": 0.0005041167074398416,
|
|
"pred_low": 0.0005041167074398416
|
|
},
|
|
{
|
|
"bar": 11072,
|
|
"time": "2025-02-26 23:00:00",
|
|
"direction": "short",
|
|
"entry": 2895.3,
|
|
"tp": 2894.5394285714287,
|
|
"sl": 2899.863428571429,
|
|
"exit": 2894.5394285714287,
|
|
"result": "tp",
|
|
"pnl": 10.283603107246748,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005253835033132494,
|
|
"pred_low": 0.0005253835033132494
|
|
},
|
|
{
|
|
"bar": 11080,
|
|
"time": "2025-02-26 23:40:00",
|
|
"direction": "long",
|
|
"entry": 2892.59,
|
|
"tp": 2893.4797142857146,
|
|
"sl": 2887.251714285714,
|
|
"exit": 2893.4797142857146,
|
|
"result": "tp",
|
|
"pnl": 10.300742445760754,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006151679192103326,
|
|
"pred_low": 0.0006151679192103326
|
|
},
|
|
{
|
|
"bar": 11088,
|
|
"time": "2025-02-27 00:20:00",
|
|
"direction": "long",
|
|
"entry": 2894.99,
|
|
"tp": 2895.8391428571426,
|
|
"sl": 2889.8951428571427,
|
|
"exit": 2895.8391428571426,
|
|
"result": "tp",
|
|
"pnl": 10.317910349834602,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005866292160890902,
|
|
"pred_low": 0.0005866292160890902
|
|
},
|
|
{
|
|
"bar": 11096,
|
|
"time": "2025-02-27 01:00:00",
|
|
"direction": "short",
|
|
"entry": 2893.11,
|
|
"tp": 2892.4334285714285,
|
|
"sl": 2897.169428571429,
|
|
"exit": 2892.4334285714285,
|
|
"result": "tp",
|
|
"pnl": 10.335106867087418,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00046771220490850597,
|
|
"pred_low": 0.00046771220490850597
|
|
},
|
|
{
|
|
"bar": 11104,
|
|
"time": "2025-02-27 01:40:00",
|
|
"direction": "short",
|
|
"entry": 2890.08,
|
|
"tp": 2889.0394285714283,
|
|
"sl": 2896.323428571429,
|
|
"exit": 2889.0394285714283,
|
|
"result": "tp",
|
|
"pnl": 10.352332045198262,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0007200987021615019,
|
|
"pred_low": 0.0007200987021615019
|
|
},
|
|
{
|
|
"bar": 11112,
|
|
"time": "2025-02-27 02:20:00",
|
|
"direction": "short",
|
|
"entry": 2885.02,
|
|
"tp": 2883.731714285714,
|
|
"sl": 2892.749714285714,
|
|
"exit": 2883.731714285714,
|
|
"result": "tp",
|
|
"pnl": 10.369585931939392,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008930861583529622,
|
|
"pred_low": 0.0008930861583529622
|
|
},
|
|
{
|
|
"bar": 11120,
|
|
"time": "2025-02-27 03:00:00",
|
|
"direction": "short",
|
|
"entry": 2880.32,
|
|
"tp": 2879.109428571429,
|
|
"sl": 2887.5834285714286,
|
|
"exit": 2879.109428571429,
|
|
"result": "tp",
|
|
"pnl": 10.386868575156901,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008405812052629052,
|
|
"pred_low": 0.0008405812052629052
|
|
},
|
|
{
|
|
"bar": 11128,
|
|
"time": "2025-02-27 03:40:00",
|
|
"direction": "short",
|
|
"entry": 2885.99,
|
|
"tp": 2884.6671428571426,
|
|
"sl": 2893.927142857143,
|
|
"exit": 2893.927142857143,
|
|
"result": "sl",
|
|
"pnl": -62.42508013670289,
|
|
"bars_held": 15,
|
|
"pred_high": 0.0009167440932623802,
|
|
"pred_low": 0.0009167440932623802
|
|
},
|
|
{
|
|
"bar": 11136,
|
|
"time": "2025-02-27 04:20:00",
|
|
"direction": "long",
|
|
"entry": 2889.42,
|
|
"tp": 2890.2377142857144,
|
|
"sl": 2884.5137142857143,
|
|
"exit": 2890.2377142857144,
|
|
"result": "tp",
|
|
"pnl": 10.300138222557083,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005660058321145903,
|
|
"pred_low": 0.0005660058321145903
|
|
},
|
|
{
|
|
"bar": 11144,
|
|
"time": "2025-02-27 05:00:00",
|
|
"direction": "long",
|
|
"entry": 2891.98,
|
|
"tp": 2892.6274285714285,
|
|
"sl": 2888.095428571429,
|
|
"exit": 2892.6274285714285,
|
|
"result": "tp",
|
|
"pnl": 10.317305119592127,
|
|
"bars_held": 2,
|
|
"pred_high": 0.000447740697673249,
|
|
"pred_low": 0.000447740697673249
|
|
},
|
|
{
|
|
"bar": 11152,
|
|
"time": "2025-02-27 05:40:00",
|
|
"direction": "short",
|
|
"entry": 2888.84,
|
|
"tp": 2888.037428571429,
|
|
"sl": 2893.6554285714287,
|
|
"exit": 2888.037428571429,
|
|
"result": "tp",
|
|
"pnl": 10.334500628124685,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005556357766933847,
|
|
"pred_low": 0.0005556357766933847
|
|
},
|
|
{
|
|
"bar": 11160,
|
|
"time": "2025-02-27 06:20:00",
|
|
"direction": "long",
|
|
"entry": 2885.13,
|
|
"tp": 2885.920857142857,
|
|
"sl": 2880.384857142857,
|
|
"exit": 2885.920857142857,
|
|
"result": "tp",
|
|
"pnl": 10.351724795838035,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005482298148486468,
|
|
"pred_low": 0.0005482298148486468
|
|
},
|
|
{
|
|
"bar": 11168,
|
|
"time": "2025-02-27 07:00:00",
|
|
"direction": "long",
|
|
"entry": 2887.96,
|
|
"tp": 2888.712,
|
|
"sl": 2883.4480000000003,
|
|
"exit": 2888.712,
|
|
"result": "tp",
|
|
"pnl": 10.368977670499294,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005207828363273402,
|
|
"pred_low": 0.0005207828363273402
|
|
},
|
|
{
|
|
"bar": 11176,
|
|
"time": "2025-02-27 07:40:00",
|
|
"direction": "short",
|
|
"entry": 2886.19,
|
|
"tp": 2885.101142857143,
|
|
"sl": 2892.7231428571426,
|
|
"exit": 2885.101142857143,
|
|
"result": "tp",
|
|
"pnl": 10.386259299951242,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007545290801070849,
|
|
"pred_low": 0.0007545290801070849
|
|
},
|
|
{
|
|
"bar": 11184,
|
|
"time": "2025-02-27 08:20:00",
|
|
"direction": "long",
|
|
"entry": 2891.19,
|
|
"tp": 2892.479714285714,
|
|
"sl": 2883.4517142857144,
|
|
"exit": 2883.4517142857144,
|
|
"result": "sl",
|
|
"pnl": -62.42141839270131,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0008921684743750885,
|
|
"pred_low": 0.0008921684743750885
|
|
},
|
|
{
|
|
"bar": 11192,
|
|
"time": "2025-02-27 09:00:00",
|
|
"direction": "short",
|
|
"entry": 2880.07,
|
|
"tp": 2878.4260000000004,
|
|
"sl": 2889.9339999999997,
|
|
"exit": 2878.4260000000004,
|
|
"result": "tp",
|
|
"pnl": 10.299534034794483,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0011416389184984719,
|
|
"pred_low": 0.0011416389184984719
|
|
},
|
|
{
|
|
"bar": 11200,
|
|
"time": "2025-02-27 09:40:00",
|
|
"direction": "long",
|
|
"entry": 2875.57,
|
|
"tp": 2877.399428571429,
|
|
"sl": 2864.593428571429,
|
|
"exit": 2877.399428571429,
|
|
"result": "tp",
|
|
"pnl": 10.316699924854557,
|
|
"bars_held": 14,
|
|
"pred_high": 0.0012723936968521198,
|
|
"pred_low": 0.0012723936968521198
|
|
},
|
|
{
|
|
"bar": 11208,
|
|
"time": "2025-02-27 10:20:00",
|
|
"direction": "long",
|
|
"entry": 2875.21,
|
|
"tp": 2876.1745714285717,
|
|
"sl": 2869.4225714285712,
|
|
"exit": 2876.1745714285717,
|
|
"result": "tp",
|
|
"pnl": 10.333894424730238,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0006709572021323207,
|
|
"pred_low": 0.0006709572021323207
|
|
},
|
|
{
|
|
"bar": 11216,
|
|
"time": "2025-02-27 11:00:00",
|
|
"direction": "long",
|
|
"entry": 2878.36,
|
|
"tp": 2879.2134285714287,
|
|
"sl": 2873.2394285714286,
|
|
"exit": 2879.2134285714287,
|
|
"result": "tp",
|
|
"pnl": 10.35111758210284,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0005929964086692382,
|
|
"pred_low": 0.0005929964086692382
|
|
},
|
|
{
|
|
"bar": 11224,
|
|
"time": "2025-02-27 11:40:00",
|
|
"direction": "long",
|
|
"entry": 2878.96,
|
|
"tp": 2879.6945714285716,
|
|
"sl": 2874.5525714285714,
|
|
"exit": 2879.6945714285716,
|
|
"result": "tp",
|
|
"pnl": 10.368369444742063,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005103033238193165,
|
|
"pred_low": 0.0005103033238193165
|
|
},
|
|
{
|
|
"bar": 11232,
|
|
"time": "2025-02-27 12:20:00",
|
|
"direction": "long",
|
|
"entry": 2885.13,
|
|
"tp": 2885.848,
|
|
"sl": 2880.822,
|
|
"exit": 2885.848,
|
|
"result": "tp",
|
|
"pnl": 10.38565006047847,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004977245392755378,
|
|
"pred_low": 0.0004977245392755378
|
|
},
|
|
{
|
|
"bar": 11240,
|
|
"time": "2025-02-27 13:00:00",
|
|
"direction": "long",
|
|
"entry": 2886.7,
|
|
"tp": 2887.3645714285713,
|
|
"sl": 2882.712571428571,
|
|
"exit": 2882.712571428571,
|
|
"result": "sl",
|
|
"pnl": -62.41775686349149,
|
|
"bars_held": 6,
|
|
"pred_high": 0.00046043678149542517,
|
|
"pred_low": 0.00046043678149542517
|
|
},
|
|
{
|
|
"bar": 11248,
|
|
"time": "2025-02-27 13:40:00",
|
|
"direction": "short",
|
|
"entry": 2880.3,
|
|
"tp": 2879.576285714286,
|
|
"sl": 2884.6422857142857,
|
|
"exit": 2879.576285714286,
|
|
"result": "tp",
|
|
"pnl": 10.298929882476632,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000502527018514926,
|
|
"pred_low": 0.000502527018514926
|
|
},
|
|
{
|
|
"bar": 11256,
|
|
"time": "2025-02-27 14:20:00",
|
|
"direction": "short",
|
|
"entry": 2875.45,
|
|
"tp": 2874.622571428571,
|
|
"sl": 2880.414571428571,
|
|
"exit": 2874.622571428571,
|
|
"result": "tp",
|
|
"pnl": 10.316094765615786,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000575512404269634,
|
|
"pred_low": 0.000575512404269634
|
|
},
|
|
{
|
|
"bar": 11264,
|
|
"time": "2025-02-27 15:00:00",
|
|
"direction": "short",
|
|
"entry": 2872.3,
|
|
"tp": 2871.589142857143,
|
|
"sl": 2876.565142857143,
|
|
"exit": 2876.565142857143,
|
|
"result": "sl",
|
|
"pnl": -61.999729541339505,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0004949741620702106,
|
|
"pred_low": 0.0004949741620702106
|
|
},
|
|
{
|
|
"bar": 11272,
|
|
"time": "2025-02-27 15:40:00",
|
|
"direction": "long",
|
|
"entry": 2876.94,
|
|
"tp": 2877.598,
|
|
"sl": 2872.992,
|
|
"exit": 2877.598,
|
|
"result": "tp",
|
|
"pnl": 10.229955374319067,
|
|
"bars_held": 8,
|
|
"pred_high": 0.00045743046431277176,
|
|
"pred_low": 0.00045743046431277176
|
|
},
|
|
{
|
|
"bar": 11280,
|
|
"time": "2025-02-27 17:15:00",
|
|
"direction": "long",
|
|
"entry": 2877.76,
|
|
"tp": 2878.2488571428576,
|
|
"sl": 2874.826857142857,
|
|
"exit": 2874.826857142857,
|
|
"result": "sl",
|
|
"pnl": -61.48203179966988,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00033974837572081027,
|
|
"pred_low": 0.00033974837572081027
|
|
},
|
|
{
|
|
"bar": 11288,
|
|
"time": "2025-02-27 17:55:00",
|
|
"direction": "long",
|
|
"entry": 2876.02,
|
|
"tp": 2876.524,
|
|
"sl": 2872.996,
|
|
"exit": 2876.524,
|
|
"result": "tp",
|
|
"pnl": 10.144535246942803,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00035048434990021587,
|
|
"pred_low": 0.00035048434990021587
|
|
},
|
|
{
|
|
"bar": 11296,
|
|
"time": "2025-02-27 18:35:00",
|
|
"direction": "long",
|
|
"entry": 2879.46,
|
|
"tp": 2879.978,
|
|
"sl": 2876.3520000000003,
|
|
"exit": 2879.978,
|
|
"result": "tp",
|
|
"pnl": 10.161442805691074,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003597896827877201,
|
|
"pred_low": 0.0003597896827877201
|
|
},
|
|
{
|
|
"bar": 11304,
|
|
"time": "2025-02-27 19:15:00",
|
|
"direction": "long",
|
|
"entry": 2879.26,
|
|
"tp": 2880.1220000000003,
|
|
"sl": 2874.088,
|
|
"exit": 2880.1220000000003,
|
|
"result": "tp",
|
|
"pnl": 10.178378543700207,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005987649604412259,
|
|
"pred_low": 0.0005987649604412259
|
|
},
|
|
{
|
|
"bar": 11312,
|
|
"time": "2025-02-27 19:55:00",
|
|
"direction": "short",
|
|
"entry": 2874.79,
|
|
"tp": 2873.7422857142856,
|
|
"sl": 2881.076285714286,
|
|
"exit": 2873.7422857142856,
|
|
"result": "tp",
|
|
"pnl": 10.195342507939673,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007288979617393277,
|
|
"pred_low": 0.0007288979617393277
|
|
},
|
|
{
|
|
"bar": 11328,
|
|
"time": "2025-02-27 21:15:00",
|
|
"direction": "short",
|
|
"entry": 2871.75,
|
|
"tp": 2871.0374285714283,
|
|
"sl": 2876.0254285714286,
|
|
"exit": 2871.0374285714283,
|
|
"result": "tp",
|
|
"pnl": 10.212334745455186,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004962628561479538,
|
|
"pred_low": 0.0004962628561479538
|
|
},
|
|
{
|
|
"bar": 11336,
|
|
"time": "2025-02-27 21:55:00",
|
|
"direction": "short",
|
|
"entry": 2865.58,
|
|
"tp": 2864.805142857143,
|
|
"sl": 2870.229142857143,
|
|
"exit": 2864.805142857143,
|
|
"result": "tp",
|
|
"pnl": 10.229355303358542,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005408030087152617,
|
|
"pred_low": 0.0005408030087152617
|
|
},
|
|
{
|
|
"bar": 11344,
|
|
"time": "2025-02-27 22:35:00",
|
|
"direction": "short",
|
|
"entry": 2860.24,
|
|
"tp": 2859.2291428571425,
|
|
"sl": 2866.3051428571425,
|
|
"exit": 2859.2291428571425,
|
|
"result": "tp",
|
|
"pnl": 10.246404228868158,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007068337921692816,
|
|
"pred_low": 0.0007068337921692816
|
|
},
|
|
{
|
|
"bar": 11360,
|
|
"time": "2025-02-27 23:55:00",
|
|
"direction": "long",
|
|
"entry": 2863.96,
|
|
"tp": 2864.5860000000002,
|
|
"sl": 2860.204,
|
|
"exit": 2864.5860000000002,
|
|
"result": "tp",
|
|
"pnl": 10.26348156925135,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00043715694353273714,
|
|
"pred_low": 0.00043715694353273714
|
|
},
|
|
{
|
|
"bar": 11368,
|
|
"time": "2025-02-28 00:35:00",
|
|
"direction": "long",
|
|
"entry": 2864.24,
|
|
"tp": 2864.8979999999997,
|
|
"sl": 2860.2919999999995,
|
|
"exit": 2860.2919999999995,
|
|
"result": "sl",
|
|
"pnl": -61.683524231184705,
|
|
"bars_held": 9,
|
|
"pred_high": 0.00045945870457784186,
|
|
"pred_low": 0.00045945870457784186
|
|
},
|
|
{
|
|
"bar": 11376,
|
|
"time": "2025-02-28 01:15:00",
|
|
"direction": "short",
|
|
"entry": 2861.63,
|
|
"tp": 2861.112285714286,
|
|
"sl": 2864.7362857142857,
|
|
"exit": 2861.112285714286,
|
|
"result": "tp",
|
|
"pnl": 10.177781498143403,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000361831743247219,
|
|
"pred_low": 0.000361831743247219
|
|
},
|
|
{
|
|
"bar": 11384,
|
|
"time": "2025-02-28 01:55:00",
|
|
"direction": "short",
|
|
"entry": 2858.6,
|
|
"tp": 2857.9582857142855,
|
|
"sl": 2862.4502857142857,
|
|
"exit": 2857.9582857142855,
|
|
"result": "tp",
|
|
"pnl": 10.194744467311398,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004489710247773461,
|
|
"pred_low": 0.0004489710247773461
|
|
},
|
|
{
|
|
"bar": 11392,
|
|
"time": "2025-02-28 02:35:00",
|
|
"direction": "short",
|
|
"entry": 2855.55,
|
|
"tp": 2854.8874285714287,
|
|
"sl": 2859.5254285714286,
|
|
"exit": 2854.8874285714287,
|
|
"result": "tp",
|
|
"pnl": 10.211735708088362,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00046405871273234026,
|
|
"pred_low": 0.00046405871273234026
|
|
},
|
|
{
|
|
"bar": 11400,
|
|
"time": "2025-02-28 03:15:00",
|
|
"direction": "long",
|
|
"entry": 2861.57,
|
|
"tp": 2862.4468571428574,
|
|
"sl": 2856.3088571428575,
|
|
"exit": 2862.4468571428574,
|
|
"result": "tp",
|
|
"pnl": 10.228755267602207,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006128503883232942,
|
|
"pred_low": 0.0006128503883232942
|
|
},
|
|
{
|
|
"bar": 11416,
|
|
"time": "2025-02-28 04:35:00",
|
|
"direction": "long",
|
|
"entry": 2863.43,
|
|
"tp": 2864.048857142857,
|
|
"sl": 2859.716857142857,
|
|
"exit": 2864.048857142857,
|
|
"result": "tp",
|
|
"pnl": 10.24580319304448,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00043224883643542097,
|
|
"pred_low": 0.00043224883643542097
|
|
},
|
|
{
|
|
"bar": 11424,
|
|
"time": "2025-02-28 05:15:00",
|
|
"direction": "short",
|
|
"entry": 2860.93,
|
|
"tp": 2860.428571428571,
|
|
"sl": 2863.9385714285713,
|
|
"exit": 2860.428571428571,
|
|
"result": "tp",
|
|
"pnl": 10.262879531705108,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00035053536537320155,
|
|
"pred_low": 0.00035053536537320155
|
|
},
|
|
{
|
|
"bar": 11432,
|
|
"time": "2025-02-28 05:55:00",
|
|
"direction": "long",
|
|
"entry": 2862.15,
|
|
"tp": 2862.733142857143,
|
|
"sl": 2858.651142857143,
|
|
"exit": 2862.733142857143,
|
|
"result": "tp",
|
|
"pnl": 10.279984330920055,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00040748588099355585,
|
|
"pred_low": 0.00040748588099355585
|
|
},
|
|
{
|
|
"bar": 11440,
|
|
"time": "2025-02-28 06:35:00",
|
|
"direction": "short",
|
|
"entry": 2858.82,
|
|
"tp": 2858.1440000000002,
|
|
"sl": 2862.876,
|
|
"exit": 2858.1440000000002,
|
|
"result": "tp",
|
|
"pnl": 10.297117638138443,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00047292239455440274,
|
|
"pred_low": 0.00047292239455440274
|
|
},
|
|
{
|
|
"bar": 11448,
|
|
"time": "2025-02-28 07:15:00",
|
|
"direction": "long",
|
|
"entry": 2860.12,
|
|
"tp": 2860.9805714285712,
|
|
"sl": 2854.9565714285714,
|
|
"exit": 2854.9565714285714,
|
|
"result": "sl",
|
|
"pnl": -61.88567700521714,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006017729525834241,
|
|
"pred_low": 0.0006017729525834241
|
|
},
|
|
{
|
|
"bar": 11456,
|
|
"time": "2025-02-28 07:55:00",
|
|
"direction": "short",
|
|
"entry": 2848.93,
|
|
"tp": 2847.7662857142855,
|
|
"sl": 2855.9122857142856,
|
|
"exit": 2847.7662857142855,
|
|
"result": "tp",
|
|
"pnl": 10.211136705861847,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008169483179399279,
|
|
"pred_low": 0.0008169483179399279
|
|
},
|
|
{
|
|
"bar": 11464,
|
|
"time": "2025-02-28 08:35:00",
|
|
"direction": "short",
|
|
"entry": 2843.08,
|
|
"tp": 2841.692,
|
|
"sl": 2851.408,
|
|
"exit": 2841.692,
|
|
"result": "tp",
|
|
"pnl": 10.228155267037026,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0009764058696906159,
|
|
"pred_low": 0.0009764058696906159
|
|
},
|
|
{
|
|
"bar": 11472,
|
|
"time": "2025-02-28 09:15:00",
|
|
"direction": "long",
|
|
"entry": 2839.32,
|
|
"tp": 2840.5634285714286,
|
|
"sl": 2831.8594285714285,
|
|
"exit": 2840.5634285714286,
|
|
"result": "tp",
|
|
"pnl": 10.2452021924817,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008758636373699223,
|
|
"pred_low": 0.0008758636373699223
|
|
},
|
|
{
|
|
"bar": 11480,
|
|
"time": "2025-02-28 09:55:00",
|
|
"direction": "long",
|
|
"entry": 2849.62,
|
|
"tp": 2850.843714285714,
|
|
"sl": 2842.277714285714,
|
|
"exit": 2850.843714285714,
|
|
"result": "tp",
|
|
"pnl": 10.262277529470353,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008588613820188634,
|
|
"pred_low": 0.0008588613820188634
|
|
},
|
|
{
|
|
"bar": 11488,
|
|
"time": "2025-02-28 10:35:00",
|
|
"direction": "short",
|
|
"entry": 2849.64,
|
|
"tp": 2848.5297142857144,
|
|
"sl": 2856.3017142857143,
|
|
"exit": 2848.5297142857144,
|
|
"result": "tp",
|
|
"pnl": 10.279381325350661,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007792463007858662,
|
|
"pred_low": 0.0007792463007858662
|
|
},
|
|
{
|
|
"bar": 11512,
|
|
"time": "2025-02-28 12:35:00",
|
|
"direction": "long",
|
|
"entry": 2845.26,
|
|
"tp": 2846.2297142857146,
|
|
"sl": 2839.4417142857146,
|
|
"exit": 2846.2297142857146,
|
|
"result": "tp",
|
|
"pnl": 10.29651362756316,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000681634919630727,
|
|
"pred_low": 0.000681634919630727
|
|
},
|
|
{
|
|
"bar": 11520,
|
|
"time": "2025-02-28 13:15:00",
|
|
"direction": "short",
|
|
"entry": 2845.01,
|
|
"tp": 2843.9862857142857,
|
|
"sl": 2851.152285714286,
|
|
"exit": 2851.152285714286,
|
|
"result": "sl",
|
|
"pnl": -61.88204690164425,
|
|
"bars_held": 10,
|
|
"pred_high": 0.0007196560192858962,
|
|
"pred_low": 0.0007196560192858962
|
|
},
|
|
{
|
|
"bar": 11528,
|
|
"time": "2025-02-28 13:55:00",
|
|
"direction": "long",
|
|
"entry": 2849.52,
|
|
"tp": 2850.19,
|
|
"sl": 2845.5,
|
|
"exit": 2850.19,
|
|
"result": "tp",
|
|
"pnl": 10.210537738772556,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00047025463937785646,
|
|
"pred_low": 0.00047025463937785646
|
|
},
|
|
{
|
|
"bar": 11536,
|
|
"time": "2025-02-28 14:35:00",
|
|
"direction": "short",
|
|
"entry": 2849.02,
|
|
"tp": 2848.311142857143,
|
|
"sl": 2853.273142857143,
|
|
"exit": 2853.273142857143,
|
|
"result": "sl",
|
|
"pnl": -61.36533181001593,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0004976147186451069,
|
|
"pred_low": 0.0004976147186451069
|
|
},
|
|
{
|
|
"bar": 11544,
|
|
"time": "2025-02-28 15:15:00",
|
|
"direction": "long",
|
|
"entry": 2857.25,
|
|
"tp": 2857.9677142857145,
|
|
"sl": 2852.943714285714,
|
|
"exit": 2857.9677142857145,
|
|
"result": "tp",
|
|
"pnl": 10.125279748655013,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0005023811607064804,
|
|
"pred_low": 0.0005023811607064804
|
|
},
|
|
{
|
|
"bar": 11560,
|
|
"time": "2025-03-02 17:30:00",
|
|
"direction": "short",
|
|
"entry": 2871.71,
|
|
"tp": 2870.6165714285717,
|
|
"sl": 2878.2705714285717,
|
|
"exit": 2870.6165714285717,
|
|
"result": "tp",
|
|
"pnl": 10.142155214898578,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007615174035181623,
|
|
"pred_low": 0.0007615174035181623
|
|
},
|
|
{
|
|
"bar": 11568,
|
|
"time": "2025-03-02 18:10:00",
|
|
"direction": "long",
|
|
"entry": 2869.9,
|
|
"tp": 2871.1420000000003,
|
|
"sl": 2862.448,
|
|
"exit": 2871.1420000000003,
|
|
"result": "tp",
|
|
"pnl": 10.1590588069266,
|
|
"bars_held": 16,
|
|
"pred_high": 0.0008655353845081851,
|
|
"pred_low": 0.0008655353845081851
|
|
},
|
|
{
|
|
"bar": 11576,
|
|
"time": "2025-03-02 18:50:00",
|
|
"direction": "short",
|
|
"entry": 2867.62,
|
|
"tp": 2866.575714285714,
|
|
"sl": 2873.8857142857146,
|
|
"exit": 2866.575714285714,
|
|
"result": "tp",
|
|
"pnl": 10.175990571603052,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000728329216762155,
|
|
"pred_low": 0.000728329216762155
|
|
},
|
|
{
|
|
"bar": 11584,
|
|
"time": "2025-03-02 19:30:00",
|
|
"direction": "long",
|
|
"entry": 2870.55,
|
|
"tp": 2871.464285714286,
|
|
"sl": 2865.0642857142857,
|
|
"exit": 2871.464285714286,
|
|
"result": "tp",
|
|
"pnl": 10.192950555887696,
|
|
"bars_held": 9,
|
|
"pred_high": 0.0006370108266957575,
|
|
"pred_low": 0.0006370108266957575
|
|
},
|
|
{
|
|
"bar": 11592,
|
|
"time": "2025-03-02 20:10:00",
|
|
"direction": "long",
|
|
"entry": 2869.99,
|
|
"tp": 2870.700571428571,
|
|
"sl": 2865.7265714285713,
|
|
"exit": 2870.700571428571,
|
|
"result": "tp",
|
|
"pnl": 10.2099388068133,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004951734525705236,
|
|
"pred_low": 0.0004951734525705236
|
|
},
|
|
{
|
|
"bar": 11600,
|
|
"time": "2025-03-02 20:50:00",
|
|
"direction": "short",
|
|
"entry": 2869.39,
|
|
"tp": 2868.887714285714,
|
|
"sl": 2872.403714285714,
|
|
"exit": 2868.887714285714,
|
|
"result": "tp",
|
|
"pnl": 10.22695537149526,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00035009929935332965,
|
|
"pred_low": 0.00035009929935332965
|
|
},
|
|
{
|
|
"bar": 11608,
|
|
"time": "2025-03-02 21:30:00",
|
|
"direction": "short",
|
|
"entry": 2863.35,
|
|
"tp": 2862.6879999999996,
|
|
"sl": 2867.322,
|
|
"exit": 2862.6879999999996,
|
|
"result": "tp",
|
|
"pnl": 10.244000297116514,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004623954458938244,
|
|
"pred_low": 0.0004623954458938244
|
|
},
|
|
{
|
|
"bar": 11624,
|
|
"time": "2025-03-02 22:50:00",
|
|
"direction": "long",
|
|
"entry": 2867.57,
|
|
"tp": 2868.054857142857,
|
|
"sl": 2864.6608571428574,
|
|
"exit": 2864.6608571428574,
|
|
"result": "sl",
|
|
"pnl": -61.56644178564918,
|
|
"bars_held": 8,
|
|
"pred_high": 0.000338165863680494,
|
|
"pred_low": 0.000338165863680494
|
|
},
|
|
{
|
|
"bar": 11632,
|
|
"time": "2025-03-02 23:30:00",
|
|
"direction": "short",
|
|
"entry": 2862.87,
|
|
"tp": 2862.37,
|
|
"sl": 2865.87,
|
|
"exit": 2862.37,
|
|
"result": "tp",
|
|
"pnl": 10.15846289463247,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003492998284937752,
|
|
"pred_low": 0.0003492998284937752
|
|
},
|
|
{
|
|
"bar": 11640,
|
|
"time": "2025-03-03 00:10:00",
|
|
"direction": "long",
|
|
"entry": 2865.08,
|
|
"tp": 2865.598285714286,
|
|
"sl": 2861.9702857142856,
|
|
"exit": 2861.9702857142856,
|
|
"result": "sl",
|
|
"pnl": -61.05236199673853,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0003617949336742595,
|
|
"pred_low": 0.0003617949336742595
|
|
},
|
|
{
|
|
"bar": 11648,
|
|
"time": "2025-03-03 00:50:00",
|
|
"direction": "long",
|
|
"entry": 2865.17,
|
|
"tp": 2865.6842857142856,
|
|
"sl": 2862.0842857142857,
|
|
"exit": 2865.6842857142856,
|
|
"result": "tp",
|
|
"pnl": 10.073639729458211,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003589914136234159,
|
|
"pred_low": 0.0003589914136234159
|
|
},
|
|
{
|
|
"bar": 11656,
|
|
"time": "2025-03-03 01:30:00",
|
|
"direction": "short",
|
|
"entry": 2862.52,
|
|
"tp": 2862.0305714285714,
|
|
"sl": 2865.4565714285714,
|
|
"exit": 2862.0305714285714,
|
|
"result": "tp",
|
|
"pnl": 10.090429129011127,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00034195643798370776,
|
|
"pred_low": 0.00034195643798370776
|
|
},
|
|
{
|
|
"bar": 11664,
|
|
"time": "2025-03-03 02:10:00",
|
|
"direction": "long",
|
|
"entry": 2863.71,
|
|
"tp": 2864.2771428571427,
|
|
"sl": 2860.307142857143,
|
|
"exit": 2864.2771428571427,
|
|
"result": "tp",
|
|
"pnl": 10.107246510890036,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003960895880817921,
|
|
"pred_low": 0.0003960895880817921
|
|
},
|
|
{
|
|
"bar": 11672,
|
|
"time": "2025-03-03 02:50:00",
|
|
"direction": "long",
|
|
"entry": 2868.01,
|
|
"tp": 2868.8131428571432,
|
|
"sl": 2863.191142857143,
|
|
"exit": 2868.8131428571432,
|
|
"result": "tp",
|
|
"pnl": 10.124091921746261,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005600697746122738,
|
|
"pred_low": 0.0005600697746122738
|
|
},
|
|
{
|
|
"bar": 11688,
|
|
"time": "2025-03-03 04:10:00",
|
|
"direction": "long",
|
|
"entry": 2868.31,
|
|
"tp": 2869.066857142857,
|
|
"sl": 2863.768857142857,
|
|
"exit": 2869.066857142857,
|
|
"result": "tp",
|
|
"pnl": 10.140965408277753,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005277373386120215,
|
|
"pred_low": 0.0005277373386120215
|
|
},
|
|
{
|
|
"bar": 11696,
|
|
"time": "2025-03-03 04:50:00",
|
|
"direction": "long",
|
|
"entry": 2872.86,
|
|
"tp": 2873.571142857143,
|
|
"sl": 2868.593142857143,
|
|
"exit": 2873.571142857143,
|
|
"result": "tp",
|
|
"pnl": 10.15786701729545,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0004950765837129922,
|
|
"pred_low": 0.0004950765837129922
|
|
},
|
|
{
|
|
"bar": 11704,
|
|
"time": "2025-03-03 05:30:00",
|
|
"direction": "short",
|
|
"entry": 2872.57,
|
|
"tp": 2871.958857142857,
|
|
"sl": 2876.2368571428574,
|
|
"exit": 2876.2368571428574,
|
|
"result": "sl",
|
|
"pnl": -61.048780773942006,
|
|
"bars_held": 12,
|
|
"pred_high": 0.00042550249925525955,
|
|
"pred_low": 0.00042550249925525955
|
|
},
|
|
{
|
|
"bar": 11712,
|
|
"time": "2025-03-03 06:10:00",
|
|
"direction": "long",
|
|
"entry": 2874.47,
|
|
"tp": 2874.987428571428,
|
|
"sl": 2871.3654285714283,
|
|
"exit": 2874.987428571428,
|
|
"result": "tp",
|
|
"pnl": 10.073048827695876,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00036001667885110104,
|
|
"pred_low": 0.00036001667885110104
|
|
},
|
|
{
|
|
"bar": 11720,
|
|
"time": "2025-03-03 06:50:00",
|
|
"direction": "long",
|
|
"entry": 2876.55,
|
|
"tp": 2877.0442857142857,
|
|
"sl": 2873.584285714286,
|
|
"exit": 2873.584285714286,
|
|
"result": "sl",
|
|
"pnl": -60.53902345447279,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00034366565106513464,
|
|
"pred_low": 0.00034366565106513464
|
|
},
|
|
{
|
|
"bar": 11728,
|
|
"time": "2025-03-03 07:30:00",
|
|
"direction": "long",
|
|
"entry": 2873.96,
|
|
"tp": 2874.742,
|
|
"sl": 2869.268,
|
|
"exit": 2874.742,
|
|
"result": "tp",
|
|
"pnl": 9.98893886999062,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0005441968572979422,
|
|
"pred_low": 0.0005441968572979422
|
|
},
|
|
{
|
|
"bar": 11744,
|
|
"time": "2025-03-03 08:50:00",
|
|
"direction": "long",
|
|
"entry": 2877.57,
|
|
"tp": 2878.499428571429,
|
|
"sl": 2871.993428571429,
|
|
"exit": 2878.499428571429,
|
|
"result": "tp",
|
|
"pnl": 10.005587101439453,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006459815548734093,
|
|
"pred_low": 0.0006459815548734093
|
|
},
|
|
{
|
|
"bar": 11752,
|
|
"time": "2025-03-03 09:30:00",
|
|
"direction": "long",
|
|
"entry": 2888.01,
|
|
"tp": 2889.3265714285717,
|
|
"sl": 2880.110571428572,
|
|
"exit": 2889.3265714285717,
|
|
"result": "tp",
|
|
"pnl": 10.022263079941506,
|
|
"bars_held": 10,
|
|
"pred_high": 0.0009117499098489364,
|
|
"pred_low": 0.0009117499098489364
|
|
},
|
|
{
|
|
"bar": 11768,
|
|
"time": "2025-03-03 10:50:00",
|
|
"direction": "long",
|
|
"entry": 2891.65,
|
|
"tp": 2892.3357142857144,
|
|
"sl": 2887.535714285714,
|
|
"exit": 2892.3357142857144,
|
|
"result": "tp",
|
|
"pnl": 10.038966851741296,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00047427198015962215,
|
|
"pred_low": 0.00047427198015962215
|
|
},
|
|
{
|
|
"bar": 11776,
|
|
"time": "2025-03-03 11:30:00",
|
|
"direction": "short",
|
|
"entry": 2890.93,
|
|
"tp": 2890.220571428571,
|
|
"sl": 2895.1865714285714,
|
|
"exit": 2890.220571428571,
|
|
"result": "tp",
|
|
"pnl": 10.055698463163615,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0004907960908279311,
|
|
"pred_low": 0.0004907960908279311
|
|
},
|
|
{
|
|
"bar": 11784,
|
|
"time": "2025-03-03 12:10:00",
|
|
"direction": "short",
|
|
"entry": 2889.86,
|
|
"tp": 2889.2148571428575,
|
|
"sl": 2893.730857142857,
|
|
"exit": 2889.2148571428575,
|
|
"result": "tp",
|
|
"pnl": 10.072457960596452,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00044648727422286346,
|
|
"pred_low": 0.00044648727422286346
|
|
},
|
|
{
|
|
"bar": 11792,
|
|
"time": "2025-03-03 12:50:00",
|
|
"direction": "short",
|
|
"entry": 2889.56,
|
|
"tp": 2888.8145714285715,
|
|
"sl": 2894.0325714285714,
|
|
"exit": 2888.8145714285715,
|
|
"result": "tp",
|
|
"pnl": 10.089245390531485,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005159460758236981,
|
|
"pred_low": 0.0005159460758236981
|
|
},
|
|
{
|
|
"bar": 11808,
|
|
"time": "2025-03-03 14:10:00",
|
|
"direction": "short",
|
|
"entry": 2883.21,
|
|
"tp": 2882.383714285714,
|
|
"sl": 2888.1677142857143,
|
|
"exit": 2882.383714285714,
|
|
"result": "tp",
|
|
"pnl": 10.106060799519069,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000573170677325441,
|
|
"pred_low": 0.000573170677325441
|
|
},
|
|
{
|
|
"bar": 11816,
|
|
"time": "2025-03-03 14:50:00",
|
|
"direction": "long",
|
|
"entry": 2888.43,
|
|
"tp": 2889.5322857142855,
|
|
"sl": 2881.8162857142856,
|
|
"exit": 2889.5322857142855,
|
|
"result": "tp",
|
|
"pnl": 10.122904234183386,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007632421171956476,
|
|
"pred_low": 0.0007632421171956476
|
|
},
|
|
{
|
|
"bar": 11824,
|
|
"time": "2025-03-03 15:30:00",
|
|
"direction": "long",
|
|
"entry": 2893.92,
|
|
"tp": 2894.6988571428574,
|
|
"sl": 2889.246857142857,
|
|
"exit": 2889.246857142857,
|
|
"result": "sl",
|
|
"pnl": -60.83865444744521,
|
|
"bars_held": 31,
|
|
"pred_high": 0.0005382713709135865,
|
|
"pred_low": 0.0005382713709135865
|
|
},
|
|
{
|
|
"bar": 11832,
|
|
"time": "2025-03-03 17:05:00",
|
|
"direction": "short",
|
|
"entry": 2891.77,
|
|
"tp": 2891.293142857143,
|
|
"sl": 2894.6311428571425,
|
|
"exit": 2891.293142857143,
|
|
"result": "tp",
|
|
"pnl": 10.03837798382916,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003298029531097691,
|
|
"pred_low": 0.0003298029531097691
|
|
},
|
|
{
|
|
"bar": 11840,
|
|
"time": "2025-03-03 17:45:00",
|
|
"direction": "short",
|
|
"entry": 2891.52,
|
|
"tp": 2891.035714285714,
|
|
"sl": 2894.425714285714,
|
|
"exit": 2891.035714285714,
|
|
"result": "tp",
|
|
"pnl": 10.055108613802192,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00033496964522860585,
|
|
"pred_low": 0.00033496964522860585
|
|
},
|
|
{
|
|
"bar": 11856,
|
|
"time": "2025-03-03 19:05:00",
|
|
"direction": "short",
|
|
"entry": 2887.62,
|
|
"tp": 2886.9751428571426,
|
|
"sl": 2891.4891428571427,
|
|
"exit": 2886.9751428571426,
|
|
"result": "tp",
|
|
"pnl": 10.071867128159885,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00044663573659770657,
|
|
"pred_low": 0.00044663573659770657
|
|
},
|
|
{
|
|
"bar": 11864,
|
|
"time": "2025-03-03 19:45:00",
|
|
"direction": "long",
|
|
"entry": 2886.84,
|
|
"tp": 2887.6734285714288,
|
|
"sl": 2881.839428571429,
|
|
"exit": 2887.6734285714288,
|
|
"result": "tp",
|
|
"pnl": 10.088653573371838,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005773985197853345,
|
|
"pred_low": 0.0005773985197853345
|
|
},
|
|
{
|
|
"bar": 11872,
|
|
"time": "2025-03-03 20:25:00",
|
|
"direction": "short",
|
|
"entry": 2885.65,
|
|
"tp": 2884.9894285714286,
|
|
"sl": 2889.613428571429,
|
|
"exit": 2884.9894285714286,
|
|
"result": "tp",
|
|
"pnl": 10.105467995994927,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00045783198140552425,
|
|
"pred_low": 0.00045783198140552425
|
|
},
|
|
{
|
|
"bar": 11880,
|
|
"time": "2025-03-03 21:05:00",
|
|
"direction": "short",
|
|
"entry": 2886.96,
|
|
"tp": 2886.4545714285714,
|
|
"sl": 2889.9925714285714,
|
|
"exit": 2889.9925714285714,
|
|
"result": "sl",
|
|
"pnl": -60.73386265591869,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003501458776211468,
|
|
"pred_low": 0.0003501458776211468
|
|
},
|
|
{
|
|
"bar": 11896,
|
|
"time": "2025-03-03 22:25:00",
|
|
"direction": "long",
|
|
"entry": 2889.07,
|
|
"tp": 2889.6197142857145,
|
|
"sl": 2885.7717142857146,
|
|
"exit": 2889.6197142857145,
|
|
"result": "tp",
|
|
"pnl": 10.02108733822822,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003805475711659921,
|
|
"pred_low": 0.0003805475711659921
|
|
},
|
|
{
|
|
"bar": 11912,
|
|
"time": "2025-03-03 23:45:00",
|
|
"direction": "short",
|
|
"entry": 2889.18,
|
|
"tp": 2888.465714285714,
|
|
"sl": 2893.465714285714,
|
|
"exit": 2888.465714285714,
|
|
"result": "tp",
|
|
"pnl": 10.037789150458092,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004944556685881215,
|
|
"pred_low": 0.0004944556685881215
|
|
},
|
|
{
|
|
"bar": 11920,
|
|
"time": "2025-03-04 00:25:00",
|
|
"direction": "short",
|
|
"entry": 2887.39,
|
|
"tp": 2886.795714285714,
|
|
"sl": 2890.9557142857143,
|
|
"exit": 2886.795714285714,
|
|
"result": "tp",
|
|
"pnl": 10.054518799044354,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00041164215037504915,
|
|
"pred_low": 0.00041164215037504915
|
|
},
|
|
{
|
|
"bar": 11928,
|
|
"time": "2025-03-04 01:05:00",
|
|
"direction": "long",
|
|
"entry": 2889.4,
|
|
"tp": 2889.9254285714287,
|
|
"sl": 2886.2474285714284,
|
|
"exit": 2889.9254285714287,
|
|
"result": "tp",
|
|
"pnl": 10.071276330373516,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00036369389591513375,
|
|
"pred_low": 0.00036369389591513375
|
|
},
|
|
{
|
|
"bar": 11936,
|
|
"time": "2025-03-04 01:45:00",
|
|
"direction": "long",
|
|
"entry": 2897.45,
|
|
"tp": 2898.3054285714284,
|
|
"sl": 2892.3174285714285,
|
|
"exit": 2898.3054285714284,
|
|
"result": "tp",
|
|
"pnl": 10.088061790923334,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005904699452474231,
|
|
"pred_low": 0.0005904699452474231
|
|
},
|
|
{
|
|
"bar": 11944,
|
|
"time": "2025-03-04 02:25:00",
|
|
"direction": "long",
|
|
"entry": 2912.38,
|
|
"tp": 2913.6757142857145,
|
|
"sl": 2904.6057142857144,
|
|
"exit": 2913.6757142857145,
|
|
"result": "tp",
|
|
"pnl": 10.104875227243062,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008897975440802938,
|
|
"pred_low": 0.0008897975440802938
|
|
},
|
|
{
|
|
"bar": 11960,
|
|
"time": "2025-03-04 03:45:00",
|
|
"direction": "long",
|
|
"entry": 2919.62,
|
|
"tp": 2920.464285714286,
|
|
"sl": 2914.5542857142855,
|
|
"exit": 2914.5542857142855,
|
|
"result": "sl",
|
|
"pnl": -60.730300115725676,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005783531516332308,
|
|
"pred_low": 0.0005783531516332308
|
|
},
|
|
{
|
|
"bar": 11976,
|
|
"time": "2025-03-04 05:05:00",
|
|
"direction": "long",
|
|
"entry": 2917.36,
|
|
"tp": 2918.1737142857146,
|
|
"sl": 2912.4777142857142,
|
|
"exit": 2918.1737142857146,
|
|
"result": "tp",
|
|
"pnl": 10.020499519096456,
|
|
"bars_held": 6,
|
|
"pred_high": 0.000557842902976869,
|
|
"pred_low": 0.000557842902976869
|
|
},
|
|
{
|
|
"bar": 11984,
|
|
"time": "2025-03-04 05:45:00",
|
|
"direction": "long",
|
|
"entry": 2918.06,
|
|
"tp": 2918.642857142857,
|
|
"sl": 2914.562857142857,
|
|
"exit": 2918.642857142857,
|
|
"result": "tp",
|
|
"pnl": 10.037200351622397,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00039948263082812454,
|
|
"pred_low": 0.00039948263082812454
|
|
},
|
|
{
|
|
"bar": 11992,
|
|
"time": "2025-03-04 06:25:00",
|
|
"direction": "long",
|
|
"entry": 2922.77,
|
|
"tp": 2923.4462857142858,
|
|
"sl": 2918.712285714286,
|
|
"exit": 2923.4462857142858,
|
|
"result": "tp",
|
|
"pnl": 10.053929018879867,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004627703954027881,
|
|
"pred_low": 0.0004627703954027881
|
|
},
|
|
{
|
|
"bar": 12000,
|
|
"time": "2025-03-04 07:05:00",
|
|
"direction": "long",
|
|
"entry": 2927.31,
|
|
"tp": 2928.060571428571,
|
|
"sl": 2922.8065714285717,
|
|
"exit": 2922.8065714285717,
|
|
"result": "sl",
|
|
"pnl": -60.42411340346082,
|
|
"bars_held": 4,
|
|
"pred_high": 0.000512806247764254,
|
|
"pred_low": 0.000512806247764254
|
|
},
|
|
{
|
|
"bar": 12008,
|
|
"time": "2025-03-04 07:45:00",
|
|
"direction": "short",
|
|
"entry": 2922.57,
|
|
"tp": 2921.553428571429,
|
|
"sl": 2928.6694285714284,
|
|
"exit": 2921.553428571429,
|
|
"result": "tp",
|
|
"pnl": 9.969978711570375,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006956695159201576,
|
|
"pred_low": 0.0006956695159201576
|
|
},
|
|
{
|
|
"bar": 12016,
|
|
"time": "2025-03-04 08:25:00",
|
|
"direction": "short",
|
|
"entry": 2916.64,
|
|
"tp": 2915.5854285714286,
|
|
"sl": 2922.967428571428,
|
|
"exit": 2915.5854285714286,
|
|
"result": "tp",
|
|
"pnl": 9.986595342756237,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007231413054551892,
|
|
"pred_low": 0.0007231413054551892
|
|
},
|
|
{
|
|
"bar": 12040,
|
|
"time": "2025-03-04 10:25:00",
|
|
"direction": "long",
|
|
"entry": 2907.82,
|
|
"tp": 2908.887142857143,
|
|
"sl": 2901.417142857143,
|
|
"exit": 2908.887142857143,
|
|
"result": "tp",
|
|
"pnl": 10.003239668326897,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007339813723977877,
|
|
"pred_low": 0.0007339813723977877
|
|
},
|
|
{
|
|
"bar": 12048,
|
|
"time": "2025-03-04 11:05:00",
|
|
"direction": "long",
|
|
"entry": 2915.05,
|
|
"tp": 2915.8648571428575,
|
|
"sl": 2910.1608571428574,
|
|
"exit": 2915.8648571428575,
|
|
"result": "tp",
|
|
"pnl": 10.019911734445076,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005590690676709781,
|
|
"pred_low": 0.0005590690676709781
|
|
},
|
|
{
|
|
"bar": 12064,
|
|
"time": "2025-03-04 12:25:00",
|
|
"direction": "short",
|
|
"entry": 2909.84,
|
|
"tp": 2909.239142857143,
|
|
"sl": 2913.445142857143,
|
|
"exit": 2909.239142857143,
|
|
"result": "tp",
|
|
"pnl": 10.03661158733028,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00041298294260655954,
|
|
"pred_low": 0.00041298294260655954
|
|
},
|
|
{
|
|
"bar": 12072,
|
|
"time": "2025-03-04 13:05:00",
|
|
"direction": "long",
|
|
"entry": 2913.96,
|
|
"tp": 2914.575142857143,
|
|
"sl": 2910.269142857143,
|
|
"exit": 2914.575142857143,
|
|
"result": "tp",
|
|
"pnl": 10.05333927331368,
|
|
"bars_held": 8,
|
|
"pred_high": 0.00042220405025657454,
|
|
"pred_low": 0.00042220405025657454
|
|
},
|
|
{
|
|
"bar": 12080,
|
|
"time": "2025-03-04 13:45:00",
|
|
"direction": "long",
|
|
"entry": 2914.9,
|
|
"tp": 2915.444,
|
|
"sl": 2911.6360000000004,
|
|
"exit": 2915.444,
|
|
"result": "tp",
|
|
"pnl": 10.070094838765586,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00037325465710657174,
|
|
"pred_low": 0.00037325465710657174
|
|
},
|
|
{
|
|
"bar": 12088,
|
|
"time": "2025-03-04 14:25:00",
|
|
"direction": "long",
|
|
"entry": 2918.71,
|
|
"tp": 2919.250571428571,
|
|
"sl": 2915.4665714285716,
|
|
"exit": 2915.4665714285716,
|
|
"result": "sl",
|
|
"pnl": -60.52126998099343,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00037041804672023235,
|
|
"pred_low": 0.00037041804672023235
|
|
},
|
|
{
|
|
"bar": 12096,
|
|
"time": "2025-03-04 15:05:00",
|
|
"direction": "long",
|
|
"entry": 2916.93,
|
|
"tp": 2917.599714285714,
|
|
"sl": 2912.911714285714,
|
|
"exit": 2917.599714285714,
|
|
"result": "tp",
|
|
"pnl": 9.98600954686302,
|
|
"bars_held": 8,
|
|
"pred_high": 0.00045919119465622236,
|
|
"pred_low": 0.00045919119465622236
|
|
},
|
|
{
|
|
"bar": 12104,
|
|
"time": "2025-03-04 15:45:00",
|
|
"direction": "long",
|
|
"entry": 2917.51,
|
|
"tp": 2918.125428571429,
|
|
"sl": 2913.8174285714285,
|
|
"exit": 2913.8174285714285,
|
|
"result": "sl",
|
|
"pnl": -60.015917376651835,
|
|
"bars_held": 16,
|
|
"pred_high": 0.00042188617789046777,
|
|
"pred_low": 0.00042188617789046777
|
|
},
|
|
{
|
|
"bar": 12112,
|
|
"time": "2025-03-04 17:20:00",
|
|
"direction": "short",
|
|
"entry": 2915.63,
|
|
"tp": 2915.186857142857,
|
|
"sl": 2918.2888571428575,
|
|
"exit": 2915.186857142857,
|
|
"result": "tp",
|
|
"pnl": 9.90262636714777,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003039774300188223,
|
|
"pred_low": 0.0003039774300188223
|
|
},
|
|
{
|
|
"bar": 12120,
|
|
"time": "2025-03-04 18:00:00",
|
|
"direction": "short",
|
|
"entry": 2912.95,
|
|
"tp": 2912.5171428571425,
|
|
"sl": 2915.5471428571427,
|
|
"exit": 2912.5171428571425,
|
|
"result": "tp",
|
|
"pnl": 9.91913074442963,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00029719503792179444,
|
|
"pred_low": 0.00029719503792179444
|
|
},
|
|
{
|
|
"bar": 12136,
|
|
"time": "2025-03-04 19:20:00",
|
|
"direction": "short",
|
|
"entry": 2907.63,
|
|
"tp": 2906.715142857143,
|
|
"sl": 2913.119142857143,
|
|
"exit": 2906.715142857143,
|
|
"result": "tp",
|
|
"pnl": 9.935662629001378,
|
|
"bars_held": 8,
|
|
"pred_high": 0.000629280302416164,
|
|
"pred_low": 0.000629280302416164
|
|
},
|
|
{
|
|
"bar": 12152,
|
|
"time": "2025-03-04 20:40:00",
|
|
"direction": "short",
|
|
"entry": 2907.05,
|
|
"tp": 2905.939142857143,
|
|
"sl": 2913.715142857143,
|
|
"exit": 2905.939142857143,
|
|
"result": "tp",
|
|
"pnl": 9.95222206671546,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0007642504551742461,
|
|
"pred_low": 0.0007642504551742461
|
|
},
|
|
{
|
|
"bar": 12160,
|
|
"time": "2025-03-04 21:20:00",
|
|
"direction": "long",
|
|
"entry": 2909.4,
|
|
"tp": 2910.648285714286,
|
|
"sl": 2901.910285714286,
|
|
"exit": 2910.648285714286,
|
|
"result": "tp",
|
|
"pnl": 9.968809103494529,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0008581052548880799,
|
|
"pred_low": 0.0008581052548880799
|
|
},
|
|
{
|
|
"bar": 12176,
|
|
"time": "2025-03-04 22:40:00",
|
|
"direction": "long",
|
|
"entry": 2912.14,
|
|
"tp": 2912.7222857142856,
|
|
"sl": 2908.6462857142856,
|
|
"exit": 2912.7222857142856,
|
|
"result": "tp",
|
|
"pnl": 9.985423785332351,
|
|
"bars_held": 12,
|
|
"pred_high": 0.00039990228099315593,
|
|
"pred_low": 0.00039990228099315593
|
|
},
|
|
{
|
|
"bar": 12184,
|
|
"time": "2025-03-04 23:20:00",
|
|
"direction": "long",
|
|
"entry": 2911.29,
|
|
"tp": 2911.6765714285716,
|
|
"sl": 2908.9705714285715,
|
|
"exit": 2911.6765714285716,
|
|
"result": "tp",
|
|
"pnl": 10.002066158313399,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002655671050094091,
|
|
"pred_low": 0.0002655671050094091
|
|
},
|
|
{
|
|
"bar": 12192,
|
|
"time": "2025-03-05 00:00:00",
|
|
"direction": "long",
|
|
"entry": 2918.0,
|
|
"tp": 2918.577714285714,
|
|
"sl": 2914.5337142857143,
|
|
"exit": 2918.577714285714,
|
|
"result": "tp",
|
|
"pnl": 10.018736268569285,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003959659257808547,
|
|
"pred_low": 0.0003959659257808547
|
|
},
|
|
{
|
|
"bar": 12200,
|
|
"time": "2025-03-05 00:40:00",
|
|
"direction": "short",
|
|
"entry": 2917.41,
|
|
"tp": 2916.576,
|
|
"sl": 2922.4139999999998,
|
|
"exit": 2916.576,
|
|
"result": "tp",
|
|
"pnl": 10.035434162350768,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005717400022622639,
|
|
"pred_low": 0.0005717400022622639
|
|
},
|
|
{
|
|
"bar": 12208,
|
|
"time": "2025-03-05 01:20:00",
|
|
"direction": "short",
|
|
"entry": 2915.11,
|
|
"tp": 2914.2194285714286,
|
|
"sl": 2920.4534285714285,
|
|
"exit": 2914.2194285714286,
|
|
"result": "tp",
|
|
"pnl": 10.052159885958165,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0006110036523982914,
|
|
"pred_low": 0.0006110036523982914
|
|
},
|
|
{
|
|
"bar": 12216,
|
|
"time": "2025-03-05 02:00:00",
|
|
"direction": "long",
|
|
"entry": 2918.82,
|
|
"tp": 2919.5840000000003,
|
|
"sl": 2914.2360000000003,
|
|
"exit": 2919.5840000000003,
|
|
"result": "tp",
|
|
"pnl": 10.068913485768046,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005234992222884548,
|
|
"pred_low": 0.0005234992222884548
|
|
},
|
|
{
|
|
"bar": 12224,
|
|
"time": "2025-03-05 02:40:00",
|
|
"direction": "short",
|
|
"entry": 2919.15,
|
|
"tp": 2918.368285714286,
|
|
"sl": 2923.8402857142855,
|
|
"exit": 2918.368285714286,
|
|
"result": "tp",
|
|
"pnl": 10.085695008243285,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0005355766478010814,
|
|
"pred_low": 0.0005355766478010814
|
|
},
|
|
{
|
|
"bar": 12232,
|
|
"time": "2025-03-05 03:20:00",
|
|
"direction": "short",
|
|
"entry": 2916.26,
|
|
"tp": 2915.5968571428575,
|
|
"sl": 2920.2388571428573,
|
|
"exit": 2915.5968571428575,
|
|
"result": "tp",
|
|
"pnl": 10.102504499921041,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00045478994132404664,
|
|
"pred_low": 0.00045478994132404664
|
|
},
|
|
{
|
|
"bar": 12248,
|
|
"time": "2025-03-05 04:40:00",
|
|
"direction": "short",
|
|
"entry": 2915.16,
|
|
"tp": 2914.3957142857143,
|
|
"sl": 2919.7457142857143,
|
|
"exit": 2914.3957142857143,
|
|
"result": "tp",
|
|
"pnl": 10.119342007420133,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005243524981721171,
|
|
"pred_low": 0.0005243524981721171
|
|
},
|
|
{
|
|
"bar": 12256,
|
|
"time": "2025-03-05 05:20:00",
|
|
"direction": "long",
|
|
"entry": 2914.06,
|
|
"tp": 2914.7634285714284,
|
|
"sl": 2909.8394285714285,
|
|
"exit": 2914.7634285714284,
|
|
"result": "tp",
|
|
"pnl": 10.136207577434133,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00048278249001639043,
|
|
"pred_low": 0.00048278249001639043
|
|
},
|
|
{
|
|
"bar": 12264,
|
|
"time": "2025-03-05 06:00:00",
|
|
"direction": "long",
|
|
"entry": 2915.81,
|
|
"tp": 2916.5045714285716,
|
|
"sl": 2911.6425714285715,
|
|
"exit": 2916.5045714285716,
|
|
"result": "tp",
|
|
"pnl": 10.15310125673421,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004764174816407201,
|
|
"pred_low": 0.0004764174816407201
|
|
},
|
|
{
|
|
"bar": 12272,
|
|
"time": "2025-03-05 06:40:00",
|
|
"direction": "short",
|
|
"entry": 2915.58,
|
|
"tp": 2914.802,
|
|
"sl": 2920.248,
|
|
"exit": 2914.802,
|
|
"result": "tp",
|
|
"pnl": 10.170023092156152,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005336845499008777,
|
|
"pred_low": 0.0005336845499008777
|
|
},
|
|
{
|
|
"bar": 12280,
|
|
"time": "2025-03-05 07:20:00",
|
|
"direction": "short",
|
|
"entry": 2912.65,
|
|
"tp": 2911.9097142857145,
|
|
"sl": 2917.0917142857143,
|
|
"exit": 2911.9097142857145,
|
|
"result": "tp",
|
|
"pnl": 10.186973130644368,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005083245252850312,
|
|
"pred_low": 0.0005083245252850312
|
|
},
|
|
{
|
|
"bar": 12288,
|
|
"time": "2025-03-05 08:00:00",
|
|
"direction": "short",
|
|
"entry": 2904.9,
|
|
"tp": 2903.375142857143,
|
|
"sl": 2914.049142857143,
|
|
"exit": 2903.375142857143,
|
|
"result": "tp",
|
|
"pnl": 10.203951419195478,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0010498517283604619,
|
|
"pred_low": 0.0010498517283604619
|
|
},
|
|
{
|
|
"bar": 12296,
|
|
"time": "2025-03-05 08:40:00",
|
|
"direction": "long",
|
|
"entry": 2914.35,
|
|
"tp": 2916.098857142857,
|
|
"sl": 2903.856857142857,
|
|
"exit": 2916.098857142857,
|
|
"result": "tp",
|
|
"pnl": 10.220958004895225,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00120016960410188,
|
|
"pred_low": 0.00120016960410188
|
|
},
|
|
{
|
|
"bar": 12304,
|
|
"time": "2025-03-05 09:20:00",
|
|
"direction": "long",
|
|
"entry": 2918.29,
|
|
"tp": 2919.8402857142855,
|
|
"sl": 2908.9882857142857,
|
|
"exit": 2919.8402857142855,
|
|
"result": "tp",
|
|
"pnl": 10.23799293490266,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0010624617253841946,
|
|
"pred_low": 0.0010624617253841946
|
|
},
|
|
{
|
|
"bar": 12312,
|
|
"time": "2025-03-05 10:00:00",
|
|
"direction": "short",
|
|
"entry": 2918.55,
|
|
"tp": 2917.054857142857,
|
|
"sl": 2927.5208571428575,
|
|
"exit": 2927.5208571428575,
|
|
"result": "sl",
|
|
"pnl": -61.5303375387724,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0010245792308803037,
|
|
"pred_low": 0.0010245792308803037
|
|
},
|
|
{
|
|
"bar": 12320,
|
|
"time": "2025-03-05 10:40:00",
|
|
"direction": "long",
|
|
"entry": 2927.7,
|
|
"tp": 2928.8971428571426,
|
|
"sl": 2920.5171428571425,
|
|
"exit": 2920.5171428571425,
|
|
"result": "sl",
|
|
"pnl": -60.91503416338464,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0008178043222617482,
|
|
"pred_low": 0.0008178043222617482
|
|
},
|
|
{
|
|
"bar": 12328,
|
|
"time": "2025-03-05 11:20:00",
|
|
"direction": "short",
|
|
"entry": 2917.76,
|
|
"tp": 2916.6588571428574,
|
|
"sl": 2924.3668571428575,
|
|
"exit": 2916.6588571428574,
|
|
"result": "tp",
|
|
"pnl": 10.050980636957908,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0007547864506627297,
|
|
"pred_low": 0.0007547864506627297
|
|
},
|
|
{
|
|
"bar": 12344,
|
|
"time": "2025-03-05 12:40:00",
|
|
"direction": "short",
|
|
"entry": 2915.07,
|
|
"tp": 2914.1802857142857,
|
|
"sl": 2920.4082857142857,
|
|
"exit": 2920.4082857142857,
|
|
"result": "sl",
|
|
"pnl": -60.40639362811872,
|
|
"bars_held": 15,
|
|
"pred_high": 0.0006104239594344349,
|
|
"pred_low": 0.0006104239594344349
|
|
},
|
|
{
|
|
"bar": 12360,
|
|
"time": "2025-03-05 14:00:00",
|
|
"direction": "long",
|
|
"entry": 2920.07,
|
|
"tp": 2920.535428571429,
|
|
"sl": 2917.277428571429,
|
|
"exit": 2920.535428571429,
|
|
"result": "tp",
|
|
"pnl": 9.967054948642167,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003187790507957394,
|
|
"pred_low": 0.0003187790507957394
|
|
},
|
|
{
|
|
"bar": 12368,
|
|
"time": "2025-03-05 14:40:00",
|
|
"direction": "long",
|
|
"entry": 2921.96,
|
|
"tp": 2922.3728571428574,
|
|
"sl": 2919.4828571428575,
|
|
"exit": 2922.3728571428574,
|
|
"result": "tp",
|
|
"pnl": 9.983666706892112,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002825891818211917,
|
|
"pred_low": 0.0002825891818211917
|
|
},
|
|
{
|
|
"bar": 12376,
|
|
"time": "2025-03-05 15:20:00",
|
|
"direction": "short",
|
|
"entry": 2919.09,
|
|
"tp": 2918.608285714286,
|
|
"sl": 2921.980285714286,
|
|
"exit": 2918.608285714286,
|
|
"result": "tp",
|
|
"pnl": 10.000306151396188,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00033004414780925793,
|
|
"pred_low": 0.00033004414780925793
|
|
},
|
|
{
|
|
"bar": 12392,
|
|
"time": "2025-03-05 17:35:00",
|
|
"direction": "short",
|
|
"entry": 2916.89,
|
|
"tp": 2916.4691428571427,
|
|
"sl": 2919.415142857143,
|
|
"exit": 2916.4691428571427,
|
|
"result": "tp",
|
|
"pnl": 10.016973328316952,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0002885656592172961,
|
|
"pred_low": 0.0002885656592172961
|
|
},
|
|
{
|
|
"bar": 12400,
|
|
"time": "2025-03-05 18:15:00",
|
|
"direction": "long",
|
|
"entry": 2919.39,
|
|
"tp": 2919.9025714285713,
|
|
"sl": 2916.314571428571,
|
|
"exit": 2916.314571428571,
|
|
"result": "sl",
|
|
"pnl": -60.20200970318866,
|
|
"bars_held": 10,
|
|
"pred_high": 0.00035114967755009246,
|
|
"pred_low": 0.00035114967755009246
|
|
},
|
|
{
|
|
"bar": 12408,
|
|
"time": "2025-03-05 18:55:00",
|
|
"direction": "short",
|
|
"entry": 2916.64,
|
|
"tp": 2916.152857142857,
|
|
"sl": 2919.562857142857,
|
|
"exit": 2916.152857142857,
|
|
"result": "tp",
|
|
"pnl": 9.933331601024308,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00033404387044193,
|
|
"pred_low": 0.00033404387044193
|
|
},
|
|
{
|
|
"bar": 12416,
|
|
"time": "2025-03-05 19:35:00",
|
|
"direction": "long",
|
|
"entry": 2921.24,
|
|
"tp": 2921.7291428571425,
|
|
"sl": 2918.3051428571425,
|
|
"exit": 2921.7291428571425,
|
|
"result": "tp",
|
|
"pnl": 9.949887153692156,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003348871418595214,
|
|
"pred_low": 0.0003348871418595214
|
|
},
|
|
{
|
|
"bar": 12424,
|
|
"time": "2025-03-05 20:15:00",
|
|
"direction": "short",
|
|
"entry": 2923.62,
|
|
"tp": 2923.0162857142855,
|
|
"sl": 2927.2422857142856,
|
|
"exit": 2923.0162857142855,
|
|
"result": "tp",
|
|
"pnl": 9.966470298953313,
|
|
"bars_held": 10,
|
|
"pred_high": 0.00041299093980359206,
|
|
"pred_low": 0.00041299093980359206
|
|
},
|
|
{
|
|
"bar": 12432,
|
|
"time": "2025-03-05 20:55:00",
|
|
"direction": "long",
|
|
"entry": 2925.33,
|
|
"tp": 2925.7894285714283,
|
|
"sl": 2922.5734285714284,
|
|
"exit": 2922.5734285714284,
|
|
"result": "sl",
|
|
"pnl": -59.8984864966961,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0003141037567922815,
|
|
"pred_low": 0.0003141037567922815
|
|
},
|
|
{
|
|
"bar": 12440,
|
|
"time": "2025-03-05 21:35:00",
|
|
"direction": "short",
|
|
"entry": 2921.01,
|
|
"tp": 2920.6011428571433,
|
|
"sl": 2923.463142857143,
|
|
"exit": 2920.6011428571433,
|
|
"result": "tp",
|
|
"pnl": 9.883250271950633,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002799423095827322,
|
|
"pred_low": 0.0002799423095827322
|
|
},
|
|
{
|
|
"bar": 12448,
|
|
"time": "2025-03-05 22:15:00",
|
|
"direction": "short",
|
|
"entry": 2918.53,
|
|
"tp": 2918.090571428572,
|
|
"sl": 2921.1665714285714,
|
|
"exit": 2918.090571428572,
|
|
"result": "tp",
|
|
"pnl": 9.899722355737495,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000301130069883502,
|
|
"pred_low": 0.000301130069883502
|
|
},
|
|
{
|
|
"bar": 12464,
|
|
"time": "2025-03-05 23:35:00",
|
|
"direction": "long",
|
|
"entry": 2918.06,
|
|
"tp": 2918.5854285714286,
|
|
"sl": 2914.9074285714287,
|
|
"exit": 2918.5854285714286,
|
|
"result": "tp",
|
|
"pnl": 9.916221893001598,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000360121842202409,
|
|
"pred_low": 0.000360121842202409
|
|
},
|
|
{
|
|
"bar": 12472,
|
|
"time": "2025-03-06 00:15:00",
|
|
"direction": "long",
|
|
"entry": 2921.35,
|
|
"tp": 2921.9942857142855,
|
|
"sl": 2917.4842857142858,
|
|
"exit": 2921.9942857142855,
|
|
"result": "tp",
|
|
"pnl": 9.932748929487996,
|
|
"bars_held": 7,
|
|
"pred_high": 0.00044108765761424924,
|
|
"pred_low": 0.00044108765761424924
|
|
},
|
|
{
|
|
"bar": 12488,
|
|
"time": "2025-03-06 01:35:00",
|
|
"direction": "short",
|
|
"entry": 2914.53,
|
|
"tp": 2913.822857142857,
|
|
"sl": 2918.7728571428574,
|
|
"exit": 2913.822857142857,
|
|
"result": "tp",
|
|
"pnl": 9.949303511040723,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004852534419908919,
|
|
"pred_low": 0.0004852534419908919
|
|
},
|
|
{
|
|
"bar": 12496,
|
|
"time": "2025-03-06 02:15:00",
|
|
"direction": "short",
|
|
"entry": 2907.75,
|
|
"tp": 2906.677142857143,
|
|
"sl": 2914.1871428571426,
|
|
"exit": 2906.677142857143,
|
|
"result": "tp",
|
|
"pnl": 9.965885683557108,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007379294250586434,
|
|
"pred_low": 0.0007379294250586434
|
|
},
|
|
{
|
|
"bar": 12512,
|
|
"time": "2025-03-06 03:35:00",
|
|
"direction": "short",
|
|
"entry": 2897.33,
|
|
"tp": 2896.3954285714285,
|
|
"sl": 2902.9374285714284,
|
|
"exit": 2896.3954285714285,
|
|
"result": "tp",
|
|
"pnl": 9.982495493029479,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006451259805209651,
|
|
"pred_low": 0.0006451259805209651
|
|
},
|
|
{
|
|
"bar": 12520,
|
|
"time": "2025-03-06 04:15:00",
|
|
"direction": "long",
|
|
"entry": 2896.64,
|
|
"tp": 2897.5737142857142,
|
|
"sl": 2891.037714285714,
|
|
"exit": 2897.5737142857142,
|
|
"result": "tp",
|
|
"pnl": 9.999132985518836,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000644687835363908,
|
|
"pred_low": 0.000644687835363908
|
|
},
|
|
{
|
|
"bar": 12528,
|
|
"time": "2025-03-06 04:55:00",
|
|
"direction": "short",
|
|
"entry": 2899.21,
|
|
"tp": 2898.222,
|
|
"sl": 2905.138,
|
|
"exit": 2905.138,
|
|
"result": "sl",
|
|
"pnl": -60.094789242962044,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0006815649780457242,
|
|
"pred_low": 0.0006815649780457242
|
|
},
|
|
{
|
|
"bar": 12536,
|
|
"time": "2025-03-06 05:35:00",
|
|
"direction": "long",
|
|
"entry": 2905.43,
|
|
"tp": 2906.4725714285714,
|
|
"sl": 2899.174571428571,
|
|
"exit": 2906.4725714285714,
|
|
"result": "tp",
|
|
"pnl": 9.915640225090135,
|
|
"bars_held": 10,
|
|
"pred_high": 0.0007176710012434893,
|
|
"pred_low": 0.0007176710012434893
|
|
},
|
|
{
|
|
"bar": 12552,
|
|
"time": "2025-03-06 06:55:00",
|
|
"direction": "long",
|
|
"entry": 2903.16,
|
|
"tp": 2904.079714285714,
|
|
"sl": 2897.641714285714,
|
|
"exit": 2904.079714285714,
|
|
"result": "tp",
|
|
"pnl": 9.932166292129766,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006335953138747437,
|
|
"pred_low": 0.0006335953138747437
|
|
},
|
|
{
|
|
"bar": 12560,
|
|
"time": "2025-03-06 07:35:00",
|
|
"direction": "short",
|
|
"entry": 2902.49,
|
|
"tp": 2901.151714285714,
|
|
"sl": 2910.519714285714,
|
|
"exit": 2910.519714285714,
|
|
"result": "sl",
|
|
"pnl": -59.69231941570393,
|
|
"bars_held": 8,
|
|
"pred_high": 0.0009221638760414207,
|
|
"pred_low": 0.0009221638760414207
|
|
},
|
|
{
|
|
"bar": 12568,
|
|
"time": "2025-03-06 08:15:00",
|
|
"direction": "long",
|
|
"entry": 2908.27,
|
|
"tp": 2909.488,
|
|
"sl": 2900.962,
|
|
"exit": 2909.488,
|
|
"result": "tp",
|
|
"pnl": 9.849232703589811,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008376113634566366,
|
|
"pred_low": 0.0008376113634566366
|
|
},
|
|
{
|
|
"bar": 12576,
|
|
"time": "2025-03-06 08:55:00",
|
|
"direction": "long",
|
|
"entry": 2914.71,
|
|
"tp": 2915.857142857143,
|
|
"sl": 2907.827142857143,
|
|
"exit": 2915.857142857143,
|
|
"result": "tp",
|
|
"pnl": 9.865648091432394,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007871403035930572,
|
|
"pred_low": 0.0007871403035930572
|
|
},
|
|
{
|
|
"bar": 12584,
|
|
"time": "2025-03-06 09:35:00",
|
|
"direction": "short",
|
|
"entry": 2910.13,
|
|
"tp": 2908.793142857143,
|
|
"sl": 2918.151142857143,
|
|
"exit": 2918.151142857143,
|
|
"result": "sl",
|
|
"pnl": -59.29254502949806,
|
|
"bars_held": 14,
|
|
"pred_high": 0.0009187611157282519,
|
|
"pred_low": 0.0009187611157282519
|
|
},
|
|
{
|
|
"bar": 12592,
|
|
"time": "2025-03-06 10:15:00",
|
|
"direction": "long",
|
|
"entry": 2915.19,
|
|
"tp": 2916.303142857143,
|
|
"sl": 2908.511142857143,
|
|
"exit": 2916.303142857143,
|
|
"result": "tp",
|
|
"pnl": 9.78326992986808,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007636846017877794,
|
|
"pred_low": 0.0007636846017877794
|
|
},
|
|
{
|
|
"bar": 12600,
|
|
"time": "2025-03-06 10:55:00",
|
|
"direction": "long",
|
|
"entry": 2917.24,
|
|
"tp": 2918.0114285714285,
|
|
"sl": 2912.6114285714284,
|
|
"exit": 2918.0114285714285,
|
|
"result": "tp",
|
|
"pnl": 9.79957537975198,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005288756299986093,
|
|
"pred_low": 0.0005288756299986093
|
|
},
|
|
{
|
|
"bar": 12608,
|
|
"time": "2025-03-06 11:35:00",
|
|
"direction": "short",
|
|
"entry": 2918.27,
|
|
"tp": 2917.518285714286,
|
|
"sl": 2922.7802857142856,
|
|
"exit": 2917.518285714286,
|
|
"result": "tp",
|
|
"pnl": 9.815908005380878,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0005151780237704422,
|
|
"pred_low": 0.0005151780237704422
|
|
},
|
|
{
|
|
"bar": 12616,
|
|
"time": "2025-03-06 12:15:00",
|
|
"direction": "long",
|
|
"entry": 2919.87,
|
|
"tp": 2920.716857142857,
|
|
"sl": 2914.788857142857,
|
|
"exit": 2914.788857142857,
|
|
"result": "sl",
|
|
"pnl": -58.99360711235127,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0005800649637532851,
|
|
"pred_low": 0.0005800649637532851
|
|
},
|
|
{
|
|
"bar": 12624,
|
|
"time": "2025-03-06 12:55:00",
|
|
"direction": "short",
|
|
"entry": 2915.99,
|
|
"tp": 2915.2085714285713,
|
|
"sl": 2920.678571428571,
|
|
"exit": 2915.2085714285713,
|
|
"result": "tp",
|
|
"pnl": 9.733945173536842,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005359610776639027,
|
|
"pred_low": 0.0005359610776639027
|
|
},
|
|
{
|
|
"bar": 12632,
|
|
"time": "2025-03-06 13:35:00",
|
|
"direction": "short",
|
|
"entry": 2913.7,
|
|
"tp": 2913.0139999999997,
|
|
"sl": 2917.816,
|
|
"exit": 2913.0139999999997,
|
|
"result": "tp",
|
|
"pnl": 9.750168415496061,
|
|
"bars_held": 13,
|
|
"pred_high": 0.00047087895116175747,
|
|
"pred_low": 0.00047087895116175747
|
|
},
|
|
{
|
|
"bar": 12640,
|
|
"time": "2025-03-06 14:15:00",
|
|
"direction": "short",
|
|
"entry": 2915.34,
|
|
"tp": 2914.6168571428575,
|
|
"sl": 2919.6788571428574,
|
|
"exit": 2914.6168571428575,
|
|
"result": "tp",
|
|
"pnl": 9.766418696183893,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004960950401276301,
|
|
"pred_low": 0.0004960950401276301
|
|
},
|
|
{
|
|
"bar": 12648,
|
|
"time": "2025-03-06 14:55:00",
|
|
"direction": "short",
|
|
"entry": 2908.59,
|
|
"tp": 2907.899142857143,
|
|
"sl": 2912.735142857143,
|
|
"exit": 2912.735142857143,
|
|
"result": "sl",
|
|
"pnl": -58.696176364079875,
|
|
"bars_held": 14,
|
|
"pred_high": 0.0004750460827116405,
|
|
"pred_low": 0.0004750460827116405
|
|
},
|
|
{
|
|
"bar": 12664,
|
|
"time": "2025-03-06 17:10:00",
|
|
"direction": "short",
|
|
"entry": 2910.73,
|
|
"tp": 2910.2685714285712,
|
|
"sl": 2913.4985714285713,
|
|
"exit": 2910.2685714285712,
|
|
"result": "tp",
|
|
"pnl": 9.684869100077728,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0003170535030240256,
|
|
"pred_low": 0.0003170535030240256
|
|
},
|
|
{
|
|
"bar": 12672,
|
|
"time": "2025-03-06 17:50:00",
|
|
"direction": "short",
|
|
"entry": 2910.21,
|
|
"tp": 2909.7194285714286,
|
|
"sl": 2913.153428571429,
|
|
"exit": 2909.7194285714286,
|
|
"result": "tp",
|
|
"pnl": 9.70101054857375,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00033713816430528635,
|
|
"pred_low": 0.00033713816430528635
|
|
},
|
|
{
|
|
"bar": 12680,
|
|
"time": "2025-03-06 18:30:00",
|
|
"direction": "long",
|
|
"entry": 2904.69,
|
|
"tp": 2905.6962857142858,
|
|
"sl": 2898.652285714286,
|
|
"exit": 2905.6962857142858,
|
|
"result": "tp",
|
|
"pnl": 9.717178899487656,
|
|
"bars_held": 13,
|
|
"pred_high": 0.000692869610378876,
|
|
"pred_low": 0.000692869610378876
|
|
},
|
|
{
|
|
"bar": 12688,
|
|
"time": "2025-03-06 19:10:00",
|
|
"direction": "long",
|
|
"entry": 2903.19,
|
|
"tp": 2904.4574285714284,
|
|
"sl": 2895.5854285714286,
|
|
"exit": 2904.4574285714284,
|
|
"result": "tp",
|
|
"pnl": 9.733374197652099,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0008731282288989347,
|
|
"pred_low": 0.0008731282288989347
|
|
},
|
|
{
|
|
"bar": 12696,
|
|
"time": "2025-03-06 19:50:00",
|
|
"direction": "long",
|
|
"entry": 2907.07,
|
|
"tp": 2907.985142857143,
|
|
"sl": 2901.579142857143,
|
|
"exit": 2907.985142857143,
|
|
"result": "tp",
|
|
"pnl": 9.749596487980936,
|
|
"bars_held": 11,
|
|
"pred_high": 0.000629598088207611,
|
|
"pred_low": 0.000629598088207611
|
|
},
|
|
{
|
|
"bar": 12704,
|
|
"time": "2025-03-06 20:30:00",
|
|
"direction": "long",
|
|
"entry": 2904.55,
|
|
"tp": 2905.344285714286,
|
|
"sl": 2899.784285714286,
|
|
"exit": 2905.344285714286,
|
|
"result": "tp",
|
|
"pnl": 9.765845815462823,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005469251445392363,
|
|
"pred_low": 0.0005469251445392363
|
|
},
|
|
{
|
|
"bar": 12712,
|
|
"time": "2025-03-06 21:10:00",
|
|
"direction": "short",
|
|
"entry": 2905.12,
|
|
"tp": 2904.4154285714285,
|
|
"sl": 2909.3474285714283,
|
|
"exit": 2904.4154285714285,
|
|
"result": "tp",
|
|
"pnl": 9.782122225155058,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004850549571593769,
|
|
"pred_low": 0.0004850549571593769
|
|
},
|
|
{
|
|
"bar": 12720,
|
|
"time": "2025-03-06 21:50:00",
|
|
"direction": "short",
|
|
"entry": 2904.46,
|
|
"tp": 2903.9328571428573,
|
|
"sl": 2907.6228571428574,
|
|
"exit": 2907.6228571428574,
|
|
"result": "sl",
|
|
"pnl": -58.7905545731865,
|
|
"bars_held": 11,
|
|
"pred_high": 0.0003629885466784634,
|
|
"pred_low": 0.0003629885466784634
|
|
},
|
|
{
|
|
"bar": 12736,
|
|
"time": "2025-03-06 23:10:00",
|
|
"direction": "long",
|
|
"entry": 2908.41,
|
|
"tp": 2908.926857142857,
|
|
"sl": 2905.308857142857,
|
|
"exit": 2908.926857142857,
|
|
"result": "tp",
|
|
"pnl": 9.700441504575856,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00035542247678773493,
|
|
"pred_low": 0.00035542247678773493
|
|
},
|
|
{
|
|
"bar": 12744,
|
|
"time": "2025-03-06 23:50:00",
|
|
"direction": "short",
|
|
"entry": 2910.1,
|
|
"tp": 2909.6105714285713,
|
|
"sl": 2913.0365714285713,
|
|
"exit": 2909.6105714285713,
|
|
"result": "tp",
|
|
"pnl": 9.716608907082735,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003363654660860964,
|
|
"pred_low": 0.0003363654660860964
|
|
},
|
|
{
|
|
"bar": 12752,
|
|
"time": "2025-03-07 00:30:00",
|
|
"direction": "long",
|
|
"entry": 2913.41,
|
|
"tp": 2913.9674285714286,
|
|
"sl": 2910.065428571428,
|
|
"exit": 2913.9674285714286,
|
|
"result": "tp",
|
|
"pnl": 9.732803255264415,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0003826640063901776,
|
|
"pred_low": 0.0003826640063901776
|
|
},
|
|
{
|
|
"bar": 12760,
|
|
"time": "2025-03-07 01:10:00",
|
|
"direction": "long",
|
|
"entry": 2913.56,
|
|
"tp": 2914.2414285714285,
|
|
"sl": 2909.4714285714285,
|
|
"exit": 2914.2414285714285,
|
|
"result": "tp",
|
|
"pnl": 9.74902459402024,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00046776354111709997,
|
|
"pred_low": 0.00046776354111709997
|
|
},
|
|
{
|
|
"bar": 12768,
|
|
"time": "2025-03-07 01:50:00",
|
|
"direction": "long",
|
|
"entry": 2915.66,
|
|
"tp": 2916.292571428571,
|
|
"sl": 2911.8645714285713,
|
|
"exit": 2916.292571428571,
|
|
"result": "tp",
|
|
"pnl": 9.765272968341199,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00043391302728811856,
|
|
"pred_low": 0.00043391302728811856
|
|
},
|
|
{
|
|
"bar": 12776,
|
|
"time": "2025-03-07 02:30:00",
|
|
"direction": "long",
|
|
"entry": 2919.67,
|
|
"tp": 2920.2554285714286,
|
|
"sl": 2916.1574285714287,
|
|
"exit": 2920.2554285714286,
|
|
"result": "tp",
|
|
"pnl": 9.781548423290623,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00040102379476350287,
|
|
"pred_low": 0.00040102379476350287
|
|
},
|
|
{
|
|
"bar": 12784,
|
|
"time": "2025-03-07 03:10:00",
|
|
"direction": "long",
|
|
"entry": 2922.23,
|
|
"tp": 2922.749142857143,
|
|
"sl": 2919.115142857143,
|
|
"exit": 2919.115142857143,
|
|
"result": "sl",
|
|
"pnl": -58.787106023975255,
|
|
"bars_held": 11,
|
|
"pred_high": 0.00035530595274353645,
|
|
"pred_low": 0.00035530595274353645
|
|
},
|
|
{
|
|
"bar": 12792,
|
|
"time": "2025-03-07 03:50:00",
|
|
"direction": "short",
|
|
"entry": 2921.15,
|
|
"tp": 2920.729142857143,
|
|
"sl": 2923.675142857143,
|
|
"exit": 2920.729142857143,
|
|
"result": "tp",
|
|
"pnl": 9.699872493956068,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00028814483532659625,
|
|
"pred_low": 0.00028814483532659625
|
|
},
|
|
{
|
|
"bar": 12800,
|
|
"time": "2025-03-07 04:30:00",
|
|
"direction": "short",
|
|
"entry": 2918.09,
|
|
"tp": 2917.5620000000004,
|
|
"sl": 2921.2580000000003,
|
|
"exit": 2917.5620000000004,
|
|
"result": "tp",
|
|
"pnl": 9.716038948109132,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003618805451511095,
|
|
"pred_low": 0.0003618805451511095
|
|
},
|
|
{
|
|
"bar": 12808,
|
|
"time": "2025-03-07 05:10:00",
|
|
"direction": "long",
|
|
"entry": 2920.78,
|
|
"tp": 2921.412285714286,
|
|
"sl": 2916.9862857142857,
|
|
"exit": 2921.412285714286,
|
|
"result": "tp",
|
|
"pnl": 9.732232346362606,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00043295675421340697,
|
|
"pred_low": 0.00043295675421340697
|
|
},
|
|
{
|
|
"bar": 12816,
|
|
"time": "2025-03-07 05:50:00",
|
|
"direction": "short",
|
|
"entry": 2918.37,
|
|
"tp": 2917.814,
|
|
"sl": 2921.706,
|
|
"exit": 2917.814,
|
|
"result": "tp",
|
|
"pnl": 9.748452733603973,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00038103461863987575,
|
|
"pred_low": 0.00038103461863987575
|
|
},
|
|
{
|
|
"bar": 12824,
|
|
"time": "2025-03-07 06:30:00",
|
|
"direction": "long",
|
|
"entry": 2921.54,
|
|
"tp": 2922.0522857142855,
|
|
"sl": 2918.4662857142857,
|
|
"exit": 2922.0522857142855,
|
|
"result": "tp",
|
|
"pnl": 9.764700154823448,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003506956702873892,
|
|
"pred_low": 0.0003506956702873892
|
|
},
|
|
{
|
|
"bar": 12832,
|
|
"time": "2025-03-07 07:10:00",
|
|
"direction": "short",
|
|
"entry": 2917.81,
|
|
"tp": 2917.135714285714,
|
|
"sl": 2921.855714285714,
|
|
"exit": 2917.135714285714,
|
|
"result": "tp",
|
|
"pnl": 9.780974655086153,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004621861699601404,
|
|
"pred_low": 0.0004621861699601404
|
|
},
|
|
{
|
|
"bar": 12840,
|
|
"time": "2025-03-07 07:50:00",
|
|
"direction": "long",
|
|
"entry": 2916.69,
|
|
"tp": 2918.062,
|
|
"sl": 2908.458,
|
|
"exit": 2908.458,
|
|
"result": "sl",
|
|
"pnl": -58.783657677057406,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0009407924736602104,
|
|
"pred_low": 0.0009407924736602104
|
|
},
|
|
{
|
|
"bar": 12848,
|
|
"time": "2025-03-07 08:30:00",
|
|
"direction": "long",
|
|
"entry": 2917.57,
|
|
"tp": 2919.3285714285716,
|
|
"sl": 2907.0185714285717,
|
|
"exit": 2919.3285714285716,
|
|
"result": "tp",
|
|
"pnl": 9.699303516714789,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0012055041891515432,
|
|
"pred_low": 0.0012055041891515432
|
|
},
|
|
{
|
|
"bar": 12856,
|
|
"time": "2025-03-07 09:10:00",
|
|
"direction": "long",
|
|
"entry": 2926.68,
|
|
"tp": 2928.0351428571425,
|
|
"sl": 2918.5491428571427,
|
|
"exit": 2918.5491428571427,
|
|
"result": "sl",
|
|
"pnl": -58.292814135455664,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0009260615148515223,
|
|
"pred_low": 0.0009260615148515223
|
|
},
|
|
{
|
|
"bar": 12864,
|
|
"time": "2025-03-07 09:50:00",
|
|
"direction": "short",
|
|
"entry": 2915.79,
|
|
"tp": 2914.231142857143,
|
|
"sl": 2925.1431428571427,
|
|
"exit": 2914.231142857143,
|
|
"result": "tp",
|
|
"pnl": 9.618314332349453,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0010692519988456841,
|
|
"pred_low": 0.0010692519988456841
|
|
},
|
|
{
|
|
"bar": 12880,
|
|
"time": "2025-03-07 11:10:00",
|
|
"direction": "short",
|
|
"entry": 2910.72,
|
|
"tp": 2909.6494285714284,
|
|
"sl": 2917.1434285714286,
|
|
"exit": 2909.6494285714284,
|
|
"result": "tp",
|
|
"pnl": 9.634344856236837,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007356059178288691,
|
|
"pred_low": 0.0007356059178288691
|
|
},
|
|
{
|
|
"bar": 12904,
|
|
"time": "2025-03-07 13:10:00",
|
|
"direction": "short",
|
|
"entry": 2905.37,
|
|
"tp": 2904.6494285714284,
|
|
"sl": 2909.6934285714283,
|
|
"exit": 2904.6494285714284,
|
|
"result": "tp",
|
|
"pnl": 9.65040209766529,
|
|
"bars_held": 9,
|
|
"pred_high": 0.0004960273070702849,
|
|
"pred_low": 0.0004960273070702849
|
|
},
|
|
{
|
|
"bar": 12920,
|
|
"time": "2025-03-07 14:30:00",
|
|
"direction": "long",
|
|
"entry": 2908.94,
|
|
"tp": 2909.612,
|
|
"sl": 2904.908,
|
|
"exit": 2909.612,
|
|
"result": "tp",
|
|
"pnl": 9.66648610116073,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004620239674933134,
|
|
"pred_low": 0.0004620239674933134
|
|
},
|
|
{
|
|
"bar": 12928,
|
|
"time": "2025-03-07 15:10:00",
|
|
"direction": "long",
|
|
"entry": 2910.41,
|
|
"tp": 2911.095714285714,
|
|
"sl": 2906.295714285714,
|
|
"exit": 2911.095714285714,
|
|
"result": "tp",
|
|
"pnl": 9.682596911329323,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00047121490492012176,
|
|
"pred_low": 0.00047121490492012176
|
|
},
|
|
{
|
|
"bar": 12936,
|
|
"time": "2025-03-07 15:50:00",
|
|
"direction": "long",
|
|
"entry": 2911.58,
|
|
"tp": 2912.0502857142856,
|
|
"sl": 2908.7582857142856,
|
|
"exit": 2908.7582857142856,
|
|
"result": "sl",
|
|
"pnl": -58.19240743708837,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003230450231734676,
|
|
"pred_low": 0.0003230450231734676
|
|
},
|
|
{
|
|
"bar": 12944,
|
|
"time": "2025-03-09 16:20:00",
|
|
"direction": "long",
|
|
"entry": 2911.19,
|
|
"tp": 2911.7797142857144,
|
|
"sl": 2907.6517142857147,
|
|
"exit": 2911.7797142857144,
|
|
"result": "tp",
|
|
"pnl": 9.601747227120201,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004051362403101523,
|
|
"pred_low": 0.0004051362403101523
|
|
},
|
|
{
|
|
"bar": 12952,
|
|
"time": "2025-03-09 17:00:00",
|
|
"direction": "short",
|
|
"entry": 2912.29,
|
|
"tp": 2911.620857142857,
|
|
"sl": 2916.304857142857,
|
|
"exit": 2911.620857142857,
|
|
"result": "tp",
|
|
"pnl": 9.617750139166798,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004595303744770331,
|
|
"pred_low": 0.0004595303744770331
|
|
},
|
|
{
|
|
"bar": 12968,
|
|
"time": "2025-03-09 18:20:00",
|
|
"direction": "short",
|
|
"entry": 2915.26,
|
|
"tp": 2914.5820000000003,
|
|
"sl": 2919.3280000000004,
|
|
"exit": 2914.5820000000003,
|
|
"result": "tp",
|
|
"pnl": 9.633779722727992,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00046513861542367646,
|
|
"pred_low": 0.00046513861542367646
|
|
},
|
|
{
|
|
"bar": 12976,
|
|
"time": "2025-03-09 19:00:00",
|
|
"direction": "long",
|
|
"entry": 2915.73,
|
|
"tp": 2916.466857142857,
|
|
"sl": 2911.308857142857,
|
|
"exit": 2916.466857142857,
|
|
"result": "tp",
|
|
"pnl": 9.649836022265163,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005054357864803181,
|
|
"pred_low": 0.0005054357864803181
|
|
},
|
|
{
|
|
"bar": 12992,
|
|
"time": "2025-03-09 20:20:00",
|
|
"direction": "short",
|
|
"entry": 2910.75,
|
|
"tp": 2910.074857142857,
|
|
"sl": 2914.8008571428572,
|
|
"exit": 2910.074857142857,
|
|
"result": "tp",
|
|
"pnl": 9.665919082304825,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00046389614851352623,
|
|
"pred_low": 0.00046389614851352623
|
|
},
|
|
{
|
|
"bar": 13000,
|
|
"time": "2025-03-09 21:00:00",
|
|
"direction": "short",
|
|
"entry": 2911.85,
|
|
"tp": 2911.1837142857144,
|
|
"sl": 2915.847714285714,
|
|
"exit": 2911.1837142857144,
|
|
"result": "tp",
|
|
"pnl": 9.682028947439356,
|
|
"bars_held": 6,
|
|
"pred_high": 0.00045763738811115405,
|
|
"pred_low": 0.00045763738811115405
|
|
},
|
|
{
|
|
"bar": 13008,
|
|
"time": "2025-03-09 21:40:00",
|
|
"direction": "short",
|
|
"entry": 2910.15,
|
|
"tp": 2909.5288571428573,
|
|
"sl": 2913.8768571428573,
|
|
"exit": 2909.5288571428573,
|
|
"result": "tp",
|
|
"pnl": 9.69816566235318,
|
|
"bars_held": 16,
|
|
"pred_high": 0.0004268803031753442,
|
|
"pred_low": 0.0004268803031753442
|
|
},
|
|
{
|
|
"bar": 13024,
|
|
"time": "2025-03-09 23:00:00",
|
|
"direction": "short",
|
|
"entry": 2909.45,
|
|
"tp": 2909.056,
|
|
"sl": 2911.814,
|
|
"exit": 2909.056,
|
|
"result": "tp",
|
|
"pnl": 9.714329271786207,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00027084156799395007,
|
|
"pred_low": 0.00027084156799395007
|
|
},
|
|
{
|
|
"bar": 13040,
|
|
"time": "2025-03-10 00:20:00",
|
|
"direction": "long",
|
|
"entry": 2910.4,
|
|
"tp": 2910.974857142857,
|
|
"sl": 2906.950857142857,
|
|
"exit": 2910.974857142857,
|
|
"result": "tp",
|
|
"pnl": 9.730519820577303,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003950365192806252,
|
|
"pred_low": 0.0003950365192806252
|
|
},
|
|
{
|
|
"bar": 13048,
|
|
"time": "2025-03-10 01:00:00",
|
|
"direction": "long",
|
|
"entry": 2914.03,
|
|
"tp": 2914.6374285714287,
|
|
"sl": 2910.3854285714287,
|
|
"exit": 2914.6374285714287,
|
|
"result": "tp",
|
|
"pnl": 9.746737353611008,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00041689932597027327,
|
|
"pred_low": 0.00041689932597027327
|
|
},
|
|
{
|
|
"bar": 13056,
|
|
"time": "2025-03-10 01:40:00",
|
|
"direction": "long",
|
|
"entry": 2913.34,
|
|
"tp": 2913.8882857142858,
|
|
"sl": 2910.050285714286,
|
|
"exit": 2910.050285714286,
|
|
"result": "sl",
|
|
"pnl": -58.57789149520806,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003763966542083676,
|
|
"pred_low": 0.0003763966542083676
|
|
},
|
|
{
|
|
"bar": 13064,
|
|
"time": "2025-03-10 02:20:00",
|
|
"direction": "short",
|
|
"entry": 2904.99,
|
|
"tp": 2904.0822857142857,
|
|
"sl": 2910.4362857142855,
|
|
"exit": 2904.0822857142857,
|
|
"result": "tp",
|
|
"pnl": 9.665352096707524,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006249345338292106,
|
|
"pred_low": 0.0006249345338292106
|
|
},
|
|
{
|
|
"bar": 13072,
|
|
"time": "2025-03-10 03:00:00",
|
|
"direction": "short",
|
|
"entry": 2901.9,
|
|
"tp": 2900.8328571428574,
|
|
"sl": 2908.302857142857,
|
|
"exit": 2908.302857142857,
|
|
"result": "sl",
|
|
"pnl": -58.08876610122442,
|
|
"bars_held": 2,
|
|
"pred_high": 0.000735478725760953,
|
|
"pred_low": 0.000735478725760953
|
|
},
|
|
{
|
|
"bar": 13080,
|
|
"time": "2025-03-10 03:40:00",
|
|
"direction": "long",
|
|
"entry": 2912.99,
|
|
"tp": 2914.2445714285714,
|
|
"sl": 2905.462571428571,
|
|
"exit": 2914.2445714285714,
|
|
"result": "tp",
|
|
"pnl": 9.58464640670296,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008613633610630065,
|
|
"pred_low": 0.0008613633610630065
|
|
},
|
|
{
|
|
"bar": 13088,
|
|
"time": "2025-03-10 04:20:00",
|
|
"direction": "short",
|
|
"entry": 2905.38,
|
|
"tp": 2904.1745714285717,
|
|
"sl": 2912.6125714285718,
|
|
"exit": 2904.1745714285717,
|
|
"result": "tp",
|
|
"pnl": 9.60062081737856,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0008297906445481314,
|
|
"pred_low": 0.0008297906445481314
|
|
},
|
|
{
|
|
"bar": 13104,
|
|
"time": "2025-03-10 05:40:00",
|
|
"direction": "short",
|
|
"entry": 2897.27,
|
|
"tp": 2896.272857142857,
|
|
"sl": 2903.2528571428575,
|
|
"exit": 2903.2528571428575,
|
|
"result": "sl",
|
|
"pnl": -57.699731112454856,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006883327112370513,
|
|
"pred_low": 0.0006883327112370513
|
|
},
|
|
{
|
|
"bar": 13112,
|
|
"time": "2025-03-10 06:20:00",
|
|
"direction": "short",
|
|
"entry": 2900.71,
|
|
"tp": 2899.6820000000002,
|
|
"sl": 2906.878,
|
|
"exit": 2906.878,
|
|
"result": "sl",
|
|
"pnl": -57.122733801329034,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0007087919854104778,
|
|
"pred_low": 0.0007087919854104778
|
|
},
|
|
{
|
|
"bar": 13128,
|
|
"time": "2025-03-10 07:40:00",
|
|
"direction": "short",
|
|
"entry": 2901.99,
|
|
"tp": 2901.1679999999997,
|
|
"sl": 2906.9219999999996,
|
|
"exit": 2901.1679999999997,
|
|
"result": "tp",
|
|
"pnl": 9.425251077220869,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000566507810157839,
|
|
"pred_low": 0.000566507810157839
|
|
},
|
|
{
|
|
"bar": 13136,
|
|
"time": "2025-03-10 08:20:00",
|
|
"direction": "long",
|
|
"entry": 2905.94,
|
|
"tp": 2907.0097142857144,
|
|
"sl": 2899.5217142857146,
|
|
"exit": 2907.0097142857144,
|
|
"result": "tp",
|
|
"pnl": 9.44095982901506,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0007362259962107093,
|
|
"pred_low": 0.0007362259962107093
|
|
},
|
|
{
|
|
"bar": 13144,
|
|
"time": "2025-03-10 09:00:00",
|
|
"direction": "long",
|
|
"entry": 2906.91,
|
|
"tp": 2908.0265714285715,
|
|
"sl": 2900.2105714285713,
|
|
"exit": 2908.0265714285715,
|
|
"result": "tp",
|
|
"pnl": 9.45669476206472,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0007682187811603749,
|
|
"pred_low": 0.0007682187811603749
|
|
},
|
|
{
|
|
"bar": 13152,
|
|
"time": "2025-03-10 09:40:00",
|
|
"direction": "long",
|
|
"entry": 2905.59,
|
|
"tp": 2906.552857142857,
|
|
"sl": 2899.8128571428574,
|
|
"exit": 2906.552857142857,
|
|
"result": "tp",
|
|
"pnl": 9.47245591999871,
|
|
"bars_held": 5,
|
|
"pred_high": 0.000662761878212102,
|
|
"pred_low": 0.000662761878212102
|
|
},
|
|
{
|
|
"bar": 13160,
|
|
"time": "2025-03-10 10:20:00",
|
|
"direction": "short",
|
|
"entry": 2903.04,
|
|
"tp": 2902.2534285714287,
|
|
"sl": 2907.7594285714285,
|
|
"exit": 2902.2534285714287,
|
|
"result": "tp",
|
|
"pnl": 9.488243346531497,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005418949987402229,
|
|
"pred_low": 0.0005418949987402229
|
|
},
|
|
{
|
|
"bar": 13168,
|
|
"time": "2025-03-10 11:00:00",
|
|
"direction": "short",
|
|
"entry": 2894.98,
|
|
"tp": 2894.2028571428573,
|
|
"sl": 2899.642857142857,
|
|
"exit": 2894.2028571428573,
|
|
"result": "tp",
|
|
"pnl": 9.504057085443,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005368899661778755,
|
|
"pred_low": 0.0005368899661778755
|
|
},
|
|
{
|
|
"bar": 13176,
|
|
"time": "2025-03-10 11:40:00",
|
|
"direction": "short",
|
|
"entry": 2885.84,
|
|
"tp": 2884.7485714285717,
|
|
"sl": 2892.3885714285716,
|
|
"exit": 2884.7485714285717,
|
|
"result": "tp",
|
|
"pnl": 9.519897180585108,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007564026913678973,
|
|
"pred_low": 0.0007564026913678973
|
|
},
|
|
{
|
|
"bar": 13184,
|
|
"time": "2025-03-10 12:20:00",
|
|
"direction": "short",
|
|
"entry": 2883.31,
|
|
"tp": 2882.138,
|
|
"sl": 2890.342,
|
|
"exit": 2882.138,
|
|
"result": "tp",
|
|
"pnl": 9.535763675887434,
|
|
"bars_held": 9,
|
|
"pred_high": 0.0008129545557016156,
|
|
"pred_low": 0.0008129545557016156
|
|
},
|
|
{
|
|
"bar": 13192,
|
|
"time": "2025-03-10 13:00:00",
|
|
"direction": "short",
|
|
"entry": 2883.12,
|
|
"tp": 2882.1714285714284,
|
|
"sl": 2888.8114285714287,
|
|
"exit": 2882.1714285714284,
|
|
"result": "tp",
|
|
"pnl": 9.551656615348058,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006580173066479712,
|
|
"pred_low": 0.0006580173066479712
|
|
},
|
|
{
|
|
"bar": 13200,
|
|
"time": "2025-03-10 13:40:00",
|
|
"direction": "long",
|
|
"entry": 2886.88,
|
|
"tp": 2887.939428571429,
|
|
"sl": 2880.5234285714287,
|
|
"exit": 2887.939428571429,
|
|
"result": "tp",
|
|
"pnl": 9.567576043040681,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007339609345927661,
|
|
"pred_low": 0.0007339609345927661
|
|
},
|
|
{
|
|
"bar": 13208,
|
|
"time": "2025-03-10 14:20:00",
|
|
"direction": "long",
|
|
"entry": 2886.1,
|
|
"tp": 2887.0325714285714,
|
|
"sl": 2880.504571428571,
|
|
"exit": 2887.0325714285714,
|
|
"result": "tp",
|
|
"pnl": 9.583522003111389,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0006462502536789703,
|
|
"pred_low": 0.0006462502536789703
|
|
},
|
|
{
|
|
"bar": 13216,
|
|
"time": "2025-03-10 15:00:00",
|
|
"direction": "long",
|
|
"entry": 2889.1,
|
|
"tp": 2889.7085714285713,
|
|
"sl": 2885.448571428571,
|
|
"exit": 2889.7085714285713,
|
|
"result": "tp",
|
|
"pnl": 9.599494539782361,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00042128789489559644,
|
|
"pred_low": 0.00042128789489559644
|
|
},
|
|
{
|
|
"bar": 13224,
|
|
"time": "2025-03-10 16:35:00",
|
|
"direction": "short",
|
|
"entry": 2884.48,
|
|
"tp": 2883.8577142857143,
|
|
"sl": 2888.2137142857146,
|
|
"exit": 2883.8577142857143,
|
|
"result": "tp",
|
|
"pnl": 9.615493697348477,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00043147167897557477,
|
|
"pred_low": 0.00043147167897557477
|
|
},
|
|
{
|
|
"bar": 13232,
|
|
"time": "2025-03-10 17:15:00",
|
|
"direction": "short",
|
|
"entry": 2884.08,
|
|
"tp": 2883.583142857143,
|
|
"sl": 2887.061142857143,
|
|
"exit": 2883.583142857143,
|
|
"result": "tp",
|
|
"pnl": 9.631519520178697,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003445515678185947,
|
|
"pred_low": 0.0003445515678185947
|
|
},
|
|
{
|
|
"bar": 13240,
|
|
"time": "2025-03-10 17:55:00",
|
|
"direction": "long",
|
|
"entry": 2884.32,
|
|
"tp": 2884.7397142857144,
|
|
"sl": 2881.8017142857148,
|
|
"exit": 2884.7397142857144,
|
|
"result": "tp",
|
|
"pnl": 9.647572052711226,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00029103170640862406,
|
|
"pred_low": 0.00029103170640862406
|
|
},
|
|
{
|
|
"bar": 13248,
|
|
"time": "2025-03-10 18:35:00",
|
|
"direction": "short",
|
|
"entry": 2886.28,
|
|
"tp": 2885.706285714286,
|
|
"sl": 2889.7222857142856,
|
|
"exit": 2885.706285714286,
|
|
"result": "tp",
|
|
"pnl": 9.663651339465904,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00039754582764960967,
|
|
"pred_low": 0.00039754582764960967
|
|
},
|
|
{
|
|
"bar": 13264,
|
|
"time": "2025-03-10 19:55:00",
|
|
"direction": "long",
|
|
"entry": 2890.42,
|
|
"tp": 2891.3502857142857,
|
|
"sl": 2884.8382857142856,
|
|
"exit": 2891.3502857142857,
|
|
"result": "tp",
|
|
"pnl": 9.679757425031307,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006437027935633934,
|
|
"pred_low": 0.0006437027935633934
|
|
},
|
|
{
|
|
"bar": 13272,
|
|
"time": "2025-03-10 20:35:00",
|
|
"direction": "long",
|
|
"entry": 2897.72,
|
|
"tp": 2898.354,
|
|
"sl": 2893.9159999999997,
|
|
"exit": 2898.354,
|
|
"result": "tp",
|
|
"pnl": 9.695890354074036,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004375854119790744,
|
|
"pred_low": 0.0004375854119790744
|
|
},
|
|
{
|
|
"bar": 13280,
|
|
"time": "2025-03-10 21:15:00",
|
|
"direction": "short",
|
|
"entry": 2897.36,
|
|
"tp": 2896.726285714286,
|
|
"sl": 2901.1622857142856,
|
|
"exit": 2896.726285714286,
|
|
"result": "tp",
|
|
"pnl": 9.712050171329038,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00043744255854590453,
|
|
"pred_low": 0.00043744255854590453
|
|
},
|
|
{
|
|
"bar": 13288,
|
|
"time": "2025-03-10 21:55:00",
|
|
"direction": "long",
|
|
"entry": 2896.76,
|
|
"tp": 2897.191142857143,
|
|
"sl": 2894.1731428571434,
|
|
"exit": 2897.191142857143,
|
|
"result": "tp",
|
|
"pnl": 9.728236921614418,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00029767247348265604,
|
|
"pred_low": 0.00029767247348265604
|
|
},
|
|
{
|
|
"bar": 13304,
|
|
"time": "2025-03-10 23:15:00",
|
|
"direction": "long",
|
|
"entry": 2898.2,
|
|
"tp": 2898.556857142857,
|
|
"sl": 2896.0588571428566,
|
|
"exit": 2898.556857142857,
|
|
"result": "tp",
|
|
"pnl": 9.744450649821706,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00024626122617981897,
|
|
"pred_low": 0.00024626122617981897
|
|
},
|
|
{
|
|
"bar": 13312,
|
|
"time": "2025-03-10 23:55:00",
|
|
"direction": "short",
|
|
"entry": 2895.55,
|
|
"tp": 2895.0262857142857,
|
|
"sl": 2898.692285714286,
|
|
"exit": 2895.0262857142857,
|
|
"result": "tp",
|
|
"pnl": 9.760691400905781,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003617373457300316,
|
|
"pred_low": 0.0003617373457300316
|
|
},
|
|
{
|
|
"bar": 13320,
|
|
"time": "2025-03-11 00:35:00",
|
|
"direction": "long",
|
|
"entry": 2899.2,
|
|
"tp": 2899.9585714285713,
|
|
"sl": 2894.6485714285714,
|
|
"exit": 2899.9585714285713,
|
|
"result": "tp",
|
|
"pnl": 9.776959219904251,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000523297067171234,
|
|
"pred_low": 0.000523297067171234
|
|
},
|
|
{
|
|
"bar": 13328,
|
|
"time": "2025-03-11 01:15:00",
|
|
"direction": "short",
|
|
"entry": 2898.6,
|
|
"tp": 2897.834,
|
|
"sl": 2903.196,
|
|
"exit": 2897.834,
|
|
"result": "tp",
|
|
"pnl": 9.793254151937749,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0005285310149727355,
|
|
"pred_low": 0.0005285310149727355
|
|
},
|
|
{
|
|
"bar": 13336,
|
|
"time": "2025-03-11 01:55:00",
|
|
"direction": "long",
|
|
"entry": 2900.84,
|
|
"tp": 2901.514285714286,
|
|
"sl": 2896.7942857142857,
|
|
"exit": 2901.514285714286,
|
|
"result": "tp",
|
|
"pnl": 9.809576242191138,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00046488997275666684,
|
|
"pred_low": 0.00046488997275666684
|
|
},
|
|
{
|
|
"bar": 13344,
|
|
"time": "2025-03-11 02:35:00",
|
|
"direction": "long",
|
|
"entry": 2906.63,
|
|
"tp": 2907.215142857143,
|
|
"sl": 2903.119142857143,
|
|
"exit": 2907.215142857143,
|
|
"result": "tp",
|
|
"pnl": 9.8259255359244,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004026263109806688,
|
|
"pred_low": 0.0004026263109806688
|
|
},
|
|
{
|
|
"bar": 13360,
|
|
"time": "2025-03-11 03:55:00",
|
|
"direction": "long",
|
|
"entry": 2911.94,
|
|
"tp": 2912.4302857142857,
|
|
"sl": 2908.998285714286,
|
|
"exit": 2912.4302857142857,
|
|
"result": "tp",
|
|
"pnl": 9.84230207848459,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003367416322353641,
|
|
"pred_low": 0.0003367416322353641
|
|
},
|
|
{
|
|
"bar": 13368,
|
|
"time": "2025-03-11 04:35:00",
|
|
"direction": "short",
|
|
"entry": 2911.4,
|
|
"tp": 2910.8417142857143,
|
|
"sl": 2914.7497142857146,
|
|
"exit": 2910.8417142857143,
|
|
"result": "tp",
|
|
"pnl": 9.858705915285986,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0003835170119432069,
|
|
"pred_low": 0.0003835170119432069
|
|
},
|
|
{
|
|
"bar": 13376,
|
|
"time": "2025-03-11 05:15:00",
|
|
"direction": "short",
|
|
"entry": 2912.57,
|
|
"tp": 2912.0462857142857,
|
|
"sl": 2915.712285714286,
|
|
"exit": 2912.0462857142857,
|
|
"result": "tp",
|
|
"pnl": 9.875137091813793,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003596234842179131,
|
|
"pred_low": 0.0003596234842179131
|
|
},
|
|
{
|
|
"bar": 13384,
|
|
"time": "2025-03-11 05:55:00",
|
|
"direction": "short",
|
|
"entry": 2913.52,
|
|
"tp": 2912.978285714286,
|
|
"sl": 2916.770285714286,
|
|
"exit": 2912.978285714286,
|
|
"result": "tp",
|
|
"pnl": 9.891595653625282,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003718624109079737,
|
|
"pred_low": 0.0003718624109079737
|
|
},
|
|
{
|
|
"bar": 13392,
|
|
"time": "2025-03-11 06:35:00",
|
|
"direction": "long",
|
|
"entry": 2913.45,
|
|
"tp": 2914.0385714285712,
|
|
"sl": 2909.9185714285713,
|
|
"exit": 2914.0385714285712,
|
|
"result": "tp",
|
|
"pnl": 9.908081646385137,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00040403743230288906,
|
|
"pred_low": 0.00040403743230288906
|
|
},
|
|
{
|
|
"bar": 13400,
|
|
"time": "2025-03-11 07:15:00",
|
|
"direction": "short",
|
|
"entry": 2908.78,
|
|
"tp": 2907.916571428572,
|
|
"sl": 2913.9605714285717,
|
|
"exit": 2907.916571428572,
|
|
"result": "tp",
|
|
"pnl": 9.92459511579346,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005936705914016038,
|
|
"pred_low": 0.0005936705914016038
|
|
},
|
|
{
|
|
"bar": 13408,
|
|
"time": "2025-03-11 07:55:00",
|
|
"direction": "long",
|
|
"entry": 2917.89,
|
|
"tp": 2918.9682857142857,
|
|
"sl": 2911.4202857142855,
|
|
"exit": 2918.9682857142857,
|
|
"result": "tp",
|
|
"pnl": 9.941136107656494,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0007390859246138279,
|
|
"pred_low": 0.0007390859246138279
|
|
},
|
|
{
|
|
"bar": 13416,
|
|
"time": "2025-03-11 08:35:00",
|
|
"direction": "short",
|
|
"entry": 2913.83,
|
|
"tp": 2912.7431428571426,
|
|
"sl": 2920.351142857143,
|
|
"exit": 2912.7431428571426,
|
|
"result": "tp",
|
|
"pnl": 9.957704667836746,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000745999006707403,
|
|
"pred_low": 0.000745999006707403
|
|
},
|
|
{
|
|
"bar": 13424,
|
|
"time": "2025-03-11 09:15:00",
|
|
"direction": "long",
|
|
"entry": 2918.86,
|
|
"tp": 2919.7748571428574,
|
|
"sl": 2913.3708571428574,
|
|
"exit": 2919.7748571428574,
|
|
"result": "tp",
|
|
"pnl": 9.974300842283322,
|
|
"bars_held": 23,
|
|
"pred_high": 0.0006268592141158557,
|
|
"pred_low": 0.0006268592141158557
|
|
},
|
|
{
|
|
"bar": 13432,
|
|
"time": "2025-03-11 09:55:00",
|
|
"direction": "short",
|
|
"entry": 2916.47,
|
|
"tp": 2915.6,
|
|
"sl": 2921.6899999999996,
|
|
"exit": 2915.6,
|
|
"result": "tp",
|
|
"pnl": 9.99092467701772,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0005966116572431528,
|
|
"pred_low": 0.0005966116572431528
|
|
},
|
|
{
|
|
"bar": 13448,
|
|
"time": "2025-03-11 11:15:00",
|
|
"direction": "long",
|
|
"entry": 2918.53,
|
|
"tp": 2919.1497142857143,
|
|
"sl": 2914.8117142857145,
|
|
"exit": 2919.1497142857143,
|
|
"result": "tp",
|
|
"pnl": 10.007576218143411,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000424675631714784,
|
|
"pred_low": 0.000424675631714784
|
|
},
|
|
{
|
|
"bar": 13480,
|
|
"time": "2025-03-11 13:55:00",
|
|
"direction": "short",
|
|
"entry": 2918.25,
|
|
"tp": 2917.8594285714285,
|
|
"sl": 2920.5934285714284,
|
|
"exit": 2917.8594285714285,
|
|
"result": "tp",
|
|
"pnl": 10.024255511847551,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0002676750988238874,
|
|
"pred_low": 0.0002676750988238874
|
|
},
|
|
{
|
|
"bar": 13488,
|
|
"time": "2025-03-11 14:35:00",
|
|
"direction": "long",
|
|
"entry": 2916.24,
|
|
"tp": 2916.629714285714,
|
|
"sl": 2913.901714285714,
|
|
"exit": 2913.901714285714,
|
|
"result": "sl",
|
|
"pnl": -60.24577562618278,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0002672717511002223,
|
|
"pred_low": 0.0002672717511002223
|
|
},
|
|
{
|
|
"bar": 13496,
|
|
"time": "2025-03-11 16:10:00",
|
|
"direction": "long",
|
|
"entry": 2916.69,
|
|
"tp": 2917.0837142857144,
|
|
"sl": 2914.3277142857146,
|
|
"exit": 2917.0837142857144,
|
|
"result": "tp",
|
|
"pnl": 9.940552978322943,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00026997335041727334,
|
|
"pred_low": 0.00026997335041727334
|
|
},
|
|
{
|
|
"bar": 13512,
|
|
"time": "2025-03-11 17:30:00",
|
|
"direction": "short",
|
|
"entry": 2917.62,
|
|
"tp": 2916.970857142857,
|
|
"sl": 2921.5148571428567,
|
|
"exit": 2916.970857142857,
|
|
"result": "tp",
|
|
"pnl": 9.957120566620386,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00044498108536603493,
|
|
"pred_low": 0.00044498108536603493
|
|
},
|
|
{
|
|
"bar": 13520,
|
|
"time": "2025-03-11 18:10:00",
|
|
"direction": "short",
|
|
"entry": 2913.5,
|
|
"tp": 2913.0317142857143,
|
|
"sl": 2916.309714285714,
|
|
"exit": 2913.0317142857143,
|
|
"result": "tp",
|
|
"pnl": 9.973715767561286,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003214592169457338,
|
|
"pred_low": 0.0003214592169457338
|
|
},
|
|
{
|
|
"bar": 13528,
|
|
"time": "2025-03-11 18:50:00",
|
|
"direction": "short",
|
|
"entry": 2913.15,
|
|
"tp": 2912.799142857143,
|
|
"sl": 2915.255142857143,
|
|
"exit": 2912.799142857143,
|
|
"result": "tp",
|
|
"pnl": 9.990338627169356,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00024087818537125487,
|
|
"pred_low": 0.00024087818537125487
|
|
},
|
|
{
|
|
"bar": 13536,
|
|
"time": "2025-03-11 19:30:00",
|
|
"direction": "long",
|
|
"entry": 2915.92,
|
|
"tp": 2916.4928571428572,
|
|
"sl": 2912.482857142857,
|
|
"exit": 2916.4928571428572,
|
|
"result": "tp",
|
|
"pnl": 10.006989191553235,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003929169132604105,
|
|
"pred_low": 0.0003929169132604105
|
|
},
|
|
{
|
|
"bar": 13544,
|
|
"time": "2025-03-11 20:10:00",
|
|
"direction": "short",
|
|
"entry": 2915.2,
|
|
"tp": 2914.616,
|
|
"sl": 2918.7039999999997,
|
|
"exit": 2918.7039999999997,
|
|
"result": "sl",
|
|
"pnl": -60.142005041230426,
|
|
"bars_held": 10,
|
|
"pred_high": 0.00040065861690450163,
|
|
"pred_low": 0.00040065861690450163
|
|
},
|
|
{
|
|
"bar": 13552,
|
|
"time": "2025-03-11 20:50:00",
|
|
"direction": "long",
|
|
"entry": 2916.27,
|
|
"tp": 2916.7822857142855,
|
|
"sl": 2913.1962857142858,
|
|
"exit": 2916.7822857142855,
|
|
"result": "tp",
|
|
"pnl": 9.923430831800045,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003513294134532966,
|
|
"pred_low": 0.0003513294134532966
|
|
},
|
|
{
|
|
"bar": 13560,
|
|
"time": "2025-03-11 21:30:00",
|
|
"direction": "long",
|
|
"entry": 2918.5,
|
|
"tp": 2919.082857142857,
|
|
"sl": 2915.0028571428575,
|
|
"exit": 2915.0028571428575,
|
|
"result": "sl",
|
|
"pnl": -59.6398192991348,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00039942240387673086,
|
|
"pred_low": 0.00039942240387673086
|
|
},
|
|
{
|
|
"bar": 13568,
|
|
"time": "2025-03-11 22:10:00",
|
|
"direction": "short",
|
|
"entry": 2914.08,
|
|
"tp": 2913.632857142857,
|
|
"sl": 2916.762857142857,
|
|
"exit": 2913.632857142857,
|
|
"result": "tp",
|
|
"pnl": 9.840570184357187,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003068844075267898,
|
|
"pred_low": 0.0003068844075267898
|
|
},
|
|
{
|
|
"bar": 13576,
|
|
"time": "2025-03-11 22:50:00",
|
|
"direction": "long",
|
|
"entry": 2915.5,
|
|
"tp": 2915.9931428571426,
|
|
"sl": 2912.541142857143,
|
|
"exit": 2912.541142857143,
|
|
"result": "sl",
|
|
"pnl": -59.14182680799246,
|
|
"bars_held": 7,
|
|
"pred_high": 0.00033829041820808604,
|
|
"pred_low": 0.00033829041820808604
|
|
},
|
|
{
|
|
"bar": 13584,
|
|
"time": "2025-03-11 23:30:00",
|
|
"direction": "long",
|
|
"entry": 2913.75,
|
|
"tp": 2914.1394285714287,
|
|
"sl": 2911.4134285714285,
|
|
"exit": 2914.1394285714287,
|
|
"result": "tp",
|
|
"pnl": 9.758401423320976,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00026730403873259444,
|
|
"pred_low": 0.00026730403873259444
|
|
},
|
|
{
|
|
"bar": 13592,
|
|
"time": "2025-03-12 00:10:00",
|
|
"direction": "long",
|
|
"entry": 2919.92,
|
|
"tp": 2920.3757142857144,
|
|
"sl": 2917.1857142857143,
|
|
"exit": 2917.1857142857143,
|
|
"result": "sl",
|
|
"pnl": -58.64799255414343,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003121416242323718,
|
|
"pred_low": 0.0003121416242323718
|
|
},
|
|
{
|
|
"bar": 13600,
|
|
"time": "2025-03-12 00:50:00",
|
|
"direction": "short",
|
|
"entry": 2913.44,
|
|
"tp": 2912.7594285714285,
|
|
"sl": 2917.5234285714287,
|
|
"exit": 2912.7594285714285,
|
|
"result": "tp",
|
|
"pnl": 9.676918771434586,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00046719440151260803,
|
|
"pred_low": 0.00046719440151260803
|
|
},
|
|
{
|
|
"bar": 13608,
|
|
"time": "2025-03-12 01:30:00",
|
|
"direction": "long",
|
|
"entry": 2913.51,
|
|
"tp": 2914.256285714286,
|
|
"sl": 2909.032285714286,
|
|
"exit": 2914.256285714286,
|
|
"result": "tp",
|
|
"pnl": 9.693046969388586,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005122932231471574,
|
|
"pred_low": 0.0005122932231471574
|
|
},
|
|
{
|
|
"bar": 13616,
|
|
"time": "2025-03-12 02:10:00",
|
|
"direction": "long",
|
|
"entry": 2915.8,
|
|
"tp": 2916.488285714286,
|
|
"sl": 2911.670285714286,
|
|
"exit": 2916.488285714286,
|
|
"result": "tp",
|
|
"pnl": 9.709202047671486,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004721076303489392,
|
|
"pred_low": 0.0004721076303489392
|
|
},
|
|
{
|
|
"bar": 13624,
|
|
"time": "2025-03-12 02:50:00",
|
|
"direction": "long",
|
|
"entry": 2919.93,
|
|
"tp": 2920.484571428571,
|
|
"sl": 2916.6025714285715,
|
|
"exit": 2920.484571428571,
|
|
"result": "tp",
|
|
"pnl": 9.72538405107956,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00037985255028127283,
|
|
"pred_low": 0.00037985255028127283
|
|
},
|
|
{
|
|
"bar": 13632,
|
|
"time": "2025-03-12 03:30:00",
|
|
"direction": "short",
|
|
"entry": 2919.66,
|
|
"tp": 2918.9942857142855,
|
|
"sl": 2923.6542857142854,
|
|
"exit": 2918.9942857142855,
|
|
"result": "tp",
|
|
"pnl": 9.74159302450057,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004560217872726722,
|
|
"pred_low": 0.0004560217872726722
|
|
},
|
|
{
|
|
"bar": 13648,
|
|
"time": "2025-03-12 04:50:00",
|
|
"direction": "long",
|
|
"entry": 2914.87,
|
|
"tp": 2915.465142857143,
|
|
"sl": 2911.2991428571427,
|
|
"exit": 2915.465142857143,
|
|
"result": "tp",
|
|
"pnl": 9.75782901287549,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00040834950247718916,
|
|
"pred_low": 0.00040834950247718916
|
|
},
|
|
{
|
|
"bar": 13656,
|
|
"time": "2025-03-12 05:30:00",
|
|
"direction": "short",
|
|
"entry": 2914.75,
|
|
"tp": 2914.2605714285714,
|
|
"sl": 2917.6865714285714,
|
|
"exit": 2914.2605714285714,
|
|
"result": "tp",
|
|
"pnl": 9.77409206122858,
|
|
"bars_held": 6,
|
|
"pred_high": 0.00033582885079582234,
|
|
"pred_low": 0.00033582885079582234
|
|
},
|
|
{
|
|
"bar": 13664,
|
|
"time": "2025-03-12 06:10:00",
|
|
"direction": "short",
|
|
"entry": 2913.29,
|
|
"tp": 2912.7811428571426,
|
|
"sl": 2916.3431428571425,
|
|
"exit": 2916.3431428571425,
|
|
"result": "sl",
|
|
"pnl": -58.742293287980026,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0003493350424139913,
|
|
"pred_low": 0.0003493350424139913
|
|
},
|
|
{
|
|
"bar": 13672,
|
|
"time": "2025-03-12 06:50:00",
|
|
"direction": "long",
|
|
"entry": 2918.18,
|
|
"tp": 2919.114857142857,
|
|
"sl": 2912.570857142857,
|
|
"exit": 2912.570857142857,
|
|
"result": "sl",
|
|
"pnl": -58.15487035510182,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0006407124597229351,
|
|
"pred_low": 0.0006407124597229351
|
|
},
|
|
{
|
|
"bar": 13680,
|
|
"time": "2025-03-12 07:30:00",
|
|
"direction": "short",
|
|
"entry": 2911.37,
|
|
"tp": 2910.027714285714,
|
|
"sl": 2919.423714285714,
|
|
"exit": 2919.423714285714,
|
|
"result": "sl",
|
|
"pnl": -57.573321651552675,
|
|
"bars_held": 15,
|
|
"pred_high": 0.0009220990216191792,
|
|
"pred_low": 0.0009220990216191792
|
|
},
|
|
{
|
|
"bar": 13696,
|
|
"time": "2025-03-12 08:50:00",
|
|
"direction": "long",
|
|
"entry": 2920.44,
|
|
"tp": 2921.27,
|
|
"sl": 2915.4599999999996,
|
|
"exit": 2921.27,
|
|
"result": "tp",
|
|
"pnl": 9.4995980725049,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005684075002397201,
|
|
"pred_low": 0.0005684075002397201
|
|
},
|
|
{
|
|
"bar": 13704,
|
|
"time": "2025-03-12 09:30:00",
|
|
"direction": "long",
|
|
"entry": 2926.07,
|
|
"tp": 2926.9397142857147,
|
|
"sl": 2920.8517142857145,
|
|
"exit": 2926.9397142857147,
|
|
"result": "tp",
|
|
"pnl": 9.515430735962546,
|
|
"bars_held": 2,
|
|
"pred_high": 0.000594458974470408,
|
|
"pred_low": 0.000594458974470408
|
|
},
|
|
{
|
|
"bar": 13712,
|
|
"time": "2025-03-12 10:10:00",
|
|
"direction": "long",
|
|
"entry": 2933.31,
|
|
"tp": 2934.3179999999998,
|
|
"sl": 2927.2619999999997,
|
|
"exit": 2934.3179999999998,
|
|
"result": "tp",
|
|
"pnl": 9.53128978718505,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006872781942583762,
|
|
"pred_low": 0.0006872781942583762
|
|
},
|
|
{
|
|
"bar": 13720,
|
|
"time": "2025-03-12 10:50:00",
|
|
"direction": "short",
|
|
"entry": 2934.91,
|
|
"tp": 2933.9545714285714,
|
|
"sl": 2940.642571428571,
|
|
"exit": 2933.9545714285714,
|
|
"result": "tp",
|
|
"pnl": 9.54717527016462,
|
|
"bars_held": 18,
|
|
"pred_high": 0.0006510786166721025,
|
|
"pred_low": 0.0006510786166721025
|
|
},
|
|
{
|
|
"bar": 13728,
|
|
"time": "2025-03-12 11:30:00",
|
|
"direction": "long",
|
|
"entry": 2939.33,
|
|
"tp": 2940.093714285714,
|
|
"sl": 2934.747714285714,
|
|
"exit": 2940.093714285714,
|
|
"result": "tp",
|
|
"pnl": 9.563087228949431,
|
|
"bars_held": 3,
|
|
"pred_high": 0.000519651951781034,
|
|
"pred_low": 0.000519651951781034
|
|
},
|
|
{
|
|
"bar": 13736,
|
|
"time": "2025-03-12 12:10:00",
|
|
"direction": "short",
|
|
"entry": 2935.04,
|
|
"tp": 2934.378,
|
|
"sl": 2939.012,
|
|
"exit": 2934.378,
|
|
"result": "tp",
|
|
"pnl": 9.579025707661176,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004511011774967395,
|
|
"pred_low": 0.0004511011774967395
|
|
},
|
|
{
|
|
"bar": 13752,
|
|
"time": "2025-03-12 13:30:00",
|
|
"direction": "short",
|
|
"entry": 2933.68,
|
|
"tp": 2933.2431428571426,
|
|
"sl": 2936.3011428571426,
|
|
"exit": 2933.2431428571426,
|
|
"result": "tp",
|
|
"pnl": 9.594990750512,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002978219457180939,
|
|
"pred_low": 0.0002978219457180939
|
|
},
|
|
{
|
|
"bar": 13760,
|
|
"time": "2025-03-12 14:10:00",
|
|
"direction": "short",
|
|
"entry": 2931.84,
|
|
"tp": 2931.373142857143,
|
|
"sl": 2934.641142857143,
|
|
"exit": 2931.373142857143,
|
|
"result": "tp",
|
|
"pnl": 9.610982401757129,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0003184738204384598,
|
|
"pred_low": 0.0003184738204384598
|
|
},
|
|
{
|
|
"bar": 13776,
|
|
"time": "2025-03-12 16:25:00",
|
|
"direction": "long",
|
|
"entry": 2934.71,
|
|
"tp": 2935.154571428571,
|
|
"sl": 2932.0425714285716,
|
|
"exit": 2935.154571428571,
|
|
"result": "tp",
|
|
"pnl": 9.627000705759283,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00030297469158547255,
|
|
"pred_low": 0.00030297469158547255
|
|
},
|
|
{
|
|
"bar": 13784,
|
|
"time": "2025-03-12 17:05:00",
|
|
"direction": "long",
|
|
"entry": 2938.19,
|
|
"tp": 2938.863714285714,
|
|
"sl": 2934.1477142857143,
|
|
"exit": 2934.1477142857143,
|
|
"result": "sl",
|
|
"pnl": -57.85827424164497,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00045859136796072255,
|
|
"pred_low": 0.00045859136796072255
|
|
},
|
|
{
|
|
"bar": 13792,
|
|
"time": "2025-03-12 17:45:00",
|
|
"direction": "long",
|
|
"entry": 2937.31,
|
|
"tp": 2938.036857142857,
|
|
"sl": 2932.948857142857,
|
|
"exit": 2938.036857142857,
|
|
"result": "tp",
|
|
"pnl": 9.546615249870925,
|
|
"bars_held": 3,
|
|
"pred_high": 0.000494913470391052,
|
|
"pred_low": 0.000494913470391052
|
|
},
|
|
{
|
|
"bar": 13808,
|
|
"time": "2025-03-12 19:05:00",
|
|
"direction": "long",
|
|
"entry": 2939.77,
|
|
"tp": 2940.179142857143,
|
|
"sl": 2937.3151428571427,
|
|
"exit": 2940.179142857143,
|
|
"result": "tp",
|
|
"pnl": 9.562526275286162,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002783502499466617,
|
|
"pred_low": 0.0002783502499466617
|
|
},
|
|
{
|
|
"bar": 13816,
|
|
"time": "2025-03-12 19:45:00",
|
|
"direction": "short",
|
|
"entry": 2936.63,
|
|
"tp": 2936.1545714285717,
|
|
"sl": 2939.4825714285716,
|
|
"exit": 2939.4825714285716,
|
|
"result": "sl",
|
|
"pnl": -57.47078291447818,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00032379194616181185,
|
|
"pred_low": 0.00032379194616181185
|
|
},
|
|
{
|
|
"bar": 13824,
|
|
"time": "2025-03-12 20:25:00",
|
|
"direction": "long",
|
|
"entry": 2939.66,
|
|
"tp": 2940.139714285714,
|
|
"sl": 2936.781714285714,
|
|
"exit": 2940.139714285714,
|
|
"result": "tp",
|
|
"pnl": 9.482679180886153,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003263739927163759,
|
|
"pred_low": 0.0003263739927163759
|
|
},
|
|
{
|
|
"bar": 13832,
|
|
"time": "2025-03-12 21:05:00",
|
|
"direction": "long",
|
|
"entry": 2944.3,
|
|
"tp": 2944.848285714286,
|
|
"sl": 2941.0102857142856,
|
|
"exit": 2944.848285714286,
|
|
"result": "tp",
|
|
"pnl": 9.498483646188173,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003724387557556831,
|
|
"pred_low": 0.0003724387557556831
|
|
},
|
|
{
|
|
"bar": 13856,
|
|
"time": "2025-03-12 23:05:00",
|
|
"direction": "long",
|
|
"entry": 2944.31,
|
|
"tp": 2944.637714285714,
|
|
"sl": 2942.343714285714,
|
|
"exit": 2944.637714285714,
|
|
"result": "tp",
|
|
"pnl": 9.514314452263408,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00022260854713957907,
|
|
"pred_low": 0.00022260854713957907
|
|
},
|
|
{
|
|
"bar": 13864,
|
|
"time": "2025-03-12 23:45:00",
|
|
"direction": "short",
|
|
"entry": 2939.42,
|
|
"tp": 2938.9354285714285,
|
|
"sl": 2942.3274285714288,
|
|
"exit": 2938.9354285714285,
|
|
"result": "tp",
|
|
"pnl": 9.53017164302453,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00032970547153616473,
|
|
"pred_low": 0.00032970547153616473
|
|
},
|
|
{
|
|
"bar": 13872,
|
|
"time": "2025-03-13 00:25:00",
|
|
"direction": "short",
|
|
"entry": 2937.54,
|
|
"tp": 2936.7914285714287,
|
|
"sl": 2942.0314285714285,
|
|
"exit": 2936.7914285714287,
|
|
"result": "tp",
|
|
"pnl": 9.546055262424172,
|
|
"bars_held": 6,
|
|
"pred_high": 0.0005096587134618833,
|
|
"pred_low": 0.0005096587134618833
|
|
},
|
|
{
|
|
"bar": 13880,
|
|
"time": "2025-03-13 01:05:00",
|
|
"direction": "short",
|
|
"entry": 2936.01,
|
|
"tp": 2935.401428571429,
|
|
"sl": 2939.6614285714286,
|
|
"exit": 2935.401428571429,
|
|
"result": "tp",
|
|
"pnl": 9.561965354529626,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004145567818716018,
|
|
"pred_low": 0.0004145567818716018
|
|
},
|
|
{
|
|
"bar": 13888,
|
|
"time": "2025-03-13 01:45:00",
|
|
"direction": "short",
|
|
"entry": 2933.31,
|
|
"tp": 2932.770571428571,
|
|
"sl": 2936.5465714285715,
|
|
"exit": 2936.5465714285715,
|
|
"result": "sl",
|
|
"pnl": -57.46741178072874,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00036779513343530797,
|
|
"pred_low": 0.00036779513343530797
|
|
},
|
|
{
|
|
"bar": 13896,
|
|
"time": "2025-03-13 02:25:00",
|
|
"direction": "long",
|
|
"entry": 2941.63,
|
|
"tp": 2942.2685714285717,
|
|
"sl": 2937.798571428572,
|
|
"exit": 2942.2685714285717,
|
|
"result": "tp",
|
|
"pnl": 9.482122943822793,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004341616237061676,
|
|
"pred_low": 0.0004341616237061676
|
|
},
|
|
{
|
|
"bar": 13904,
|
|
"time": "2025-03-13 03:05:00",
|
|
"direction": "short",
|
|
"entry": 2942.25,
|
|
"tp": 2941.6082857142856,
|
|
"sl": 2946.1002857142853,
|
|
"exit": 2946.1002857142853,
|
|
"result": "sl",
|
|
"pnl": -56.98755889235472,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0004362064989135762,
|
|
"pred_low": 0.0004362064989135762
|
|
},
|
|
{
|
|
"bar": 13912,
|
|
"time": "2025-03-13 03:45:00",
|
|
"direction": "long",
|
|
"entry": 2947.54,
|
|
"tp": 2948.06,
|
|
"sl": 2944.42,
|
|
"exit": 2948.06,
|
|
"result": "tp",
|
|
"pnl": 9.402947217238818,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00035283660272632895,
|
|
"pred_low": 0.00035283660272632895
|
|
},
|
|
{
|
|
"bar": 13920,
|
|
"time": "2025-03-13 04:25:00",
|
|
"direction": "short",
|
|
"entry": 2943.83,
|
|
"tp": 2943.3265714285712,
|
|
"sl": 2946.8505714285716,
|
|
"exit": 2943.3265714285712,
|
|
"result": "tp",
|
|
"pnl": 9.41861879593616,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003420228555511571,
|
|
"pred_low": 0.0003420228555511571
|
|
},
|
|
{
|
|
"bar": 13928,
|
|
"time": "2025-03-13 05:05:00",
|
|
"direction": "long",
|
|
"entry": 2946.74,
|
|
"tp": 2947.3522857142857,
|
|
"sl": 2943.0662857142856,
|
|
"exit": 2947.3522857142857,
|
|
"result": "tp",
|
|
"pnl": 9.434316493930647,
|
|
"bars_held": 7,
|
|
"pred_high": 0.0004155681969130019,
|
|
"pred_low": 0.0004155681969130019
|
|
},
|
|
{
|
|
"bar": 13936,
|
|
"time": "2025-03-13 05:45:00",
|
|
"direction": "long",
|
|
"entry": 2946.96,
|
|
"tp": 2947.5065714285715,
|
|
"sl": 2943.6805714285715,
|
|
"exit": 2947.5065714285715,
|
|
"result": "tp",
|
|
"pnl": 9.450040354751783,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003709391566708959,
|
|
"pred_low": 0.0003709391566708959
|
|
},
|
|
{
|
|
"bar": 13944,
|
|
"time": "2025-03-13 06:25:00",
|
|
"direction": "short",
|
|
"entry": 2942.91,
|
|
"tp": 2942.2205714285715,
|
|
"sl": 2947.0465714285715,
|
|
"exit": 2947.0465714285715,
|
|
"result": "sl",
|
|
"pnl": -56.79474253205201,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00046853527388102296,
|
|
"pred_low": 0.00046853527388102296
|
|
},
|
|
{
|
|
"bar": 13952,
|
|
"time": "2025-03-13 07:05:00",
|
|
"direction": "short",
|
|
"entry": 2944.32,
|
|
"tp": 2943.2237142857143,
|
|
"sl": 2950.8977142857143,
|
|
"exit": 2943.2237142857143,
|
|
"result": "tp",
|
|
"pnl": 9.371132517789604,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0007446783734687203,
|
|
"pred_low": 0.0007446783734687203
|
|
},
|
|
{
|
|
"bar": 13960,
|
|
"time": "2025-03-13 07:45:00",
|
|
"direction": "long",
|
|
"entry": 2948.43,
|
|
"tp": 2949.444571428571,
|
|
"sl": 2942.3425714285713,
|
|
"exit": 2949.444571428571,
|
|
"result": "tp",
|
|
"pnl": 9.386751071984206,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006882113047088851,
|
|
"pred_low": 0.0006882113047088851
|
|
},
|
|
{
|
|
"bar": 13968,
|
|
"time": "2025-03-13 08:25:00",
|
|
"direction": "long",
|
|
"entry": 2953.44,
|
|
"tp": 2954.2014285714286,
|
|
"sl": 2948.8714285714286,
|
|
"exit": 2954.2014285714286,
|
|
"result": "tp",
|
|
"pnl": 9.402395657104138,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005156214931933935,
|
|
"pred_low": 0.0005156214931933935
|
|
},
|
|
{
|
|
"bar": 13976,
|
|
"time": "2025-03-13 09:05:00",
|
|
"direction": "long",
|
|
"entry": 2967.9,
|
|
"tp": 2969.1737142857146,
|
|
"sl": 2960.2577142857144,
|
|
"exit": 2969.1737142857146,
|
|
"result": "tp",
|
|
"pnl": 9.418066316534826,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000858326955567436,
|
|
"pred_low": 0.000858326955567436
|
|
},
|
|
{
|
|
"bar": 13984,
|
|
"time": "2025-03-13 09:45:00",
|
|
"direction": "short",
|
|
"entry": 2969.65,
|
|
"tp": 2967.997714285714,
|
|
"sl": 2979.5637142857145,
|
|
"exit": 2979.5637142857145,
|
|
"result": "sl",
|
|
"pnl": -56.60257856236479,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0011127814485112646,
|
|
"pred_low": 0.0011127814485112646
|
|
},
|
|
{
|
|
"bar": 13992,
|
|
"time": "2025-03-13 10:25:00",
|
|
"direction": "long",
|
|
"entry": 2978.8,
|
|
"tp": 2979.802285714286,
|
|
"sl": 2972.786285714286,
|
|
"exit": 2979.802285714286,
|
|
"result": "tp",
|
|
"pnl": 9.339425462790723,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006729459609814276,
|
|
"pred_low": 0.0006729459609814276
|
|
},
|
|
{
|
|
"bar": 14000,
|
|
"time": "2025-03-13 11:05:00",
|
|
"direction": "short",
|
|
"entry": 2977.63,
|
|
"tp": 2976.672857142857,
|
|
"sl": 2983.3728571428574,
|
|
"exit": 2976.672857142857,
|
|
"result": "tp",
|
|
"pnl": 9.354991171896415,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0006428890474255499,
|
|
"pred_low": 0.0006428890474255499
|
|
},
|
|
{
|
|
"bar": 14008,
|
|
"time": "2025-03-13 11:45:00",
|
|
"direction": "long",
|
|
"entry": 2981.05,
|
|
"tp": 2982.011428571429,
|
|
"sl": 2975.281428571429,
|
|
"exit": 2982.011428571429,
|
|
"result": "tp",
|
|
"pnl": 9.370582823850077,
|
|
"bars_held": 4,
|
|
"pred_high": 0.0006450268002405603,
|
|
"pred_low": 0.0006450268002405603
|
|
},
|
|
{
|
|
"bar": 14024,
|
|
"time": "2025-03-13 13:05:00",
|
|
"direction": "long",
|
|
"entry": 2982.96,
|
|
"tp": 2983.7554285714286,
|
|
"sl": 2978.1874285714284,
|
|
"exit": 2983.7554285714286,
|
|
"result": "tp",
|
|
"pnl": 9.386200461887954,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000533314943162891,
|
|
"pred_low": 0.000533314943162891
|
|
},
|
|
{
|
|
"bar": 14032,
|
|
"time": "2025-03-13 13:45:00",
|
|
"direction": "short",
|
|
"entry": 2982.46,
|
|
"tp": 2981.8497142857145,
|
|
"sl": 2986.1217142857145,
|
|
"exit": 2981.8497142857145,
|
|
"result": "tp",
|
|
"pnl": 9.401844129321278,
|
|
"bars_held": 6,
|
|
"pred_high": 0.00040924989055055554,
|
|
"pred_low": 0.00040924989055055554
|
|
},
|
|
{
|
|
"bar": 14040,
|
|
"time": "2025-03-13 14:25:00",
|
|
"direction": "long",
|
|
"entry": 2984.29,
|
|
"tp": 2984.863142857143,
|
|
"sl": 2980.851142857143,
|
|
"exit": 2984.863142857143,
|
|
"result": "tp",
|
|
"pnl": 9.417513869542592,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003841066767256819,
|
|
"pred_low": 0.0003841066767256819
|
|
},
|
|
{
|
|
"bar": 14048,
|
|
"time": "2025-03-13 16:00:00",
|
|
"direction": "short",
|
|
"entry": 2984.28,
|
|
"tp": 2983.7077142857142,
|
|
"sl": 2987.7137142857146,
|
|
"exit": 2983.7077142857142,
|
|
"result": "tp",
|
|
"pnl": 9.433209725992695,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003835335251958482,
|
|
"pred_low": 0.0003835335251958482
|
|
},
|
|
{
|
|
"bar": 14056,
|
|
"time": "2025-03-13 16:40:00",
|
|
"direction": "long",
|
|
"entry": 2986.0,
|
|
"tp": 2986.7625714285714,
|
|
"sl": 2981.424571428571,
|
|
"exit": 2986.7625714285714,
|
|
"result": "tp",
|
|
"pnl": 9.448931742198397,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005107645201416231,
|
|
"pred_low": 0.0005107645201416231
|
|
},
|
|
{
|
|
"bar": 14072,
|
|
"time": "2025-03-13 18:00:00",
|
|
"direction": "short",
|
|
"entry": 2986.56,
|
|
"tp": 2986.0085714285715,
|
|
"sl": 2989.868571428571,
|
|
"exit": 2986.0085714285715,
|
|
"result": "tp",
|
|
"pnl": 9.464679961767812,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003692733924170622,
|
|
"pred_low": 0.0003692733924170622
|
|
},
|
|
{
|
|
"bar": 14080,
|
|
"time": "2025-03-13 18:40:00",
|
|
"direction": "short",
|
|
"entry": 2984.62,
|
|
"tp": 2984.1062857142856,
|
|
"sl": 2987.702285714285,
|
|
"exit": 2987.702285714285,
|
|
"result": "sl",
|
|
"pnl": -56.88272657023271,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003442409993327267,
|
|
"pred_low": 0.0003442409993327267
|
|
},
|
|
{
|
|
"bar": 14088,
|
|
"time": "2025-03-13 19:20:00",
|
|
"direction": "long",
|
|
"entry": 2987.52,
|
|
"tp": 2988.291714285714,
|
|
"sl": 2982.8897142857145,
|
|
"exit": 2982.8897142857145,
|
|
"result": "sl",
|
|
"pnl": -56.31389930453222,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005166253519402313,
|
|
"pred_low": 0.0005166253519402313
|
|
},
|
|
{
|
|
"bar": 14112,
|
|
"time": "2025-03-13 21:20:00",
|
|
"direction": "long",
|
|
"entry": 2987.47,
|
|
"tp": 2988.020571428571,
|
|
"sl": 2984.1665714285714,
|
|
"exit": 2988.020571428571,
|
|
"result": "tp",
|
|
"pnl": 9.291793385247493,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0003685870844369417,
|
|
"pred_low": 0.0003685870844369417
|
|
},
|
|
{
|
|
"bar": 14120,
|
|
"time": "2025-03-13 22:00:00",
|
|
"direction": "long",
|
|
"entry": 2992.69,
|
|
"tp": 2993.2602857142856,
|
|
"sl": 2989.268285714286,
|
|
"exit": 2993.2602857142856,
|
|
"result": "tp",
|
|
"pnl": 9.307279707553699,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00038111913648638206,
|
|
"pred_low": 0.00038111913648638206
|
|
},
|
|
{
|
|
"bar": 14128,
|
|
"time": "2025-03-13 22:40:00",
|
|
"direction": "short",
|
|
"entry": 2988.69,
|
|
"tp": 2988.1114285714284,
|
|
"sl": 2992.1614285714286,
|
|
"exit": 2988.1114285714284,
|
|
"result": "tp",
|
|
"pnl": 9.32279184040573,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003871739314358074,
|
|
"pred_low": 0.0003871739314358074
|
|
},
|
|
{
|
|
"bar": 14136,
|
|
"time": "2025-03-13 23:20:00",
|
|
"direction": "short",
|
|
"entry": 2984.59,
|
|
"tp": 2984.095428571429,
|
|
"sl": 2987.5574285714288,
|
|
"exit": 2984.095428571429,
|
|
"result": "tp",
|
|
"pnl": 9.338329826801582,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003314166626380441,
|
|
"pred_low": 0.0003314166626380441
|
|
},
|
|
{
|
|
"bar": 14144,
|
|
"time": "2025-03-14 00:00:00",
|
|
"direction": "long",
|
|
"entry": 2985.58,
|
|
"tp": 2986.189714285714,
|
|
"sl": 2981.921714285714,
|
|
"exit": 2981.921714285714,
|
|
"result": "sl",
|
|
"pnl": -56.12336225908756,
|
|
"bars_held": 4,
|
|
"pred_high": 0.00040843942263431353,
|
|
"pred_low": 0.00040843942263431353
|
|
},
|
|
{
|
|
"bar": 14152,
|
|
"time": "2025-03-14 00:40:00",
|
|
"direction": "long",
|
|
"entry": 2984.47,
|
|
"tp": 2985.120571428571,
|
|
"sl": 2980.5665714285715,
|
|
"exit": 2985.120571428571,
|
|
"result": "tp",
|
|
"pnl": 9.260354772747768,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004359711631019344,
|
|
"pred_low": 0.0004359711631019344
|
|
},
|
|
{
|
|
"bar": 14160,
|
|
"time": "2025-03-14 01:20:00",
|
|
"direction": "short",
|
|
"entry": 2980.8,
|
|
"tp": 2980.1068571428573,
|
|
"sl": 2984.958857142857,
|
|
"exit": 2984.958857142857,
|
|
"result": "sl",
|
|
"pnl": -55.654732184219995,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00046507169695575906,
|
|
"pred_low": 0.00046507169695575906
|
|
},
|
|
{
|
|
"bar": 14168,
|
|
"time": "2025-03-14 02:00:00",
|
|
"direction": "long",
|
|
"entry": 2986.35,
|
|
"tp": 2986.9777142857142,
|
|
"sl": 2982.5837142857144,
|
|
"exit": 2986.9777142857142,
|
|
"result": "tp",
|
|
"pnl": 9.183030810397362,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004203889602453028,
|
|
"pred_low": 0.0004203889602453028
|
|
},
|
|
{
|
|
"bar": 14176,
|
|
"time": "2025-03-14 02:40:00",
|
|
"direction": "long",
|
|
"entry": 2990.54,
|
|
"tp": 2991.1031428571428,
|
|
"sl": 2987.1611428571427,
|
|
"exit": 2991.1031428571428,
|
|
"result": "tp",
|
|
"pnl": 9.198335861746607,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003766161677441835,
|
|
"pred_low": 0.0003766161677441835
|
|
},
|
|
{
|
|
"bar": 14184,
|
|
"time": "2025-03-14 03:20:00",
|
|
"direction": "long",
|
|
"entry": 2995.89,
|
|
"tp": 2996.368571428571,
|
|
"sl": 2993.0185714285712,
|
|
"exit": 2996.368571428571,
|
|
"result": "tp",
|
|
"pnl": 9.213666421514532,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00031948531392769135,
|
|
"pred_low": 0.00031948531392769135
|
|
},
|
|
{
|
|
"bar": 14200,
|
|
"time": "2025-03-14 04:40:00",
|
|
"direction": "short",
|
|
"entry": 2989.84,
|
|
"tp": 2988.878857142857,
|
|
"sl": 2995.6068571428573,
|
|
"exit": 2988.878857142857,
|
|
"result": "tp",
|
|
"pnl": 9.229022532220554,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006429393259457547,
|
|
"pred_low": 0.0006429393259457547
|
|
},
|
|
{
|
|
"bar": 14208,
|
|
"time": "2025-03-14 05:20:00",
|
|
"direction": "long",
|
|
"entry": 2997.15,
|
|
"tp": 2998.5134285714284,
|
|
"sl": 2988.969428571429,
|
|
"exit": 2998.5134285714284,
|
|
"result": "tp",
|
|
"pnl": 9.244404236438692,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0009098167068238424,
|
|
"pred_low": 0.0009098167068238424
|
|
},
|
|
{
|
|
"bar": 14216,
|
|
"time": "2025-03-14 06:00:00",
|
|
"direction": "short",
|
|
"entry": 2996.14,
|
|
"tp": 2995.3294285714283,
|
|
"sl": 3001.0034285714287,
|
|
"exit": 2995.3294285714283,
|
|
"result": "tp",
|
|
"pnl": 9.259811576836068,
|
|
"bars_held": 10,
|
|
"pred_high": 0.0005410771382989035,
|
|
"pred_low": 0.0005410771382989035
|
|
},
|
|
{
|
|
"bar": 14232,
|
|
"time": "2025-03-14 07:20:00",
|
|
"direction": "long",
|
|
"entry": 2995.38,
|
|
"tp": 2996.146285714286,
|
|
"sl": 2990.782285714286,
|
|
"exit": 2990.782285714286,
|
|
"result": "sl",
|
|
"pnl": -55.651467576771815,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005116450762745915,
|
|
"pred_low": 0.0005116450762745915
|
|
},
|
|
{
|
|
"bar": 14240,
|
|
"time": "2025-03-14 08:00:00",
|
|
"direction": "short",
|
|
"entry": 2985.88,
|
|
"tp": 2984.6357142857146,
|
|
"sl": 2993.345714285714,
|
|
"exit": 2984.6357142857146,
|
|
"result": "tp",
|
|
"pnl": 9.182492150166182,
|
|
"bars_held": 5,
|
|
"pred_high": 0.0008334465646882618,
|
|
"pred_low": 0.0008334465646882618
|
|
},
|
|
{
|
|
"bar": 14248,
|
|
"time": "2025-03-14 08:40:00",
|
|
"direction": "short",
|
|
"entry": 2985.73,
|
|
"tp": 2984.287142857143,
|
|
"sl": 2994.387142857143,
|
|
"exit": 2984.287142857143,
|
|
"result": "tp",
|
|
"pnl": 9.197796303750623,
|
|
"bars_held": 1,
|
|
"pred_high": 0.000966502090180378,
|
|
"pred_low": 0.000966502090180378
|
|
},
|
|
{
|
|
"bar": 14256,
|
|
"time": "2025-03-14 09:20:00",
|
|
"direction": "short",
|
|
"entry": 2981.06,
|
|
"tp": 2979.9454285714287,
|
|
"sl": 2987.7474285714284,
|
|
"exit": 2979.9454285714287,
|
|
"result": "tp",
|
|
"pnl": 9.213125964256001,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00074776853104024,
|
|
"pred_low": 0.00074776853104024
|
|
},
|
|
{
|
|
"bar": 14264,
|
|
"time": "2025-03-14 10:00:00",
|
|
"direction": "long",
|
|
"entry": 2984.11,
|
|
"tp": 2985.045142857143,
|
|
"sl": 2978.499142857143,
|
|
"exit": 2985.045142857143,
|
|
"result": "tp",
|
|
"pnl": 9.228481174199894,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0006267482479820588,
|
|
"pred_low": 0.0006267482479820588
|
|
},
|
|
{
|
|
"bar": 14272,
|
|
"time": "2025-03-14 10:40:00",
|
|
"direction": "long",
|
|
"entry": 2988.34,
|
|
"tp": 2989.030285714286,
|
|
"sl": 2984.1982857142857,
|
|
"exit": 2989.030285714286,
|
|
"result": "tp",
|
|
"pnl": 9.243861976157152,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004619860620181841,
|
|
"pred_low": 0.0004619860620181841
|
|
},
|
|
{
|
|
"bar": 14288,
|
|
"time": "2025-03-14 12:00:00",
|
|
"direction": "short",
|
|
"entry": 2986.25,
|
|
"tp": 2985.7325714285716,
|
|
"sl": 2989.3545714285715,
|
|
"exit": 2985.7325714285716,
|
|
"result": "tp",
|
|
"pnl": 9.259268412777692,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00034654069245948943,
|
|
"pred_low": 0.00034654069245948943
|
|
},
|
|
{
|
|
"bar": 14296,
|
|
"time": "2025-03-14 12:40:00",
|
|
"direction": "short",
|
|
"entry": 2984.11,
|
|
"tp": 2983.686285714286,
|
|
"sl": 2986.652285714286,
|
|
"exit": 2983.686285714286,
|
|
"result": "tp",
|
|
"pnl": 9.274700526799244,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0002839803396753536,
|
|
"pred_low": 0.0002839803396753536
|
|
},
|
|
{
|
|
"bar": 14304,
|
|
"time": "2025-03-14 13:20:00",
|
|
"direction": "short",
|
|
"entry": 2982.72,
|
|
"tp": 2982.2522857142853,
|
|
"sl": 2985.5262857142857,
|
|
"exit": 2982.2522857142853,
|
|
"result": "tp",
|
|
"pnl": 9.290158361017369,
|
|
"bars_held": 3,
|
|
"pred_high": 0.0003136159516912809,
|
|
"pred_low": 0.0003136159516912809
|
|
},
|
|
{
|
|
"bar": 14320,
|
|
"time": "2025-03-14 14:40:00",
|
|
"direction": "long",
|
|
"entry": 2987.37,
|
|
"tp": 2987.8374285714285,
|
|
"sl": 2984.5654285714286,
|
|
"exit": 2987.8374285714285,
|
|
"result": "tp",
|
|
"pnl": 9.305641958283411,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00031293651032753765,
|
|
"pred_low": 0.00031293651032753765
|
|
},
|
|
{
|
|
"bar": 14328,
|
|
"time": "2025-03-16 16:10:00",
|
|
"direction": "long",
|
|
"entry": 2989.5,
|
|
"tp": 2990.142,
|
|
"sl": 2985.648,
|
|
"exit": 2990.142,
|
|
"result": "tp",
|
|
"pnl": 9.3211513615438,
|
|
"bars_held": 7,
|
|
"pred_high": 0.00042950326141495725,
|
|
"pred_low": 0.00042950326141495725
|
|
},
|
|
{
|
|
"bar": 14336,
|
|
"time": "2025-03-16 16:50:00",
|
|
"direction": "long",
|
|
"entry": 2989.26,
|
|
"tp": 2989.9788571428576,
|
|
"sl": 2984.9468571428574,
|
|
"exit": 2989.9788571428576,
|
|
"result": "tp",
|
|
"pnl": 9.336686613818381,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00048095993179392337,
|
|
"pred_low": 0.00048095993179392337
|
|
},
|
|
{
|
|
"bar": 14344,
|
|
"time": "2025-03-16 17:30:00",
|
|
"direction": "long",
|
|
"entry": 2993.02,
|
|
"tp": 2993.618,
|
|
"sl": 2989.432,
|
|
"exit": 2989.432,
|
|
"result": "sl",
|
|
"pnl": -56.113486549034505,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00039959639427735756,
|
|
"pred_low": 0.00039959639427735756
|
|
},
|
|
{
|
|
"bar": 14352,
|
|
"time": "2025-03-16 18:10:00",
|
|
"direction": "short",
|
|
"entry": 2988.32,
|
|
"tp": 2987.7168571428574,
|
|
"sl": 2991.938857142857,
|
|
"exit": 2987.7168571428574,
|
|
"result": "tp",
|
|
"pnl": 9.258725280588726,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004036668476889093,
|
|
"pred_low": 0.0004036668476889093
|
|
},
|
|
{
|
|
"bar": 14376,
|
|
"time": "2025-03-16 20:10:00",
|
|
"direction": "short",
|
|
"entry": 2989.45,
|
|
"tp": 2988.866571428571,
|
|
"sl": 2992.950571428571,
|
|
"exit": 2988.866571428571,
|
|
"result": "tp",
|
|
"pnl": 9.27415648939192,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0003903250239532848,
|
|
"pred_low": 0.0003903250239532848
|
|
},
|
|
{
|
|
"bar": 14384,
|
|
"time": "2025-03-16 20:50:00",
|
|
"direction": "short",
|
|
"entry": 2987.79,
|
|
"tp": 2987.383142857143,
|
|
"sl": 2990.231142857143,
|
|
"exit": 2987.383142857143,
|
|
"result": "tp",
|
|
"pnl": 9.289613416870953,
|
|
"bars_held": 2,
|
|
"pred_high": 0.000272346545678996,
|
|
"pred_low": 0.000272346545678996
|
|
},
|
|
{
|
|
"bar": 14400,
|
|
"time": "2025-03-16 22:10:00",
|
|
"direction": "short",
|
|
"entry": 2985.65,
|
|
"tp": 2985.2808571428573,
|
|
"sl": 2987.8648571428575,
|
|
"exit": 2985.2808571428573,
|
|
"result": "tp",
|
|
"pnl": 9.305096105900759,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002472780514413091,
|
|
"pred_low": 0.0002472780514413091
|
|
},
|
|
{
|
|
"bar": 14408,
|
|
"time": "2025-03-16 22:50:00",
|
|
"direction": "short",
|
|
"entry": 2983.02,
|
|
"tp": 2982.619142857143,
|
|
"sl": 2985.425142857143,
|
|
"exit": 2982.619142857143,
|
|
"result": "tp",
|
|
"pnl": 9.320604599411574,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002687592727217039,
|
|
"pred_low": 0.0002687592727217039
|
|
},
|
|
{
|
|
"bar": 14424,
|
|
"time": "2025-03-17 00:10:00",
|
|
"direction": "long",
|
|
"entry": 2986.13,
|
|
"tp": 2986.495428571429,
|
|
"sl": 2983.937428571429,
|
|
"exit": 2986.495428571429,
|
|
"result": "tp",
|
|
"pnl": 9.33613894041624,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002447506112785072,
|
|
"pred_low": 0.0002447506112785072
|
|
},
|
|
{
|
|
"bar": 14432,
|
|
"time": "2025-03-17 19:10:00",
|
|
"direction": "long",
|
|
"entry": 3001.17,
|
|
"tp": 3001.6062857142856,
|
|
"sl": 2998.552285714286,
|
|
"exit": 3001.6062857142856,
|
|
"result": "tp",
|
|
"pnl": 9.351699171974333,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002907437527935444,
|
|
"pred_low": 0.0002907437527935444
|
|
},
|
|
{
|
|
"bar": 14448,
|
|
"time": "2025-03-17 20:30:00",
|
|
"direction": "long",
|
|
"entry": 3007.11,
|
|
"tp": 3007.7548571428574,
|
|
"sl": 3003.2408571428573,
|
|
"exit": 3007.7548571428574,
|
|
"result": "tp",
|
|
"pnl": 9.367285337267221,
|
|
"bars_held": 3,
|
|
"pred_high": 0.00042888829664169823,
|
|
"pred_low": 0.00042888829664169823
|
|
},
|
|
{
|
|
"bar": 14456,
|
|
"time": "2025-03-17 21:10:00",
|
|
"direction": "long",
|
|
"entry": 3013.16,
|
|
"tp": 3013.7634285714284,
|
|
"sl": 3009.5394285714287,
|
|
"exit": 3013.7634285714284,
|
|
"result": "tp",
|
|
"pnl": 9.382897479494167,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004005287282643752,
|
|
"pred_low": 0.0004005287282643752
|
|
},
|
|
{
|
|
"bar": 14464,
|
|
"time": "2025-03-17 21:50:00",
|
|
"direction": "short",
|
|
"entry": 3011.93,
|
|
"tp": 3011.197714285714,
|
|
"sl": 3016.323714285714,
|
|
"exit": 3011.197714285714,
|
|
"result": "tp",
|
|
"pnl": 9.398535641960683,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00048625679500233503,
|
|
"pred_low": 0.00048625679500233503
|
|
},
|
|
{
|
|
"bar": 14472,
|
|
"time": "2025-03-17 22:30:00",
|
|
"direction": "long",
|
|
"entry": 3014.15,
|
|
"tp": 3014.6037142857144,
|
|
"sl": 3011.4277142857145,
|
|
"exit": 3014.6037142857144,
|
|
"result": "tp",
|
|
"pnl": 9.414199868030735,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00030105620869184534,
|
|
"pred_low": 0.00030105620869184534
|
|
},
|
|
{
|
|
"bar": 14480,
|
|
"time": "2025-03-17 23:10:00",
|
|
"direction": "short",
|
|
"entry": 3011.72,
|
|
"tp": 3011.1488571428567,
|
|
"sl": 3015.146857142857,
|
|
"exit": 3011.1488571428567,
|
|
"result": "tp",
|
|
"pnl": 9.429890201145936,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00037928018351164844,
|
|
"pred_low": 0.00037928018351164844
|
|
},
|
|
{
|
|
"bar": 14488,
|
|
"time": "2025-03-17 23:50:00",
|
|
"direction": "long",
|
|
"entry": 3012.13,
|
|
"tp": 3012.9834285714287,
|
|
"sl": 3007.0094285714285,
|
|
"exit": 3012.9834285714287,
|
|
"result": "tp",
|
|
"pnl": 9.445606684811363,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0005666611809108958,
|
|
"pred_low": 0.0005666611809108958
|
|
},
|
|
{
|
|
"bar": 14496,
|
|
"time": "2025-03-18 00:30:00",
|
|
"direction": "short",
|
|
"entry": 3012.2,
|
|
"tp": 3011.306857142857,
|
|
"sl": 3017.558857142857,
|
|
"exit": 3017.558857142857,
|
|
"result": "sl",
|
|
"pnl": -56.768096175714305,
|
|
"bars_held": 8,
|
|
"pred_high": 0.000593016969087628,
|
|
"pred_low": 0.000593016969087628
|
|
},
|
|
{
|
|
"bar": 14504,
|
|
"time": "2025-03-18 01:10:00",
|
|
"direction": "long",
|
|
"entry": 3017.72,
|
|
"tp": 3018.4925714285714,
|
|
"sl": 3013.084571428571,
|
|
"exit": 3018.4925714285714,
|
|
"result": "tp",
|
|
"pnl": 9.366735868994484,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0005120232682763673,
|
|
"pred_low": 0.0005120232682763673
|
|
},
|
|
{
|
|
"bar": 14512,
|
|
"time": "2025-03-18 01:50:00",
|
|
"direction": "short",
|
|
"entry": 3015.48,
|
|
"tp": 3014.7557142857145,
|
|
"sl": 3019.8257142857146,
|
|
"exit": 3019.8257142857146,
|
|
"result": "sl",
|
|
"pnl": -56.29408257264991,
|
|
"bars_held": 5,
|
|
"pred_high": 0.00048037839036288595,
|
|
"pred_low": 0.00048037839036288595
|
|
},
|
|
{
|
|
"bar": 14520,
|
|
"time": "2025-03-18 02:30:00",
|
|
"direction": "long",
|
|
"entry": 3024.98,
|
|
"tp": 3025.6068571428573,
|
|
"sl": 3021.218857142857,
|
|
"exit": 3025.6068571428573,
|
|
"result": "tp",
|
|
"pnl": 9.288523624488354,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004144537437319635,
|
|
"pred_low": 0.0004144537437319635
|
|
},
|
|
{
|
|
"bar": 14528,
|
|
"time": "2025-03-18 03:10:00",
|
|
"direction": "short",
|
|
"entry": 3024.66,
|
|
"tp": 3024.025714285714,
|
|
"sl": 3028.465714285714,
|
|
"exit": 3024.025714285714,
|
|
"result": "tp",
|
|
"pnl": 9.3040044971962,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0004194095959782072,
|
|
"pred_low": 0.0004194095959782072
|
|
},
|
|
{
|
|
"bar": 14536,
|
|
"time": "2025-03-18 03:50:00",
|
|
"direction": "short",
|
|
"entry": 3020.96,
|
|
"tp": 3020.348,
|
|
"sl": 3024.632,
|
|
"exit": 3020.348,
|
|
"result": "tp",
|
|
"pnl": 9.319511171357275,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004051692177321217,
|
|
"pred_low": 0.0004051692177321217
|
|
},
|
|
{
|
|
"bar": 14544,
|
|
"time": "2025-03-18 04:30:00",
|
|
"direction": "short",
|
|
"entry": 3022.57,
|
|
"tp": 3021.843714285714,
|
|
"sl": 3026.9277142857145,
|
|
"exit": 3021.843714285714,
|
|
"result": "tp",
|
|
"pnl": 9.335043689977722,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0004805749506451499,
|
|
"pred_low": 0.0004805749506451499
|
|
},
|
|
{
|
|
"bar": 14600,
|
|
"time": "2025-03-18 09:10:00",
|
|
"direction": "long",
|
|
"entry": 3028.59,
|
|
"tp": 3029.7617142857143,
|
|
"sl": 3021.559714285714,
|
|
"exit": 3029.7617142857143,
|
|
"result": "tp",
|
|
"pnl": 9.350602096124142,
|
|
"bars_held": 2,
|
|
"pred_high": 0.0007737688400967565,
|
|
"pred_low": 0.0007737688400967565
|
|
},
|
|
{
|
|
"bar": 14616,
|
|
"time": "2025-03-18 10:30:00",
|
|
"direction": "long",
|
|
"entry": 3034.61,
|
|
"tp": 3035.123142857143,
|
|
"sl": 3031.531142857143,
|
|
"exit": 3035.123142857143,
|
|
"result": "tp",
|
|
"pnl": 9.366186432956084,
|
|
"bars_held": 2,
|
|
"pred_high": 0.000338193611134772,
|
|
"pred_low": 0.000338193611134772
|
|
},
|
|
{
|
|
"bar": 14624,
|
|
"time": "2025-03-18 11:10:00",
|
|
"direction": "short",
|
|
"entry": 3034.68,
|
|
"tp": 3034.196,
|
|
"sl": 3037.584,
|
|
"exit": 3034.196,
|
|
"result": "tp",
|
|
"pnl": 9.381796743672387,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00031897926634767986,
|
|
"pred_low": 0.00031897926634767986
|
|
},
|
|
{
|
|
"bar": 14640,
|
|
"time": "2025-03-18 12:30:00",
|
|
"direction": "long",
|
|
"entry": 3035.23,
|
|
"tp": 3035.7957142857144,
|
|
"sl": 3031.8357142857144,
|
|
"exit": 3035.7957142857144,
|
|
"result": "tp",
|
|
"pnl": 9.397433071582356,
|
|
"bars_held": 2,
|
|
"pred_high": 0.00037276534938984193,
|
|
"pred_low": 0.00037276534938984193
|
|
},
|
|
{
|
|
"bar": 14648,
|
|
"time": "2025-03-18 13:10:00",
|
|
"direction": "long",
|
|
"entry": 3036.54,
|
|
"tp": 3036.924857142857,
|
|
"sl": 3034.230857142857,
|
|
"exit": 3036.924857142857,
|
|
"result": "tp",
|
|
"pnl": 9.413095460031133,
|
|
"bars_held": 1,
|
|
"pred_high": 0.00025348399353021804,
|
|
"pred_low": 0.00025348399353021804
|
|
},
|
|
{
|
|
"bar": 14672,
|
|
"time": "2025-03-18 16:05:00",
|
|
"direction": "short",
|
|
"entry": 3032.99,
|
|
"tp": 3032.6708571428567,
|
|
"sl": 3034.904857142857,
|
|
"exit": 3032.6708571428567,
|
|
"result": "tp",
|
|
"pnl": 9.428783952472315,
|
|
"bars_held": 1,
|
|
"pred_high": 0.0002104476817548922,
|
|
"pred_low": 0.0002104476817548922
|
|
}
|
|
]
|
|
} |