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>
13660 lines
346 KiB
JSON
13660 lines
346 KiB
JSON
{
|
|
"config": {
|
|
"symbol": "XAUUSD",
|
|
"timeframe": "15m",
|
|
"horizon": "scalping",
|
|
"tp_factor": 1.2,
|
|
"sl_factor": 2.5,
|
|
"min_range_pct": 0.0001,
|
|
"direction_bias": 1.2,
|
|
"signal_every_n": 8
|
|
},
|
|
"metrics": {
|
|
"total_trades": 974,
|
|
"win_rate": 0.6560574948665298,
|
|
"n_wins": "639",
|
|
"n_losses": "319",
|
|
"n_timeouts": "16",
|
|
"total_pnl": -2112.2005893330756,
|
|
"final_capital": 7887.799410666927,
|
|
"max_drawdown": 0.3491346272518554
|
|
},
|
|
"trades": [
|
|
{
|
|
"bar": 8,
|
|
"time": "2025-01-01 19:15:00",
|
|
"direction": "long",
|
|
"entry": 2631.59,
|
|
"tp": 2633.4827655761264,
|
|
"sl": 2627.1203371054485,
|
|
"exit": 2633.4827655761264,
|
|
"result": "tp",
|
|
"pnl": 42.34694250507195,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 72,
|
|
"time": "2025-01-02 00:35:00",
|
|
"direction": "long",
|
|
"entry": 2633.92,
|
|
"tp": 2635.814441423729,
|
|
"sl": 2629.446379682543,
|
|
"exit": 2635.814441423729,
|
|
"result": "tp",
|
|
"pnl": 42.52626885902727,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 88,
|
|
"time": "2025-01-02 01:55:00",
|
|
"direction": "long",
|
|
"entry": 2635.78,
|
|
"tp": 2637.6757792248195,
|
|
"sl": 2631.3032205380773,
|
|
"exit": 2631.3032205380773,
|
|
"result": "sl",
|
|
"pnl": -100.84873211364507,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 104,
|
|
"time": "2025-01-02 03:15:00",
|
|
"direction": "long",
|
|
"entry": 2638.13,
|
|
"tp": 2640.02746945738,
|
|
"sl": 2633.6492291458762,
|
|
"exit": 2633.6492291458762,
|
|
"result": "sl",
|
|
"pnl": -99.8402447925086,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 112,
|
|
"time": "2025-01-02 03:55:00",
|
|
"direction": "short",
|
|
"entry": 2636.0,
|
|
"tp": 2633.8509665003976,
|
|
"sl": 2639.949869706994,
|
|
"exit": 2633.8509665003976,
|
|
"result": "tp",
|
|
"pnl": 53.77757903882374,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 120,
|
|
"time": "2025-01-02 04:35:00",
|
|
"direction": "long",
|
|
"entry": 2644.01,
|
|
"tp": 2645.911698635021,
|
|
"sl": 2639.5192421730503,
|
|
"exit": 2645.911698635021,
|
|
"result": "tp",
|
|
"pnl": 42.08422975337838,
|
|
"bars_held": 26,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 144,
|
|
"time": "2025-01-02 06:35:00",
|
|
"direction": "long",
|
|
"entry": 2644.3,
|
|
"tp": 2646.2019072169114,
|
|
"sl": 2639.808749618268,
|
|
"exit": 2646.2019072169114,
|
|
"result": "tp",
|
|
"pnl": 42.262443599154324,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 152,
|
|
"time": "2025-01-02 07:15:00",
|
|
"direction": "short",
|
|
"entry": 2637.66,
|
|
"tp": 2635.509613163672,
|
|
"sl": 2641.6123571059748,
|
|
"exit": 2641.6123571059748,
|
|
"result": "sl",
|
|
"pnl": -100.22308486849532,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 160,
|
|
"time": "2025-01-02 07:55:00",
|
|
"direction": "long",
|
|
"entry": 2643.1,
|
|
"tp": 2645.0010441194336,
|
|
"sl": 2638.6107877759873,
|
|
"exit": 2645.0010441194336,
|
|
"result": "tp",
|
|
"pnl": 42.016998004818106,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 168,
|
|
"time": "2025-01-02 08:35:00",
|
|
"direction": "long",
|
|
"entry": 2648.8,
|
|
"tp": 2650.705143832453,
|
|
"sl": 2644.3011065268192,
|
|
"exit": 2650.705143832453,
|
|
"result": "tp",
|
|
"pnl": 42.19492714469191,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 192,
|
|
"time": "2025-01-02 10:35:00",
|
|
"direction": "long",
|
|
"entry": 2657.84,
|
|
"tp": 2659.751645833451,
|
|
"sl": 2653.325752405331,
|
|
"exit": 2659.751645833451,
|
|
"result": "tp",
|
|
"pnl": 42.373609760064305,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 208,
|
|
"time": "2025-01-02 11:55:00",
|
|
"direction": "long",
|
|
"entry": 2656.54,
|
|
"tp": 2658.450710811184,
|
|
"sl": 2652.027960409527,
|
|
"exit": 2658.450710811184,
|
|
"result": "tp",
|
|
"pnl": 42.553049041695786,
|
|
"bars_held": 29,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 240,
|
|
"time": "2025-01-02 14:35:00",
|
|
"direction": "long",
|
|
"entry": 2659.24,
|
|
"tp": 2661.1526527805086,
|
|
"sl": 2654.7233745546578,
|
|
"exit": 2661.1526527805086,
|
|
"result": "tp",
|
|
"pnl": 42.73324819381545,
|
|
"bars_held": 42,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 248,
|
|
"time": "2025-01-02 15:15:00",
|
|
"direction": "short",
|
|
"entry": 2658.29,
|
|
"tp": 2656.122794286169,
|
|
"sl": 2662.273269781261,
|
|
"exit": 2656.122794286169,
|
|
"result": "tp",
|
|
"pnl": 55.13653663337755,
|
|
"bars_held": 47,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 272,
|
|
"time": "2025-01-02 18:10:00",
|
|
"direction": "long",
|
|
"entry": 2660.69,
|
|
"tp": 2662.603695689961,
|
|
"sl": 2656.170911780747,
|
|
"exit": 2656.170911780747,
|
|
"result": "sl",
|
|
"pnl": -101.89093770759473,
|
|
"bars_held": 23,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 304,
|
|
"time": "2025-01-02 20:50:00",
|
|
"direction": "long",
|
|
"entry": 2661.62,
|
|
"tp": 2663.534364590506,
|
|
"sl": 2657.099332208514,
|
|
"exit": 2663.534364590506,
|
|
"result": "tp",
|
|
"pnl": 42.716219840827605,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 328,
|
|
"time": "2025-01-02 22:50:00",
|
|
"direction": "short",
|
|
"entry": 2662.36,
|
|
"tp": 2660.189476165402,
|
|
"sl": 2666.349368404064,
|
|
"exit": 2660.189476165402,
|
|
"result": "tp",
|
|
"pnl": 55.11456581561686,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 336,
|
|
"time": "2025-01-02 23:30:00",
|
|
"direction": "short",
|
|
"entry": 2659.73,
|
|
"tp": 2657.5616203073228,
|
|
"sl": 2663.7154275249554,
|
|
"exit": 2657.5616203073228,
|
|
"result": "tp",
|
|
"pnl": 55.414431525230086,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 352,
|
|
"time": "2025-01-03 00:50:00",
|
|
"direction": "long",
|
|
"entry": 2659.72,
|
|
"tp": 2661.6329980194996,
|
|
"sl": 2655.20255929157,
|
|
"exit": 2655.20255929157,
|
|
"result": "sl",
|
|
"pnl": -102.40448050232938,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 360,
|
|
"time": "2025-01-03 01:30:00",
|
|
"direction": "short",
|
|
"entry": 2653.26,
|
|
"tp": 2651.0968950595015,
|
|
"sl": 2657.235732662663,
|
|
"exit": 2651.0968950595015,
|
|
"result": "tp",
|
|
"pnl": 55.15876944801714,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 392,
|
|
"time": "2025-01-03 04:10:00",
|
|
"direction": "long",
|
|
"entry": 2656.31,
|
|
"tp": 2658.220545384167,
|
|
"sl": 2651.7983510564236,
|
|
"exit": 2658.220545384167,
|
|
"result": "tp",
|
|
"pnl": 43.16509533998038,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 432,
|
|
"time": "2025-01-03 07:30:00",
|
|
"direction": "short",
|
|
"entry": 2650.43,
|
|
"tp": 2648.2692022540396,
|
|
"sl": 2654.40149209693,
|
|
"exit": 2648.2692022540396,
|
|
"result": "tp",
|
|
"pnl": 55.693727041348,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 448,
|
|
"time": "2025-01-03 08:50:00",
|
|
"direction": "short",
|
|
"entry": 2646.66,
|
|
"tp": 2644.502275795881,
|
|
"sl": 2650.625843004064,
|
|
"exit": 2644.502275795881,
|
|
"result": "tp",
|
|
"pnl": 55.996743834323915,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 456,
|
|
"time": "2025-01-03 09:30:00",
|
|
"direction": "short",
|
|
"entry": 2644.84,
|
|
"tp": 2642.683759574701,
|
|
"sl": 2648.8031158557837,
|
|
"exit": 2642.683759574701,
|
|
"result": "tp",
|
|
"pnl": 56.30140927216322,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 472,
|
|
"time": "2025-01-03 10:50:00",
|
|
"direction": "short",
|
|
"entry": 2639.41,
|
|
"tp": 2637.258186453268,
|
|
"sl": 2643.3649793639365,
|
|
"exit": 2637.258186453268,
|
|
"result": "tp",
|
|
"pnl": 56.60773232475464,
|
|
"bars_held": 46,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 480,
|
|
"time": "2025-01-03 11:30:00",
|
|
"direction": "short",
|
|
"entry": 2641.0,
|
|
"tp": 2638.8468901849583,
|
|
"sl": 2644.957361872599,
|
|
"exit": 2638.8468901849583,
|
|
"result": "tp",
|
|
"pnl": 56.91572201081834,
|
|
"bars_held": 29,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 512,
|
|
"time": "2025-01-03 14:10:00",
|
|
"direction": "short",
|
|
"entry": 2639.04,
|
|
"tp": 2636.8884881006106,
|
|
"sl": 2642.9944249436817,
|
|
"exit": 2636.8884881006106,
|
|
"result": "tp",
|
|
"pnl": 57.22538739810162,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 520,
|
|
"time": "2025-01-03 14:50:00",
|
|
"direction": "short",
|
|
"entry": 2637.53,
|
|
"tp": 2635.3797191478734,
|
|
"sl": 2641.482162309669,
|
|
"exit": 2641.482162309669,
|
|
"result": "sl",
|
|
"pnl": -105.75108156400039,
|
|
"bars_held": 18,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 552,
|
|
"time": "2025-01-05 18:25:00",
|
|
"direction": "short",
|
|
"entry": 2639.25,
|
|
"tp": 2637.098316895362,
|
|
"sl": 2643.204739614637,
|
|
"exit": 2643.204739614637,
|
|
"result": "sl",
|
|
"pnl": -104.69357074836526,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 560,
|
|
"time": "2025-01-05 19:05:00",
|
|
"direction": "long",
|
|
"entry": 2642.17,
|
|
"tp": 2644.0703752188883,
|
|
"sl": 2637.6823673482204,
|
|
"exit": 2644.0703752188883,
|
|
"result": "tp",
|
|
"pnl": 43.89118094920862,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 568,
|
|
"time": "2025-01-05 19:45:00",
|
|
"direction": "short",
|
|
"entry": 2643.14,
|
|
"tp": 2640.9851455219505,
|
|
"sl": 2647.1005685194777,
|
|
"exit": 2640.9851455219505,
|
|
"result": "tp",
|
|
"pnl": 56.63055837254185,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 576,
|
|
"time": "2025-01-05 20:25:00",
|
|
"direction": "long",
|
|
"entry": 2643.62,
|
|
"tp": 2645.5214181283404,
|
|
"sl": 2639.129904574309,
|
|
"exit": 2639.129904574309,
|
|
"result": "sl",
|
|
"pnl": -104.65185243409489,
|
|
"bars_held": 16,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 600,
|
|
"time": "2025-01-05 22:25:00",
|
|
"direction": "short",
|
|
"entry": 2637.79,
|
|
"tp": 2635.6395071794705,
|
|
"sl": 2641.7425519022804,
|
|
"exit": 2635.6395071794705,
|
|
"result": "tp",
|
|
"pnl": 56.369285527394325,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 616,
|
|
"time": "2025-01-05 23:45:00",
|
|
"direction": "short",
|
|
"entry": 2632.49,
|
|
"tp": 2630.343828073836,
|
|
"sl": 2636.434610206739,
|
|
"exit": 2630.343828073836,
|
|
"result": "tp",
|
|
"pnl": 56.67597787912418,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 624,
|
|
"time": "2025-01-06 00:25:00",
|
|
"direction": "short",
|
|
"entry": 2631.31,
|
|
"tp": 2629.16479008428,
|
|
"sl": 2635.2528420556564,
|
|
"exit": 2629.16479008428,
|
|
"result": "tp",
|
|
"pnl": 56.98433887358429,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 640,
|
|
"time": "2025-01-06 01:45:00",
|
|
"direction": "short",
|
|
"entry": 2626.73,
|
|
"tp": 2624.5885239892223,
|
|
"sl": 2630.665979231962,
|
|
"exit": 2630.665979231962,
|
|
"result": "sl",
|
|
"pnl": -105.30562993255434,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 648,
|
|
"time": "2025-01-06 02:25:00",
|
|
"direction": "long",
|
|
"entry": 2629.68,
|
|
"tp": 2631.571391812641,
|
|
"sl": 2625.213581173152,
|
|
"exit": 2631.571391812641,
|
|
"result": "tp",
|
|
"pnl": 44.147777416532854,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 656,
|
|
"time": "2025-01-06 03:05:00",
|
|
"direction": "long",
|
|
"entry": 2634.16,
|
|
"tp": 2636.0546140432243,
|
|
"sl": 2629.6859720509988,
|
|
"exit": 2636.0546140432243,
|
|
"result": "tp",
|
|
"pnl": 44.33472975572377,
|
|
"bars_held": 26,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 664,
|
|
"time": "2025-01-06 03:45:00",
|
|
"direction": "short",
|
|
"entry": 2631.57,
|
|
"tp": 2629.424578115877,
|
|
"sl": 2635.513231648268,
|
|
"exit": 2635.513231648268,
|
|
"result": "sl",
|
|
"pnl": -105.13739870496104,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 688,
|
|
"time": "2025-01-06 05:45:00",
|
|
"direction": "long",
|
|
"entry": 2647.18,
|
|
"tp": 2649.0839786508577,
|
|
"sl": 2642.6838580397402,
|
|
"exit": 2642.6838580397402,
|
|
"result": "sl",
|
|
"pnl": -104.08602471791082,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 696,
|
|
"time": "2025-01-06 06:25:00",
|
|
"direction": "short",
|
|
"entry": 2642.61,
|
|
"tp": 2640.455577611387,
|
|
"sl": 2646.569774349924,
|
|
"exit": 2646.569774349924,
|
|
"result": "sl",
|
|
"pnl": -103.04516447072983,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 704,
|
|
"time": "2025-01-06 07:05:00",
|
|
"direction": "long",
|
|
"entry": 2648.7,
|
|
"tp": 2650.6050719076625,
|
|
"sl": 2644.2012763732955,
|
|
"exit": 2644.2012763732955,
|
|
"result": "sl",
|
|
"pnl": -102.01471282602019,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 712,
|
|
"time": "2025-01-06 07:45:00",
|
|
"direction": "short",
|
|
"entry": 2624.54,
|
|
"tp": 2622.4003094153845,
|
|
"sl": 2628.472697663427,
|
|
"exit": 2628.472697663427,
|
|
"result": "sl",
|
|
"pnl": -100.99456569775766,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 728,
|
|
"time": "2025-01-06 09:05:00",
|
|
"direction": "long",
|
|
"entry": 2632.9,
|
|
"tp": 2634.793707790873,
|
|
"sl": 2628.4281121166046,
|
|
"exit": 2634.793707790873,
|
|
"result": "tp",
|
|
"pnl": 42.34042956259226,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 736,
|
|
"time": "2025-01-06 09:45:00",
|
|
"direction": "long",
|
|
"entry": 2634.71,
|
|
"tp": 2636.6050096295685,
|
|
"sl": 2630.2350378953774,
|
|
"exit": 2636.6050096295685,
|
|
"result": "tp",
|
|
"pnl": 42.51972833622026,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 744,
|
|
"time": "2025-01-06 10:25:00",
|
|
"direction": "long",
|
|
"entry": 2638.49,
|
|
"tp": 2640.387728386623,
|
|
"sl": 2634.00861769856,
|
|
"exit": 2640.387728386623,
|
|
"result": "tp",
|
|
"pnl": 42.69978638534257,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 760,
|
|
"time": "2025-01-06 11:45:00",
|
|
"direction": "short",
|
|
"entry": 2635.83,
|
|
"tp": 2633.681105095123,
|
|
"sl": 2639.779614973363,
|
|
"exit": 2633.681105095123,
|
|
"result": "tp",
|
|
"pnl": 55.093362563845204,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 768,
|
|
"time": "2025-01-06 12:25:00",
|
|
"direction": "long",
|
|
"entry": 2635.97,
|
|
"tp": 2637.86591588192,
|
|
"sl": 2631.4928978297717,
|
|
"exit": 2634.4049999999997,
|
|
"result": "timeout",
|
|
"pnl": -35.58874659496003,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 776,
|
|
"time": "2025-01-06 13:05:00",
|
|
"direction": "short",
|
|
"entry": 2634.64,
|
|
"tp": 2632.492075258197,
|
|
"sl": 2638.587831837949,
|
|
"exit": 2634.19,
|
|
"result": "timeout",
|
|
"pnl": 11.56454261820514,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 800,
|
|
"time": "2025-01-06 15:05:00",
|
|
"direction": "long",
|
|
"entry": 2635.89,
|
|
"tp": 2637.785858342088,
|
|
"sl": 2631.413033706953,
|
|
"exit": 2637.785858342088,
|
|
"result": "tp",
|
|
"pnl": 43.01217531247759,
|
|
"bars_held": 40,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 840,
|
|
"time": "2025-01-06 19:20:00",
|
|
"direction": "long",
|
|
"entry": 2638.81,
|
|
"tp": 2640.7079585459505,
|
|
"sl": 2634.328074189835,
|
|
"exit": 2640.7079585459505,
|
|
"result": "tp",
|
|
"pnl": 43.19431872397672,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 848,
|
|
"time": "2025-01-06 20:00:00",
|
|
"direction": "long",
|
|
"entry": 2639.78,
|
|
"tp": 2641.678656216412,
|
|
"sl": 2635.296426679012,
|
|
"exit": 2641.678656216412,
|
|
"result": "tp",
|
|
"pnl": 43.377233457134125,
|
|
"bars_held": 40,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 888,
|
|
"time": "2025-01-06 23:20:00",
|
|
"direction": "long",
|
|
"entry": 2643.29,
|
|
"tp": 2645.191180776534,
|
|
"sl": 2638.8004650676817,
|
|
"exit": 2645.191180776534,
|
|
"result": "tp",
|
|
"pnl": 43.560922778258586,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 920,
|
|
"time": "2025-01-07 02:00:00",
|
|
"direction": "long",
|
|
"entry": 2643.62,
|
|
"tp": 2645.5214181283404,
|
|
"sl": 2639.129904574309,
|
|
"exit": 2645.5214181283404,
|
|
"result": "tp",
|
|
"pnl": 43.74538996749498,
|
|
"bars_held": 37,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 968,
|
|
"time": "2025-01-07 06:00:00",
|
|
"direction": "long",
|
|
"entry": 2648.46,
|
|
"tp": 2650.364899288167,
|
|
"sl": 2643.9616840048398,
|
|
"exit": 2650.364899288167,
|
|
"result": "tp",
|
|
"pnl": 43.930638318873434,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 984,
|
|
"time": "2025-01-07 07:20:00",
|
|
"direction": "long",
|
|
"entry": 2659.94,
|
|
"tp": 2661.8531562540375,
|
|
"sl": 2655.4221856293216,
|
|
"exit": 2661.8531562540375,
|
|
"result": "tp",
|
|
"pnl": 44.11667114038863,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1000,
|
|
"time": "2025-01-07 08:40:00",
|
|
"direction": "long",
|
|
"entry": 2661.38,
|
|
"tp": 2663.2941919710106,
|
|
"sl": 2656.859739840058,
|
|
"exit": 2656.859739840058,
|
|
"result": "sl",
|
|
"pnl": -104.62028456648513,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1008,
|
|
"time": "2025-01-07 09:20:00",
|
|
"direction": "short",
|
|
"entry": 2651.94,
|
|
"tp": 2649.7779712067772,
|
|
"sl": 2655.913754730943,
|
|
"exit": 2649.7779712067772,
|
|
"result": "tp",
|
|
"pnl": 56.3522819283019,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1016,
|
|
"time": "2025-01-07 10:00:00",
|
|
"direction": "long",
|
|
"entry": 2649.49,
|
|
"tp": 2651.395640113502,
|
|
"sl": 2644.98993458613,
|
|
"exit": 2651.395640113502,
|
|
"result": "tp",
|
|
"pnl": 44.09909152075752,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1032,
|
|
"time": "2025-01-07 11:20:00",
|
|
"direction": "long",
|
|
"entry": 2653.34,
|
|
"tp": 2655.24840921791,
|
|
"sl": 2648.8333954967798,
|
|
"exit": 2655.24840921791,
|
|
"result": "tp",
|
|
"pnl": 44.28583769007897,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1040,
|
|
"time": "2025-01-07 12:00:00",
|
|
"direction": "short",
|
|
"entry": 2650.31,
|
|
"tp": 2648.1493000856103,
|
|
"sl": 2654.2813122849557,
|
|
"exit": 2648.1493000856103,
|
|
"result": "tp",
|
|
"pnl": 57.1397638921411,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1048,
|
|
"time": "2025-01-07 12:40:00",
|
|
"direction": "short",
|
|
"entry": 2648.08,
|
|
"tp": 2645.9211181222963,
|
|
"sl": 2652.0479707790955,
|
|
"exit": 2649.0,
|
|
"result": "timeout",
|
|
"pnl": -24.482393838490857,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1136,
|
|
"time": "2025-01-07 20:55:00",
|
|
"direction": "long",
|
|
"entry": 2649.02,
|
|
"tp": 2650.9253020669903,
|
|
"sl": 2644.5207328645706,
|
|
"exit": 2644.5207328645706,
|
|
"result": "sl",
|
|
"pnl": -105.34802753273966,
|
|
"bars_held": 23,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1168,
|
|
"time": "2025-01-07 23:35:00",
|
|
"direction": "long",
|
|
"entry": 2649.7,
|
|
"tp": 2651.605791155561,
|
|
"sl": 2645.199577908529,
|
|
"exit": 2651.605791155561,
|
|
"result": "tp",
|
|
"pnl": 44.16555196303191,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1176,
|
|
"time": "2025-01-08 00:15:00",
|
|
"direction": "long",
|
|
"entry": 2651.71,
|
|
"tp": 2653.617236843836,
|
|
"sl": 2647.206163994349,
|
|
"exit": 2653.617236843836,
|
|
"result": "tp",
|
|
"pnl": 44.35257957199662,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1184,
|
|
"time": "2025-01-08 00:55:00",
|
|
"direction": "long",
|
|
"entry": 2652.16,
|
|
"tp": 2654.0675605053902,
|
|
"sl": 2647.655399685204,
|
|
"exit": 2654.0675605053902,
|
|
"result": "tp",
|
|
"pnl": 44.540399185710875,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1240,
|
|
"time": "2025-01-08 05:35:00",
|
|
"direction": "short",
|
|
"entry": 2649.06,
|
|
"tp": 2646.90031916447,
|
|
"sl": 2653.0294392435544,
|
|
"exit": 2646.90031916447,
|
|
"result": "tp",
|
|
"pnl": 57.468211642370264,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1256,
|
|
"time": "2025-01-08 06:55:00",
|
|
"direction": "long",
|
|
"entry": 2651.69,
|
|
"tp": 2653.597222458878,
|
|
"sl": 2647.186197963644,
|
|
"exit": 2653.597222458878,
|
|
"result": "tp",
|
|
"pnl": 44.97237446348223,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1272,
|
|
"time": "2025-01-08 08:15:00",
|
|
"direction": "long",
|
|
"entry": 2661.05,
|
|
"tp": 2662.9639546192043,
|
|
"sl": 2656.530300333431,
|
|
"exit": 2662.9639546192043,
|
|
"result": "tp",
|
|
"pnl": 45.16281871905246,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1280,
|
|
"time": "2025-01-08 08:55:00",
|
|
"direction": "short",
|
|
"entry": 2662.08,
|
|
"tp": 2659.9097044390664,
|
|
"sl": 2666.0689488427897,
|
|
"exit": 2659.9097044390664,
|
|
"result": "tp",
|
|
"pnl": 58.27128790855585,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1288,
|
|
"time": "2025-01-08 09:35:00",
|
|
"direction": "long",
|
|
"entry": 2666.89,
|
|
"tp": 2668.808155026929,
|
|
"sl": 2662.360381299195,
|
|
"exit": 2668.808155026929,
|
|
"result": "tp",
|
|
"pnl": 45.600830535698066,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1304,
|
|
"time": "2025-01-08 10:55:00",
|
|
"direction": "long",
|
|
"entry": 2669.53,
|
|
"tp": 2671.45005384138,
|
|
"sl": 2664.995897352212,
|
|
"exit": 2664.995897352212,
|
|
"result": "sl",
|
|
"pnl": -108.13988779731982,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1312,
|
|
"time": "2025-01-08 11:35:00",
|
|
"direction": "short",
|
|
"entry": 2652.19,
|
|
"tp": 2650.0277673910055,
|
|
"sl": 2656.164129339223,
|
|
"exit": 2656.164129339223,
|
|
"result": "sl",
|
|
"pnl": -107.05848891933984,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1328,
|
|
"time": "2025-01-08 12:55:00",
|
|
"direction": "short",
|
|
"entry": 2653.23,
|
|
"tp": 2651.066919517394,
|
|
"sl": 2657.205687709669,
|
|
"exit": 2657.205687709669,
|
|
"result": "sl",
|
|
"pnl": -105.98790403014404,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1344,
|
|
"time": "2025-01-08 14:15:00",
|
|
"direction": "long",
|
|
"entry": 2659.72,
|
|
"tp": 2661.6329980194996,
|
|
"sl": 2655.20255929157,
|
|
"exit": 2661.6329980194996,
|
|
"result": "tp",
|
|
"pnl": 44.43381041416599,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1352,
|
|
"time": "2025-01-08 14:55:00",
|
|
"direction": "long",
|
|
"entry": 2663.34,
|
|
"tp": 2665.255601696891,
|
|
"sl": 2658.816410849116,
|
|
"exit": 2658.816410849116,
|
|
"result": "sl",
|
|
"pnl": -105.37236309399124,
|
|
"bars_held": 40,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1376,
|
|
"time": "2025-01-08 17:50:00",
|
|
"direction": "long",
|
|
"entry": 2662.82,
|
|
"tp": 2664.7352276879838,
|
|
"sl": 2658.297294050795,
|
|
"exit": 2658.297294050795,
|
|
"result": "sl",
|
|
"pnl": -104.31863946304502,
|
|
"bars_held": 16,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1384,
|
|
"time": "2025-01-08 18:30:00",
|
|
"direction": "short",
|
|
"entry": 2659.86,
|
|
"tp": 2657.6915143231217,
|
|
"sl": 2663.8456223212615,
|
|
"exit": 2657.6915143231217,
|
|
"result": "tp",
|
|
"pnl": 56.18980492891228,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1392,
|
|
"time": "2025-01-08 19:10:00",
|
|
"direction": "short",
|
|
"entry": 2657.99,
|
|
"tp": 2655.8230388650954,
|
|
"sl": 2661.9728202513247,
|
|
"exit": 2655.8230388650954,
|
|
"result": "tp",
|
|
"pnl": 56.49552076788567,
|
|
"bars_held": 41,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1400,
|
|
"time": "2025-01-08 19:50:00",
|
|
"direction": "long",
|
|
"entry": 2659.6,
|
|
"tp": 2661.5129117097517,
|
|
"sl": 2655.082763107342,
|
|
"exit": 2661.5129117097517,
|
|
"result": "tp",
|
|
"pnl": 44.211184633583365,
|
|
"bars_held": 21,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1408,
|
|
"time": "2025-01-08 20:30:00",
|
|
"direction": "short",
|
|
"entry": 2657.08,
|
|
"tp": 2654.9137807545058,
|
|
"sl": 2661.0614566771847,
|
|
"exit": 2661.0614566771847,
|
|
"result": "sl",
|
|
"pnl": -104.84441817171776,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1416,
|
|
"time": "2025-01-08 21:10:00",
|
|
"direction": "long",
|
|
"entry": 2660.25,
|
|
"tp": 2662.163379220886,
|
|
"sl": 2655.731659105244,
|
|
"exit": 2655.731659105244,
|
|
"result": "sl",
|
|
"pnl": -103.79597399000536,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1432,
|
|
"time": "2025-01-08 22:30:00",
|
|
"direction": "short",
|
|
"entry": 2656.21,
|
|
"tp": 2654.0444900333923,
|
|
"sl": 2660.1901530403698,
|
|
"exit": 2660.1901530403698,
|
|
"result": "sl",
|
|
"pnl": -102.75801425010766,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1440,
|
|
"time": "2025-01-08 23:10:00",
|
|
"direction": "long",
|
|
"entry": 2659.85,
|
|
"tp": 2661.7630915217264,
|
|
"sl": 2655.3323384911505,
|
|
"exit": 2661.7630915217264,
|
|
"result": "tp",
|
|
"pnl": 43.079728441714046,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1456,
|
|
"time": "2025-01-09 00:30:00",
|
|
"direction": "long",
|
|
"entry": 2661.64,
|
|
"tp": 2663.554378975464,
|
|
"sl": 2657.1192982392186,
|
|
"exit": 2663.554378975464,
|
|
"result": "tp",
|
|
"pnl": 43.26215792005575,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1472,
|
|
"time": "2025-01-09 01:50:00",
|
|
"direction": "short",
|
|
"entry": 2663.74,
|
|
"tp": 2661.5683511023403,
|
|
"sl": 2667.7314362417706,
|
|
"exit": 2661.5683511023403,
|
|
"result": "tp",
|
|
"pnl": 55.81896195158622,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1480,
|
|
"time": "2025-01-09 02:30:00",
|
|
"direction": "long",
|
|
"entry": 2666.09,
|
|
"tp": 2668.0075796286105,
|
|
"sl": 2661.5617400710084,
|
|
"exit": 2661.5617400710084,
|
|
"result": "sl",
|
|
"pnl": -103.15204259073987,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1488,
|
|
"time": "2025-01-09 03:10:00",
|
|
"direction": "short",
|
|
"entry": 2663.48,
|
|
"tp": 2661.3085630707433,
|
|
"sl": 2667.4710466491592,
|
|
"exit": 2667.4710466491592,
|
|
"result": "sl",
|
|
"pnl": -102.12052216482574,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1496,
|
|
"time": "2025-01-09 03:50:00",
|
|
"direction": "long",
|
|
"entry": 2665.31,
|
|
"tp": 2667.22701861525,
|
|
"sl": 2660.783064873526,
|
|
"exit": 2667.22701861525,
|
|
"result": "tp",
|
|
"pnl": 42.81246961895629,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1520,
|
|
"time": "2025-01-09 05:50:00",
|
|
"direction": "long",
|
|
"entry": 2672.84,
|
|
"tp": 2674.7624345519225,
|
|
"sl": 2668.3002754338354,
|
|
"exit": 2674.7624345519225,
|
|
"result": "tp",
|
|
"pnl": 42.9937673378953,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1528,
|
|
"time": "2025-01-09 06:30:00",
|
|
"direction": "long",
|
|
"entry": 2672.7,
|
|
"tp": 2674.6223338572167,
|
|
"sl": 2668.1605132189025,
|
|
"exit": 2674.6223338572167,
|
|
"result": "tp",
|
|
"pnl": 43.17583279725502,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1560,
|
|
"time": "2025-01-09 09:10:00",
|
|
"direction": "short",
|
|
"entry": 2673.09,
|
|
"tp": 2670.910728392469,
|
|
"sl": 2677.0954465914524,
|
|
"exit": 2670.910728392469,
|
|
"result": "tp",
|
|
"pnl": 55.707581036328726,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1568,
|
|
"time": "2025-01-09 09:50:00",
|
|
"direction": "short",
|
|
"entry": 2669.23,
|
|
"tp": 2667.053875307988,
|
|
"sl": 2673.229662639605,
|
|
"exit": 2667.053875307988,
|
|
"result": "tp",
|
|
"pnl": 56.01067320571405,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1584,
|
|
"time": "2025-01-09 11:10:00",
|
|
"direction": "short",
|
|
"entry": 2665.43,
|
|
"tp": 2663.2569733077216,
|
|
"sl": 2669.423968593745,
|
|
"exit": 2663.2569733077216,
|
|
"result": "tp",
|
|
"pnl": 56.31541443007255,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1592,
|
|
"time": "2025-01-09 11:50:00",
|
|
"direction": "long",
|
|
"entry": 2666.08,
|
|
"tp": 2667.9975724361316,
|
|
"sl": 2661.551757055656,
|
|
"exit": 2667.9975724361316,
|
|
"result": "tp",
|
|
"pnl": 44.070240458781335,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1600,
|
|
"time": "2025-01-09 12:30:00",
|
|
"direction": "long",
|
|
"entry": 2671.15,
|
|
"tp": 2673.071219022975,
|
|
"sl": 2666.6131458392906,
|
|
"exit": 2669.34,
|
|
"result": "timeout",
|
|
"pnl": -41.69484254600568,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1608,
|
|
"time": "2025-01-09 13:10:00",
|
|
"direction": "short",
|
|
"entry": 2668.96,
|
|
"tp": 2666.784095429022,
|
|
"sl": 2672.9592580626627,
|
|
"exit": 2669.8,
|
|
"result": "timeout",
|
|
"pnl": -21.863633305854382,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1720,
|
|
"time": "2025-01-09 23:25:00",
|
|
"direction": "long",
|
|
"entry": 2674.18,
|
|
"tp": 2676.1033983441057,
|
|
"sl": 2669.637999491048,
|
|
"exit": 2676.1033983441057,
|
|
"result": "tp",
|
|
"pnl": 43.98771374040306,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1736,
|
|
"time": "2025-01-10 00:45:00",
|
|
"direction": "long",
|
|
"entry": 2677.27,
|
|
"tp": 2679.195620820111,
|
|
"sl": 2672.7227512349205,
|
|
"exit": 2679.195620820111,
|
|
"result": "tp",
|
|
"pnl": 44.1739882588715,
|
|
"bars_held": 19,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1752,
|
|
"time": "2025-01-10 02:05:00",
|
|
"direction": "long",
|
|
"entry": 2678.47,
|
|
"tp": 2680.3964839175887,
|
|
"sl": 2673.9207130772006,
|
|
"exit": 2680.3964839175887,
|
|
"result": "tp",
|
|
"pnl": 44.361051592980864,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1776,
|
|
"time": "2025-01-10 04:05:00",
|
|
"direction": "long",
|
|
"entry": 2680.66,
|
|
"tp": 2682.5880590704855,
|
|
"sl": 2676.106993439362,
|
|
"exit": 2682.5880590704855,
|
|
"result": "tp",
|
|
"pnl": 44.54890708310672,
|
|
"bars_held": 18,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1800,
|
|
"time": "2025-01-10 06:05:00",
|
|
"direction": "short",
|
|
"entry": 2679.27,
|
|
"tp": 2677.085690066586,
|
|
"sl": 2683.2847069081404,
|
|
"exit": 2677.085690066586,
|
|
"result": "tp",
|
|
"pnl": 57.47918894965657,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1808,
|
|
"time": "2025-01-10 06:45:00",
|
|
"direction": "long",
|
|
"entry": 2679.31,
|
|
"tp": 2681.237088085823,
|
|
"sl": 2674.759286366797,
|
|
"exit": 2674.759286366797,
|
|
"result": "sl",
|
|
"pnl": -106.22010046976169,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1824,
|
|
"time": "2025-01-10 08:05:00",
|
|
"direction": "long",
|
|
"entry": 2680.56,
|
|
"tp": 2682.4879871456956,
|
|
"sl": 2676.007163285839,
|
|
"exit": 2682.4879871456956,
|
|
"result": "tp",
|
|
"pnl": 44.531155226013375,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1840,
|
|
"time": "2025-01-10 09:25:00",
|
|
"direction": "long",
|
|
"entry": 2694.82,
|
|
"tp": 2696.7582436207226,
|
|
"sl": 2690.2429431782707,
|
|
"exit": 2696.7582436207226,
|
|
"result": "tp",
|
|
"pnl": 44.719731053020126,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1848,
|
|
"time": "2025-01-10 10:05:00",
|
|
"direction": "short",
|
|
"entry": 2689.29,
|
|
"tp": 2687.097521130446,
|
|
"sl": 2693.3197212080127,
|
|
"exit": 2693.3197212080127,
|
|
"result": "sl",
|
|
"pnl": -106.05040832785414,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1856,
|
|
"time": "2025-01-10 10:45:00",
|
|
"direction": "long",
|
|
"entry": 2693.63,
|
|
"tp": 2695.5673877157237,
|
|
"sl": 2689.0549643513423,
|
|
"exit": 2695.5673877157237,
|
|
"result": "tp",
|
|
"pnl": 44.46001438658191,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1872,
|
|
"time": "2025-01-10 12:05:00",
|
|
"direction": "short",
|
|
"entry": 2694.51,
|
|
"tp": 2692.3132654571273,
|
|
"sl": 2698.547543028905,
|
|
"exit": 2692.3132654571273,
|
|
"result": "tp",
|
|
"pnl": 57.36449522461883,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1880,
|
|
"time": "2025-01-10 12:45:00",
|
|
"direction": "short",
|
|
"entry": 2687.29,
|
|
"tp": 2685.0991516566214,
|
|
"sl": 2691.3167243417706,
|
|
"exit": 2685.0991516566214,
|
|
"result": "tp",
|
|
"pnl": 57.67660228401568,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1896,
|
|
"time": "2025-01-10 14:05:00",
|
|
"direction": "long",
|
|
"entry": 2688.55,
|
|
"tp": 2690.4837339364017,
|
|
"sl": 2683.9835925523557,
|
|
"exit": 2690.4837339364017,
|
|
"result": "tp",
|
|
"pnl": 45.13545282807784,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1912,
|
|
"time": "2025-01-10 15:25:00",
|
|
"direction": "short",
|
|
"entry": 2690.26,
|
|
"tp": 2688.066730325251,
|
|
"sl": 2694.2911746881405,
|
|
"exit": 2688.066730325251,
|
|
"result": "tp",
|
|
"pnl": 58.23597909132422,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1944,
|
|
"time": "2025-01-12 19:00:00",
|
|
"direction": "short",
|
|
"entry": 2687.07,
|
|
"tp": 2684.879331014501,
|
|
"sl": 2691.0963946864845,
|
|
"exit": 2684.879331014501,
|
|
"result": "tp",
|
|
"pnl": 58.5528276945248,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1952,
|
|
"time": "2025-01-12 19:40:00",
|
|
"direction": "long",
|
|
"entry": 2683.37,
|
|
"tp": 2685.300008232289,
|
|
"sl": 2678.8123905998455,
|
|
"exit": 2685.300008232289,
|
|
"result": "tp",
|
|
"pnl": 45.82115255928037,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 1960,
|
|
"time": "2025-01-12 20:20:00",
|
|
"direction": "long",
|
|
"entry": 2688.95,
|
|
"tp": 2690.8840216355607,
|
|
"sl": 2684.382913166449,
|
|
"exit": 2684.382913166449,
|
|
"result": "sl",
|
|
"pnl": -108.66236948526223,
|
|
"bars_held": 27,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2000,
|
|
"time": "2025-01-12 23:40:00",
|
|
"direction": "short",
|
|
"entry": 2684.17,
|
|
"tp": 2681.9816952774554,
|
|
"sl": 2688.1920492304334,
|
|
"exit": 2688.1920492304334,
|
|
"result": "sl",
|
|
"pnl": -107.57574579041447,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2008,
|
|
"time": "2025-01-13 00:20:00",
|
|
"direction": "long",
|
|
"entry": 2689.84,
|
|
"tp": 2691.77466176619,
|
|
"sl": 2685.271401532807,
|
|
"exit": 2685.271401532807,
|
|
"result": "sl",
|
|
"pnl": -106.49998833250756,
|
|
"bars_held": 16,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2024,
|
|
"time": "2025-01-13 01:40:00",
|
|
"direction": "short",
|
|
"entry": 2685.4,
|
|
"tp": 2683.2106925038574,
|
|
"sl": 2689.423892303172,
|
|
"exit": 2683.2106925038574,
|
|
"result": "tp",
|
|
"pnl": 57.36475859096453,
|
|
"bars_held": 21,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2040,
|
|
"time": "2025-01-13 03:00:00",
|
|
"direction": "short",
|
|
"entry": 2685.64,
|
|
"tp": 2683.4504968407164,
|
|
"sl": 2689.664251927121,
|
|
"exit": 2683.4504968407164,
|
|
"result": "tp",
|
|
"pnl": 57.67686708327229,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2056,
|
|
"time": "2025-01-13 04:20:00",
|
|
"direction": "short",
|
|
"entry": 2679.04,
|
|
"tp": 2676.855877577096,
|
|
"sl": 2683.0543622685223,
|
|
"exit": 2676.855877577096,
|
|
"result": "tp",
|
|
"pnl": 57.990673686300966,
|
|
"bars_held": 16,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2072,
|
|
"time": "2025-01-13 05:40:00",
|
|
"direction": "short",
|
|
"entry": 2677.31,
|
|
"tp": 2675.127287982238,
|
|
"sl": 2681.321769979223,
|
|
"exit": 2675.127287982238,
|
|
"result": "tp",
|
|
"pnl": 58.306187639066884,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2080,
|
|
"time": "2025-01-13 06:20:00",
|
|
"direction": "short",
|
|
"entry": 2672.39,
|
|
"tp": 2670.2112990766304,
|
|
"sl": 2676.3943976882674,
|
|
"exit": 2670.2112990766304,
|
|
"result": "tp",
|
|
"pnl": 58.62341823087037,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2088,
|
|
"time": "2025-01-13 07:00:00",
|
|
"direction": "long",
|
|
"entry": 2671.32,
|
|
"tp": 2673.2413412951178,
|
|
"sl": 2666.7828571002806,
|
|
"exit": 2666.7828571002806,
|
|
"result": "sl",
|
|
"pnl": -108.3346075014808,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2096,
|
|
"time": "2025-01-13 07:40:00",
|
|
"direction": "short",
|
|
"entry": 2664.89,
|
|
"tp": 2662.7174135497894,
|
|
"sl": 2668.88315943986,
|
|
"exit": 2668.88315943986,
|
|
"result": "sl",
|
|
"pnl": -107.25126142646789,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2104,
|
|
"time": "2025-01-13 08:20:00",
|
|
"direction": "short",
|
|
"entry": 2667.35,
|
|
"tp": 2665.175408002593,
|
|
"sl": 2671.3468455853376,
|
|
"exit": 2665.175408002593,
|
|
"result": "tp",
|
|
"pnl": 57.769421543011,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2112,
|
|
"time": "2025-01-13 09:00:00",
|
|
"direction": "long",
|
|
"entry": 2670.47,
|
|
"tp": 2672.390729934404,
|
|
"sl": 2665.9343007953316,
|
|
"exit": 2665.9343007953316,
|
|
"result": "sl",
|
|
"pnl": -106.75644302763148,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2120,
|
|
"time": "2025-01-13 09:40:00",
|
|
"direction": "short",
|
|
"entry": 2666.37,
|
|
"tp": 2664.196206960419,
|
|
"sl": 2670.365377120879,
|
|
"exit": 2664.196206960419,
|
|
"result": "tp",
|
|
"pnl": 57.502894396480826,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2128,
|
|
"time": "2025-01-13 10:20:00",
|
|
"direction": "long",
|
|
"entry": 2664.53,
|
|
"tp": 2666.4464576018895,
|
|
"sl": 2660.004389676044,
|
|
"exit": 2666.4464576018895,
|
|
"result": "tp",
|
|
"pnl": 44.999515830168136,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2136,
|
|
"time": "2025-01-13 11:00:00",
|
|
"direction": "short",
|
|
"entry": 2660.17,
|
|
"tp": 2658.0012615915643,
|
|
"sl": 2664.156086835529,
|
|
"exit": 2658.0012615915643,
|
|
"result": "tp",
|
|
"pnl": 58.06058649699416,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2144,
|
|
"time": "2025-01-13 11:40:00",
|
|
"direction": "short",
|
|
"entry": 2660.06,
|
|
"tp": 2657.891351270504,
|
|
"sl": 2664.0459220078856,
|
|
"exit": 2657.891351270504,
|
|
"result": "tp",
|
|
"pnl": 58.37648082932356,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2160,
|
|
"time": "2025-01-13 13:00:00",
|
|
"direction": "short",
|
|
"entry": 2657.32,
|
|
"tp": 2655.1535850913647,
|
|
"sl": 2661.3018163011343,
|
|
"exit": 2661.3018163011343,
|
|
"result": "sl",
|
|
"pnl": -107.87827337289403,
|
|
"bars_held": 19,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2168,
|
|
"time": "2025-01-13 13:40:00",
|
|
"direction": "long",
|
|
"entry": 2659.79,
|
|
"tp": 2661.7030483668527,
|
|
"sl": 2655.2724403990364,
|
|
"exit": 2661.7030483668527,
|
|
"result": "tp",
|
|
"pnl": 45.2263188966848,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2200,
|
|
"time": "2025-01-13 17:15:00",
|
|
"direction": "long",
|
|
"entry": 2665.25,
|
|
"tp": 2667.1669754603763,
|
|
"sl": 2660.723166781412,
|
|
"exit": 2667.1669754603763,
|
|
"result": "tp",
|
|
"pnl": 45.41783852928797,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2240,
|
|
"time": "2025-01-13 20:35:00",
|
|
"direction": "long",
|
|
"entry": 2670.78,
|
|
"tp": 2672.7009529012525,
|
|
"sl": 2666.243774271254,
|
|
"exit": 2672.7009529012525,
|
|
"result": "tp",
|
|
"pnl": 45.61016918896945,
|
|
"bars_held": 27,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2296,
|
|
"time": "2025-01-14 01:15:00",
|
|
"direction": "long",
|
|
"entry": 2670.52,
|
|
"tp": 2672.440765896799,
|
|
"sl": 2665.9842158720935,
|
|
"exit": 2672.440765896799,
|
|
"result": "tp",
|
|
"pnl": 45.80331431020021,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2312,
|
|
"time": "2025-01-14 02:35:00",
|
|
"direction": "long",
|
|
"entry": 2672.41,
|
|
"tp": 2674.3321252753262,
|
|
"sl": 2667.871005773685,
|
|
"exit": 2667.871005773685,
|
|
"result": "sl",
|
|
"pnl": -108.62006704840941,
|
|
"bars_held": 12,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2320,
|
|
"time": "2025-01-14 03:15:00",
|
|
"direction": "short",
|
|
"entry": 2669.37,
|
|
"tp": 2667.1937611711555,
|
|
"sl": 2673.3698724202422,
|
|
"exit": 2667.1937611711555,
|
|
"result": "tp",
|
|
"pnl": 58.506709924822616,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2328,
|
|
"time": "2025-01-14 03:55:00",
|
|
"direction": "short",
|
|
"entry": 2667.29,
|
|
"tp": 2665.1154569183786,
|
|
"sl": 2671.2867556793503,
|
|
"exit": 2665.1154569183786,
|
|
"result": "tp",
|
|
"pnl": 58.82503151237844,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2352,
|
|
"time": "2025-01-14 05:55:00",
|
|
"direction": "long",
|
|
"entry": 2669.13,
|
|
"tp": 2671.049766142221,
|
|
"sl": 2664.5965767381185,
|
|
"exit": 2671.049766142221,
|
|
"result": "tp",
|
|
"pnl": 46.034168619417024,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2376,
|
|
"time": "2025-01-14 07:55:00",
|
|
"direction": "short",
|
|
"entry": 2662.52,
|
|
"tp": 2660.3493457233076,
|
|
"sl": 2666.5096081533634,
|
|
"exit": 2660.3493457233076,
|
|
"result": "tp",
|
|
"pnl": 59.3955463661409,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2384,
|
|
"time": "2025-01-14 08:35:00",
|
|
"direction": "long",
|
|
"entry": 2662.67,
|
|
"tp": 2664.585119800799,
|
|
"sl": 2658.1475488205097,
|
|
"exit": 2664.585119800799,
|
|
"result": "tp",
|
|
"pnl": 46.48063122729272,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2392,
|
|
"time": "2025-01-14 09:15:00",
|
|
"direction": "long",
|
|
"entry": 2671.22,
|
|
"tp": 2673.1412693703273,
|
|
"sl": 2666.683026946757,
|
|
"exit": 2673.1412693703273,
|
|
"result": "tp",
|
|
"pnl": 46.67746248910957,
|
|
"bars_held": 12,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2416,
|
|
"time": "2025-01-14 11:15:00",
|
|
"direction": "short",
|
|
"entry": 2668.23,
|
|
"tp": 2666.054690571076,
|
|
"sl": 2672.228164206484,
|
|
"exit": 2666.054690571076,
|
|
"result": "tp",
|
|
"pnl": 60.225555726804345,
|
|
"bars_held": 12,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2424,
|
|
"time": "2025-01-14 11:55:00",
|
|
"direction": "short",
|
|
"entry": 2668.99,
|
|
"tp": 2666.814070971129,
|
|
"sl": 2672.989303015656,
|
|
"exit": 2666.814070971129,
|
|
"result": "tp",
|
|
"pnl": 60.55322916009355,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2432,
|
|
"time": "2025-01-14 12:35:00",
|
|
"direction": "long",
|
|
"entry": 2671.14,
|
|
"tp": 2673.0612118304957,
|
|
"sl": 2666.603162823938,
|
|
"exit": 2673.0612118304957,
|
|
"result": "tp",
|
|
"pnl": 47.38658849708823,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2440,
|
|
"time": "2025-01-14 13:15:00",
|
|
"direction": "long",
|
|
"entry": 2673.37,
|
|
"tp": 2675.2928157533083,
|
|
"sl": 2668.8293752475092,
|
|
"exit": 2675.2928157533083,
|
|
"result": "tp",
|
|
"pnl": 47.58725621094451,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2464,
|
|
"time": "2025-01-14 15:15:00",
|
|
"direction": "long",
|
|
"entry": 2676.47,
|
|
"tp": 2678.3950454217925,
|
|
"sl": 2671.9241100067334,
|
|
"exit": 2671.9241100067334,
|
|
"result": "sl",
|
|
"pnl": -112.8505881752639,
|
|
"bars_held": 36,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2480,
|
|
"time": "2025-01-14 17:30:00",
|
|
"direction": "short",
|
|
"entry": 2674.9,
|
|
"tp": 2672.71925276628,
|
|
"sl": 2678.9081587554015,
|
|
"exit": 2672.71925276628,
|
|
"result": "tp",
|
|
"pnl": 60.78542212897599,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2488,
|
|
"time": "2025-01-14 18:10:00",
|
|
"direction": "long",
|
|
"entry": 2675.78,
|
|
"tp": 2677.704549140743,
|
|
"sl": 2671.235281947422,
|
|
"exit": 2671.235281947422,
|
|
"result": "sl",
|
|
"pnl": -112.32993651481,
|
|
"bars_held": 19,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2512,
|
|
"time": "2025-01-14 20:10:00",
|
|
"direction": "long",
|
|
"entry": 2673.15,
|
|
"tp": 2675.072657518771,
|
|
"sl": 2668.609748909758,
|
|
"exit": 2675.072657518771,
|
|
"result": "tp",
|
|
"pnl": 47.092610695591006,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2528,
|
|
"time": "2025-01-14 21:30:00",
|
|
"direction": "long",
|
|
"entry": 2675.22,
|
|
"tp": 2677.14414636192,
|
|
"sl": 2670.6762330876913,
|
|
"exit": 2677.14414636192,
|
|
"result": "tp",
|
|
"pnl": 47.2920335033494,
|
|
"bars_held": 25,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2560,
|
|
"time": "2025-01-15 00:10:00",
|
|
"direction": "long",
|
|
"entry": 2681.44,
|
|
"tp": 2683.368620083846,
|
|
"sl": 2676.8856686368445,
|
|
"exit": 2683.368620083846,
|
|
"result": "tp",
|
|
"pnl": 47.49230080571671,
|
|
"bars_held": 18,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2584,
|
|
"time": "2025-01-15 02:10:00",
|
|
"direction": "long",
|
|
"entry": 2683.51,
|
|
"tp": 2685.4401089269954,
|
|
"sl": 2678.9521528147784,
|
|
"exit": 2685.4401089269954,
|
|
"result": "tp",
|
|
"pnl": 47.69341617888645,
|
|
"bars_held": 12,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2616,
|
|
"time": "2025-01-15 04:50:00",
|
|
"direction": "long",
|
|
"entry": 2688.17,
|
|
"tp": 2690.1034606222,
|
|
"sl": 2683.604237968967,
|
|
"exit": 2683.604237968967,
|
|
"result": "sl",
|
|
"pnl": -113.10234076148832,
|
|
"bars_held": 18,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2648,
|
|
"time": "2025-01-15 07:30:00",
|
|
"direction": "long",
|
|
"entry": 2687.71,
|
|
"tp": 2689.643129768167,
|
|
"sl": 2683.1450192627594,
|
|
"exit": 2689.643129768167,
|
|
"result": "tp",
|
|
"pnl": 47.41642938201926,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2664,
|
|
"time": "2025-01-15 08:50:00",
|
|
"direction": "short",
|
|
"entry": 2683.08,
|
|
"tp": 2680.892583914221,
|
|
"sl": 2687.100415938331,
|
|
"exit": 2680.892583914221,
|
|
"result": "tp",
|
|
"pnl": 61.179007123179595,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2672,
|
|
"time": "2025-01-15 09:30:00",
|
|
"direction": "long",
|
|
"entry": 2682.02,
|
|
"tp": 2683.949037247627,
|
|
"sl": 2677.46468352728,
|
|
"exit": 2677.46468352728,
|
|
"result": "sl",
|
|
"pnl": -113.0572717189254,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2680,
|
|
"time": "2025-01-15 10:10:00",
|
|
"direction": "long",
|
|
"entry": 2681.91,
|
|
"tp": 2683.838958130358,
|
|
"sl": 2677.3548703584042,
|
|
"exit": 2683.838958130358,
|
|
"result": "tp",
|
|
"pnl": 47.39753487409879,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2688,
|
|
"time": "2025-01-15 10:50:00",
|
|
"direction": "long",
|
|
"entry": 2688.55,
|
|
"tp": 2690.4837339364017,
|
|
"sl": 2683.9835925523557,
|
|
"exit": 2690.4837339364017,
|
|
"result": "tp",
|
|
"pnl": 47.59824894251596,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2712,
|
|
"time": "2025-01-15 12:50:00",
|
|
"direction": "short",
|
|
"entry": 2692.83,
|
|
"tp": 2690.6346350991143,
|
|
"sl": 2696.865025661261,
|
|
"exit": 2696.865025661261,
|
|
"result": "sl",
|
|
"pnl": -112.87665683990173,
|
|
"bars_held": 28,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2744,
|
|
"time": "2025-01-15 15:30:00",
|
|
"direction": "short",
|
|
"entry": 2693.78,
|
|
"tp": 2691.583860599181,
|
|
"sl": 2697.816449172726,
|
|
"exit": 2691.583860599181,
|
|
"result": "tp",
|
|
"pnl": 60.799463657784194,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2768,
|
|
"time": "2025-01-15 18:25:00",
|
|
"direction": "long",
|
|
"entry": 2696.47,
|
|
"tp": 2698.409430379754,
|
|
"sl": 2691.890140711406,
|
|
"exit": 2698.409430379754,
|
|
"result": "tp",
|
|
"pnl": 47.579281983097864,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2776,
|
|
"time": "2025-01-15 19:05:00",
|
|
"direction": "long",
|
|
"entry": 2699.67,
|
|
"tp": 2701.6117319730283,
|
|
"sl": 2695.0847056241537,
|
|
"exit": 2695.0847056241537,
|
|
"result": "sl",
|
|
"pnl": -112.83167772791214,
|
|
"bars_held": 26,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2840,
|
|
"time": "2025-01-16 00:25:00",
|
|
"direction": "short",
|
|
"entry": 2691.96,
|
|
"tp": 2689.765344378001,
|
|
"sl": 2695.993722024446,
|
|
"exit": 2695.993722024446,
|
|
"result": "sl",
|
|
"pnl": -111.70336095063999,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2848,
|
|
"time": "2025-01-16 01:05:00",
|
|
"direction": "long",
|
|
"entry": 2696.21,
|
|
"tp": 2698.149243375301,
|
|
"sl": 2691.630582312245,
|
|
"exit": 2698.149243375301,
|
|
"result": "tp",
|
|
"pnl": 46.829928457626956,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2856,
|
|
"time": "2025-01-16 01:45:00",
|
|
"direction": "long",
|
|
"entry": 2699.03,
|
|
"tp": 2700.9712716543736,
|
|
"sl": 2694.445792641604,
|
|
"exit": 2700.9712716543736,
|
|
"result": "tp",
|
|
"pnl": 47.02823888641367,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2864,
|
|
"time": "2025-01-16 02:25:00",
|
|
"direction": "long",
|
|
"entry": 2701.06,
|
|
"tp": 2703.0027317276067,
|
|
"sl": 2696.472344758128,
|
|
"exit": 2703.0027317276067,
|
|
"result": "tp",
|
|
"pnl": 47.22738909924375,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2896,
|
|
"time": "2025-01-16 05:05:00",
|
|
"direction": "long",
|
|
"entry": 2707.62,
|
|
"tp": 2709.567449993818,
|
|
"sl": 2703.021202829261,
|
|
"exit": 2709.567449993818,
|
|
"result": "tp",
|
|
"pnl": 47.42738265233031,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2904,
|
|
"time": "2025-01-16 05:45:00",
|
|
"direction": "short",
|
|
"entry": 2707.42,
|
|
"tp": 2705.2127404106627,
|
|
"sl": 2711.476887800497,
|
|
"exit": 2705.2127404106627,
|
|
"result": "tp",
|
|
"pnl": 61.19313957074238,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2912,
|
|
"time": "2025-01-16 06:25:00",
|
|
"direction": "short",
|
|
"entry": 2702.35,
|
|
"tp": 2700.146873794518,
|
|
"sl": 2706.399290744573,
|
|
"exit": 2706.399290744573,
|
|
"result": "sl",
|
|
"pnl": -113.08338812779466,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2920,
|
|
"time": "2025-01-16 07:05:00",
|
|
"direction": "long",
|
|
"entry": 2703.3,
|
|
"tp": 2705.2443428428987,
|
|
"sl": 2698.7085401970517,
|
|
"exit": 2705.2443428428987,
|
|
"result": "tp",
|
|
"pnl": 47.4084837797429,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2928,
|
|
"time": "2025-01-16 07:45:00",
|
|
"direction": "long",
|
|
"entry": 2715.3,
|
|
"tp": 2717.2529738176754,
|
|
"sl": 2710.688158619855,
|
|
"exit": 2717.2529738176754,
|
|
"result": "tp",
|
|
"pnl": 47.60924421342139,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2952,
|
|
"time": "2025-01-16 09:45:00",
|
|
"direction": "short",
|
|
"entry": 2712.71,
|
|
"tp": 2710.498427668928,
|
|
"sl": 2716.774814511707,
|
|
"exit": 2716.774814511707,
|
|
"result": "sl",
|
|
"pnl": -112.90273152645089,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2968,
|
|
"time": "2025-01-16 11:05:00",
|
|
"direction": "long",
|
|
"entry": 2721.57,
|
|
"tp": 2723.5274835019964,
|
|
"sl": 2716.94750924577,
|
|
"exit": 2723.5274835019964,
|
|
"result": "tp",
|
|
"pnl": 47.33274625810037,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 2984,
|
|
"time": "2025-01-16 12:25:00",
|
|
"direction": "short",
|
|
"entry": 2717.92,
|
|
"tp": 2715.70418014824,
|
|
"sl": 2721.9926213482677,
|
|
"exit": 2715.70418014824,
|
|
"result": "tp",
|
|
"pnl": 61.071035044706726,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3016,
|
|
"time": "2025-01-16 15:05:00",
|
|
"direction": "short",
|
|
"entry": 2714.04,
|
|
"tp": 2711.827343369021,
|
|
"sl": 2718.1068074277578,
|
|
"exit": 2711.827343369021,
|
|
"result": "tp",
|
|
"pnl": 61.403308537000214,
|
|
"bars_held": 36,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3056,
|
|
"time": "2025-01-16 19:20:00",
|
|
"direction": "short",
|
|
"entry": 2710.89,
|
|
"tp": 2708.6799114477476,
|
|
"sl": 2714.9520873634265,
|
|
"exit": 2714.9520873634265,
|
|
"result": "sl",
|
|
"pnl": -113.47177510957941,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3064,
|
|
"time": "2025-01-16 20:00:00",
|
|
"direction": "long",
|
|
"entry": 2713.75,
|
|
"tp": 2715.7018589834333,
|
|
"sl": 2709.140791240243,
|
|
"exit": 2715.7018589834333,
|
|
"result": "tp",
|
|
"pnl": 47.5713090914935,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3136,
|
|
"time": "2025-01-17 02:00:00",
|
|
"direction": "short",
|
|
"entry": 2709.96,
|
|
"tp": 2707.75066964242,
|
|
"sl": 2714.0206938206243,
|
|
"exit": 2707.75066964242,
|
|
"result": "tp",
|
|
"pnl": 61.37884053476489,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3152,
|
|
"time": "2025-01-17 03:20:00",
|
|
"direction": "short",
|
|
"entry": 2707.91,
|
|
"tp": 2705.7023409317494,
|
|
"sl": 2711.967622032726,
|
|
"exit": 2705.7023409317494,
|
|
"result": "tp",
|
|
"pnl": 61.712788726133816,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3160,
|
|
"time": "2025-01-17 04:00:00",
|
|
"direction": "short",
|
|
"entry": 2704.83,
|
|
"tp": 2702.62485194206,
|
|
"sl": 2708.883006858713,
|
|
"exit": 2708.883006858713,
|
|
"result": "sl",
|
|
"pnl": -114.04368674200494,
|
|
"bars_held": 24,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3176,
|
|
"time": "2025-01-17 05:20:00",
|
|
"direction": "long",
|
|
"entry": 2705.96,
|
|
"tp": 2707.906256042307,
|
|
"sl": 2701.364022280773,
|
|
"exit": 2707.906256042307,
|
|
"result": "tp",
|
|
"pnl": 47.81107431075355,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3184,
|
|
"time": "2025-01-17 06:00:00",
|
|
"direction": "long",
|
|
"entry": 2709.54,
|
|
"tp": 2711.4888309497824,
|
|
"sl": 2704.937941776909,
|
|
"exit": 2704.937941776909,
|
|
"result": "sl",
|
|
"pnl": -113.3813606176998,
|
|
"bars_held": 23,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3192,
|
|
"time": "2025-01-17 06:40:00",
|
|
"direction": "long",
|
|
"entry": 2709.51,
|
|
"tp": 2711.4588093723455,
|
|
"sl": 2704.9079927308526,
|
|
"exit": 2711.4588093723455,
|
|
"result": "tp",
|
|
"pnl": 47.53340419632407,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3208,
|
|
"time": "2025-01-17 08:00:00",
|
|
"direction": "short",
|
|
"entry": 2703.87,
|
|
"tp": 2701.6656345946244,
|
|
"sl": 2707.9215683629172,
|
|
"exit": 2707.9215683629172,
|
|
"result": "sl",
|
|
"pnl": -112.72288105348886,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3216,
|
|
"time": "2025-01-17 08:40:00",
|
|
"direction": "long",
|
|
"entry": 2709.31,
|
|
"tp": 2711.2586655227656,
|
|
"sl": 2704.7083324238056,
|
|
"exit": 2711.2586655227656,
|
|
"result": "tp",
|
|
"pnl": 47.257346693482134,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3232,
|
|
"time": "2025-01-17 10:00:00",
|
|
"direction": "long",
|
|
"entry": 2715.65,
|
|
"tp": 2717.6032255544396,
|
|
"sl": 2711.037564157187,
|
|
"exit": 2711.037564157187,
|
|
"result": "sl",
|
|
"pnl": -112.06822570988373,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3248,
|
|
"time": "2025-01-17 11:20:00",
|
|
"direction": "short",
|
|
"entry": 2711.51,
|
|
"tp": 2709.2994059846337,
|
|
"sl": 2715.573016391962,
|
|
"exit": 2709.2994059846337,
|
|
"result": "tp",
|
|
"pnl": 60.36401331325255,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3264,
|
|
"time": "2025-01-17 12:40:00",
|
|
"direction": "short",
|
|
"entry": 2707.86,
|
|
"tp": 2705.6523816949043,
|
|
"sl": 2711.9175471110702,
|
|
"exit": 2705.6523816949043,
|
|
"result": "tp",
|
|
"pnl": 60.69244006249723,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3280,
|
|
"time": "2025-01-17 14:00:00",
|
|
"direction": "short",
|
|
"entry": 2700.7,
|
|
"tp": 2698.498218978613,
|
|
"sl": 2704.7468183299234,
|
|
"exit": 2698.498218978613,
|
|
"result": "tp",
|
|
"pnl": 61.0226537063514,
|
|
"bars_held": 28,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3312,
|
|
"time": "2025-01-19 17:35:00",
|
|
"direction": "short",
|
|
"entry": 2696.5,
|
|
"tp": 2694.3016430835823,
|
|
"sl": 2700.5405249108153,
|
|
"exit": 2694.3016430835823,
|
|
"result": "tp",
|
|
"pnl": 61.35466396687713,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3360,
|
|
"time": "2025-01-19 21:35:00",
|
|
"direction": "long",
|
|
"entry": 2702.28,
|
|
"tp": 2704.2236092100425,
|
|
"sl": 2697.690272631113,
|
|
"exit": 2704.2236092100425,
|
|
"result": "tp",
|
|
"pnl": 48.01376002738629,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3376,
|
|
"time": "2025-01-19 22:55:00",
|
|
"direction": "long",
|
|
"entry": 2705.9,
|
|
"tp": 2707.8462128874335,
|
|
"sl": 2701.304124188659,
|
|
"exit": 2707.8462128874335,
|
|
"result": "tp",
|
|
"pnl": 48.217083620920334,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3392,
|
|
"time": "2025-01-20 00:15:00",
|
|
"direction": "long",
|
|
"entry": 2708.59,
|
|
"tp": 2710.538147664279,
|
|
"sl": 2703.9895553184374,
|
|
"exit": 2710.538147664279,
|
|
"result": "tp",
|
|
"pnl": 48.4212682277023,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3400,
|
|
"time": "2025-01-20 00:55:00",
|
|
"direction": "long",
|
|
"entry": 2711.61,
|
|
"tp": 2713.5603197929318,
|
|
"sl": 2707.004425954843,
|
|
"exit": 2707.004425954843,
|
|
"result": "sl",
|
|
"pnl": -114.8284022820325,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3408,
|
|
"time": "2025-01-20 01:35:00",
|
|
"direction": "short",
|
|
"entry": 2705.52,
|
|
"tp": 2703.3142894105295,
|
|
"sl": 2709.574040777567,
|
|
"exit": 2703.3142894105295,
|
|
"result": "tp",
|
|
"pnl": 61.85074458158356,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3424,
|
|
"time": "2025-01-20 02:55:00",
|
|
"direction": "long",
|
|
"entry": 2706.78,
|
|
"tp": 2708.726845825584,
|
|
"sl": 2702.1826295396645,
|
|
"exit": 2708.726845825584,
|
|
"result": "tp",
|
|
"pnl": 48.401973311404234,
|
|
"bars_held": 18,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3456,
|
|
"time": "2025-01-20 05:35:00",
|
|
"direction": "short",
|
|
"entry": 2706.8,
|
|
"tp": 2704.5932458737775,
|
|
"sl": 2710.855958771962,
|
|
"exit": 2704.5932458737775,
|
|
"result": "tp",
|
|
"pnl": 62.45060432822586,
|
|
"bars_held": 24,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3480,
|
|
"time": "2025-01-20 07:35:00",
|
|
"direction": "short",
|
|
"entry": 2705.66,
|
|
"tp": 2703.4541752736973,
|
|
"sl": 2709.7142505582037,
|
|
"exit": 2703.4541752736973,
|
|
"result": "tp",
|
|
"pnl": 62.79038374053115,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3488,
|
|
"time": "2025-01-20 08:15:00",
|
|
"direction": "long",
|
|
"entry": 2711.16,
|
|
"tp": 2713.109996131377,
|
|
"sl": 2706.5551902639877,
|
|
"exit": 2706.5551902639877,
|
|
"result": "sl",
|
|
"pnl": -116.03505531882962,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3512,
|
|
"time": "2025-01-20 10:15:00",
|
|
"direction": "short",
|
|
"entry": 2706.18,
|
|
"tp": 2703.9737513368914,
|
|
"sl": 2710.2350297434264,
|
|
"exit": 2710.2350297434264,
|
|
"result": "sl",
|
|
"pnl": -114.87470476563848,
|
|
"bars_held": 31,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3528,
|
|
"time": "2025-01-20 11:35:00",
|
|
"direction": "long",
|
|
"entry": 2709.25,
|
|
"tp": 2711.198622367892,
|
|
"sl": 2704.6484343316915,
|
|
"exit": 2711.198622367892,
|
|
"result": "tp",
|
|
"pnl": 48.15946592818199,
|
|
"bars_held": 38,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3544,
|
|
"time": "2025-01-20 12:55:00",
|
|
"direction": "long",
|
|
"entry": 2710.39,
|
|
"tp": 2712.3394423104955,
|
|
"sl": 2705.7864980818576,
|
|
"exit": 2705.7864980818576,
|
|
"result": "sl",
|
|
"pnl": -114.20755237727133,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3552,
|
|
"time": "2025-01-20 16:00:00",
|
|
"direction": "short",
|
|
"entry": 2707.06,
|
|
"tp": 2704.853033905374,
|
|
"sl": 2711.1163483645732,
|
|
"exit": 2711.1163483645732,
|
|
"result": "sl",
|
|
"pnl": -113.0654768534989,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3560,
|
|
"time": "2025-01-20 17:40:00",
|
|
"direction": "long",
|
|
"entry": 2708.64,
|
|
"tp": 2710.588183626674,
|
|
"sl": 2704.039470395199,
|
|
"exit": 2710.588183626674,
|
|
"result": "tp",
|
|
"pnl": 47.40097475147865,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3576,
|
|
"time": "2025-01-20 19:00:00",
|
|
"direction": "short",
|
|
"entry": 2706.06,
|
|
"tp": 2703.853849168462,
|
|
"sl": 2710.114849931452,
|
|
"exit": 2710.114849931452,
|
|
"result": "sl",
|
|
"pnl": -112.4088318324787,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3584,
|
|
"time": "2025-01-20 19:40:00",
|
|
"direction": "long",
|
|
"entry": 2715.94,
|
|
"tp": 2717.89343413633,
|
|
"sl": 2711.3270716024044,
|
|
"exit": 2717.89343413633,
|
|
"result": "tp",
|
|
"pnl": 47.12568635285859,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3592,
|
|
"time": "2025-01-20 20:20:00",
|
|
"direction": "long",
|
|
"entry": 2721.18,
|
|
"tp": 2723.137202995316,
|
|
"sl": 2716.5581716470283,
|
|
"exit": 2723.137202995316,
|
|
"result": "tp",
|
|
"pnl": 47.32524922590765,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3616,
|
|
"time": "2025-01-20 22:20:00",
|
|
"direction": "long",
|
|
"entry": 2725.77,
|
|
"tp": 2727.7305043431684,
|
|
"sl": 2721.140375693751,
|
|
"exit": 2727.7305043431684,
|
|
"result": "tp",
|
|
"pnl": 47.52565718671178,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3624,
|
|
"time": "2025-01-20 23:00:00",
|
|
"direction": "long",
|
|
"entry": 2728.71,
|
|
"tp": 2730.672618931989,
|
|
"sl": 2724.075382207338,
|
|
"exit": 2724.075382207338,
|
|
"result": "sl",
|
|
"pnl": -112.7045094418039,
|
|
"bars_held": 19,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3640,
|
|
"time": "2025-01-21 00:20:00",
|
|
"direction": "long",
|
|
"entry": 2727.97,
|
|
"tp": 2729.932086688544,
|
|
"sl": 2723.336639071265,
|
|
"exit": 2723.336639071265,
|
|
"result": "sl",
|
|
"pnl": -111.57746434738372,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3656,
|
|
"time": "2025-01-21 01:40:00",
|
|
"direction": "long",
|
|
"entry": 2731.24,
|
|
"tp": 2733.2044386291705,
|
|
"sl": 2726.6010850914786,
|
|
"exit": 2726.6010850914786,
|
|
"result": "sl",
|
|
"pnl": -110.46168970391643,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3664,
|
|
"time": "2025-01-21 02:20:00",
|
|
"direction": "short",
|
|
"entry": 2724.8,
|
|
"tp": 2722.578571138196,
|
|
"sl": 2728.88293056814,
|
|
"exit": 2722.578571138196,
|
|
"result": "tp",
|
|
"pnl": 59.49867471939176,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3672,
|
|
"time": "2025-01-21 03:00:00",
|
|
"direction": "short",
|
|
"entry": 2719.3,
|
|
"tp": 2717.0830550851792,
|
|
"sl": 2723.3746891859746,
|
|
"exit": 2723.3746891859746,
|
|
"result": "sl",
|
|
"pnl": -109.95205955406902,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3680,
|
|
"time": "2025-01-21 03:40:00",
|
|
"direction": "long",
|
|
"entry": 2722.99,
|
|
"tp": 2724.9485048340116,
|
|
"sl": 2718.365097425801,
|
|
"exit": 2718.365097425801,
|
|
"result": "sl",
|
|
"pnl": -108.85253895853047,
|
|
"bars_held": 16,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3696,
|
|
"time": "2025-01-21 05:00:00",
|
|
"direction": "short",
|
|
"entry": 2718.96,
|
|
"tp": 2716.7433322746288,
|
|
"sl": 2723.0341797187134,
|
|
"exit": 2716.7433322746288,
|
|
"result": "tp",
|
|
"pnl": 58.63192773199309,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3704,
|
|
"time": "2025-01-21 05:40:00",
|
|
"direction": "long",
|
|
"entry": 2721.56,
|
|
"tp": 2723.5174763095174,
|
|
"sl": 2716.9375262304175,
|
|
"exit": 2723.5174763095174,
|
|
"result": "tp",
|
|
"pnl": 45.88305315446799,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3720,
|
|
"time": "2025-01-21 07:00:00",
|
|
"direction": "long",
|
|
"entry": 2727.82,
|
|
"tp": 2729.7819788013594,
|
|
"sl": 2723.1868938409802,
|
|
"exit": 2729.7819788013594,
|
|
"result": "tp",
|
|
"pnl": 46.077353855851136,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3736,
|
|
"time": "2025-01-21 08:20:00",
|
|
"direction": "long",
|
|
"entry": 2731.11,
|
|
"tp": 2733.074345126944,
|
|
"sl": 2726.4713058918987,
|
|
"exit": 2733.074345126944,
|
|
"result": "tp",
|
|
"pnl": 46.27247736130336,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3744,
|
|
"time": "2025-01-21 09:00:00",
|
|
"direction": "long",
|
|
"entry": 2736.76,
|
|
"tp": 2738.7284088775687,
|
|
"sl": 2732.111709565969,
|
|
"exit": 2738.7284088775687,
|
|
"result": "tp",
|
|
"pnl": 46.46842715514888,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3760,
|
|
"time": "2025-01-21 10:20:00",
|
|
"direction": "long",
|
|
"entry": 2743.51,
|
|
"tp": 2745.4832638008806,
|
|
"sl": 2738.8502449287957,
|
|
"exit": 2745.4832638008806,
|
|
"result": "tp",
|
|
"pnl": 46.66520673645078,
|
|
"bars_held": 28,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3768,
|
|
"time": "2025-01-21 11:00:00",
|
|
"direction": "long",
|
|
"entry": 2744.25,
|
|
"tp": 2746.223796044325,
|
|
"sl": 2739.5889880648683,
|
|
"exit": 2742.4,
|
|
"result": "timeout",
|
|
"pnl": -43.92359410417644,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3784,
|
|
"time": "2025-01-21 12:20:00",
|
|
"direction": "long",
|
|
"entry": 2743.38,
|
|
"tp": 2745.353170298654,
|
|
"sl": 2738.720465729215,
|
|
"exit": 2745.353170298654,
|
|
"result": "tp",
|
|
"pnl": 46.67681662770256,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3808,
|
|
"time": "2025-01-21 14:20:00",
|
|
"direction": "short",
|
|
"entry": 2740.0,
|
|
"tp": 2737.76617913926,
|
|
"sl": 2744.1057067515794,
|
|
"exit": 2744.1057067515794,
|
|
"result": "sl",
|
|
"pnl": -110.69153025413043,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3816,
|
|
"time": "2025-01-21 15:00:00",
|
|
"direction": "long",
|
|
"entry": 2742.85,
|
|
"tp": 2744.8227890972676,
|
|
"sl": 2738.191365915541,
|
|
"exit": 2744.8227890972676,
|
|
"result": "tp",
|
|
"pnl": 46.40573388795903,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3824,
|
|
"time": "2025-01-21 15:40:00",
|
|
"direction": "long",
|
|
"entry": 2744.06,
|
|
"tp": 2746.0336593872244,
|
|
"sl": 2739.399310773174,
|
|
"exit": 2746.0336593872244,
|
|
"result": "tp",
|
|
"pnl": 46.602247982446855,
|
|
"bars_held": 26,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3832,
|
|
"time": "2025-01-21 17:15:00",
|
|
"direction": "short",
|
|
"entry": 2742.2,
|
|
"tp": 2739.964385560467,
|
|
"sl": 2746.3090033044455,
|
|
"exit": 2746.3090033044455,
|
|
"result": "sl",
|
|
"pnl": -110.51469477029318,
|
|
"bars_held": 18,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3856,
|
|
"time": "2025-01-21 19:15:00",
|
|
"direction": "long",
|
|
"entry": 2749.35,
|
|
"tp": 2751.3274642086053,
|
|
"sl": 2744.6803258945597,
|
|
"exit": 2751.3274642086053,
|
|
"result": "tp",
|
|
"pnl": 46.33159831150085,
|
|
"bars_held": 38,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3912,
|
|
"time": "2025-01-21 23:55:00",
|
|
"direction": "long",
|
|
"entry": 2757.46,
|
|
"tp": 2759.443297309059,
|
|
"sl": 2752.7765513453046,
|
|
"exit": 2752.7765513453046,
|
|
"result": "sl",
|
|
"pnl": -109.87286380570313,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3920,
|
|
"time": "2025-01-22 00:35:00",
|
|
"direction": "short",
|
|
"entry": 2748.29,
|
|
"tp": 2746.0494206082617,
|
|
"sl": 2752.4081287621525,
|
|
"exit": 2752.4081287621525,
|
|
"result": "sl",
|
|
"pnl": -108.77413516764584,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3928,
|
|
"time": "2025-01-22 01:15:00",
|
|
"direction": "long",
|
|
"entry": 2749.84,
|
|
"tp": 2751.8178166400753,
|
|
"sl": 2745.1694936468243,
|
|
"exit": 2751.8178166400753,
|
|
"result": "tp",
|
|
"pnl": 45.60189527503725,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3936,
|
|
"time": "2025-01-22 01:55:00",
|
|
"direction": "short",
|
|
"entry": 2748.7,
|
|
"tp": 2746.4590863503954,
|
|
"sl": 2752.818743119732,
|
|
"exit": 2752.818743119732,
|
|
"result": "sl",
|
|
"pnl": -108.14241276872214,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3944,
|
|
"time": "2025-01-22 02:35:00",
|
|
"direction": "long",
|
|
"entry": 2752.74,
|
|
"tp": 2754.7199024589795,
|
|
"sl": 2748.0645680990015,
|
|
"exit": 2754.7199024589795,
|
|
"result": "tp",
|
|
"pnl": 45.33705530518549,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3952,
|
|
"time": "2025-01-22 03:15:00",
|
|
"direction": "long",
|
|
"entry": 2756.58,
|
|
"tp": 2758.5626643709084,
|
|
"sl": 2751.8980459942986,
|
|
"exit": 2758.5626643709084,
|
|
"result": "tp",
|
|
"pnl": 45.529043872622395,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3960,
|
|
"time": "2025-01-22 03:55:00",
|
|
"direction": "short",
|
|
"entry": 2758.26,
|
|
"tp": 2756.011292435276,
|
|
"sl": 2762.3930681403695,
|
|
"exit": 2762.3930681403695,
|
|
"result": "sl",
|
|
"pnl": -107.96964963281536,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3968,
|
|
"time": "2025-01-22 04:35:00",
|
|
"direction": "long",
|
|
"entry": 2762.9,
|
|
"tp": 2764.8872100176245,
|
|
"sl": 2758.2073116969755,
|
|
"exit": 2758.2073116969755,
|
|
"result": "sl",
|
|
"pnl": -106.88995313648483,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 3976,
|
|
"time": "2025-01-22 05:15:00",
|
|
"direction": "short",
|
|
"entry": 2757.18,
|
|
"tp": 2754.9321729194107,
|
|
"sl": 2761.311449832598,
|
|
"exit": 2754.9321729194107,
|
|
"result": "tp",
|
|
"pnl": 57.57480778617007,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4008,
|
|
"time": "2025-01-22 07:55:00",
|
|
"direction": "long",
|
|
"entry": 2757.6,
|
|
"tp": 2759.583398003764,
|
|
"sl": 2752.916313560237,
|
|
"exit": 2752.916313560237,
|
|
"result": "sl",
|
|
"pnl": -106.3968016829817,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4016,
|
|
"time": "2025-01-22 08:35:00",
|
|
"direction": "short",
|
|
"entry": 2751.36,
|
|
"tp": 2749.116917750582,
|
|
"sl": 2755.4827289518344,
|
|
"exit": 2755.4827289518344,
|
|
"result": "sl",
|
|
"pnl": -105.33283366615419,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4024,
|
|
"time": "2025-01-22 09:15:00",
|
|
"direction": "short",
|
|
"entry": 2752.93,
|
|
"tp": 2750.685637787534,
|
|
"sl": 2757.055081491834,
|
|
"exit": 2757.055081491834,
|
|
"result": "sl",
|
|
"pnl": -104.27950532948576,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4032,
|
|
"time": "2025-01-22 09:55:00",
|
|
"direction": "long",
|
|
"entry": 2759.57,
|
|
"tp": 2761.554814922124,
|
|
"sl": 2754.8829675846478,
|
|
"exit": 2755.38,
|
|
"result": "timeout",
|
|
"pnl": -92.28906005437233,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4040,
|
|
"time": "2025-01-22 10:35:00",
|
|
"direction": "long",
|
|
"entry": 2759.84,
|
|
"tp": 2761.825009119056,
|
|
"sl": 2755.1525089991605,
|
|
"exit": 2755.1525089991605,
|
|
"result": "sl",
|
|
"pnl": -102.31381967565373,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4064,
|
|
"time": "2025-01-22 12:35:00",
|
|
"direction": "long",
|
|
"entry": 2758.5,
|
|
"tp": 2760.4840453268725,
|
|
"sl": 2753.8147849419474,
|
|
"exit": 2753.8147849419474,
|
|
"result": "sl",
|
|
"pnl": -101.29068147889522,
|
|
"bars_held": 49,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4072,
|
|
"time": "2025-01-22 13:15:00",
|
|
"direction": "short",
|
|
"entry": 2755.95,
|
|
"tp": 2753.7031756930087,
|
|
"sl": 2760.0796067598594,
|
|
"exit": 2753.7031756930087,
|
|
"result": "tp",
|
|
"pnl": 54.55883687432587,
|
|
"bars_held": 41,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4120,
|
|
"time": "2025-01-22 18:10:00",
|
|
"direction": "short",
|
|
"entry": 2753.65,
|
|
"tp": 2751.405050798111,
|
|
"sl": 2757.7761603636814,
|
|
"exit": 2751.405050798111,
|
|
"result": "tp",
|
|
"pnl": 54.85567899024428,
|
|
"bars_held": 19,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4128,
|
|
"time": "2025-01-22 18:50:00",
|
|
"direction": "long",
|
|
"entry": 2755.54,
|
|
"tp": 2757.521916353094,
|
|
"sl": 2750.859812397656,
|
|
"exit": 2750.859812397656,
|
|
"result": "sl",
|
|
"pnl": -101.37191982275397,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4136,
|
|
"time": "2025-01-22 19:30:00",
|
|
"direction": "short",
|
|
"entry": 2753.35,
|
|
"tp": 2751.1052953770372,
|
|
"sl": 2757.475710833745,
|
|
"exit": 2751.1052953770372,
|
|
"result": "tp",
|
|
"pnl": 54.60259479445892,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4144,
|
|
"time": "2025-01-22 20:10:00",
|
|
"direction": "long",
|
|
"entry": 2753.8,
|
|
"tp": 2755.780664861752,
|
|
"sl": 2749.1227677263496,
|
|
"exit": 2754.295,
|
|
"result": "timeout",
|
|
"pnl": 10.678877855765965,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4160,
|
|
"time": "2025-01-22 21:30:00",
|
|
"direction": "short",
|
|
"entry": 2749.91,
|
|
"tp": 2747.6680998820593,
|
|
"sl": 2754.0305562238086,
|
|
"exit": 2754.0305562238086,
|
|
"result": "sl",
|
|
"pnl": -101.01101535102892,
|
|
"bars_held": 34,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4168,
|
|
"time": "2025-01-22 22:10:00",
|
|
"direction": "long",
|
|
"entry": 2752.29,
|
|
"tp": 2754.2695787974258,
|
|
"sl": 2747.6153324081465,
|
|
"exit": 2754.2695787974258,
|
|
"result": "tp",
|
|
"pnl": 42.347325828552954,
|
|
"bars_held": 26,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4200,
|
|
"time": "2025-01-23 00:50:00",
|
|
"direction": "short",
|
|
"entry": 2753.42,
|
|
"tp": 2751.1752383086214,
|
|
"sl": 2757.5458157240637,
|
|
"exit": 2751.1752383086214,
|
|
"result": "tp",
|
|
"pnl": 54.63860063436868,
|
|
"bars_held": 30,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4232,
|
|
"time": "2025-01-23 03:30:00",
|
|
"direction": "short",
|
|
"entry": 2742.44,
|
|
"tp": 2740.2041898973257,
|
|
"sl": 2746.5493629283947,
|
|
"exit": 2746.5493629283947,
|
|
"result": "sl",
|
|
"pnl": -100.97076446214338,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4240,
|
|
"time": "2025-01-23 04:10:00",
|
|
"direction": "long",
|
|
"entry": 2746.47,
|
|
"tp": 2748.4453927746586,
|
|
"sl": 2741.805217473087,
|
|
"exit": 2748.4453927746586,
|
|
"result": "tp",
|
|
"pnl": 42.33045125798464,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4248,
|
|
"time": "2025-01-23 04:50:00",
|
|
"direction": "long",
|
|
"entry": 2752.01,
|
|
"tp": 2753.989377408014,
|
|
"sl": 2747.3358079782815,
|
|
"exit": 2753.989377408014,
|
|
"result": "tp",
|
|
"pnl": 42.509707776544545,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4256,
|
|
"time": "2025-01-23 05:30:00",
|
|
"direction": "long",
|
|
"entry": 2753.96,
|
|
"tp": 2755.9407799414153,
|
|
"sl": 2749.282495971987,
|
|
"exit": 2749.282495971987,
|
|
"result": "sl",
|
|
"pnl": -100.80945840786752,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4264,
|
|
"time": "2025-01-23 06:10:00",
|
|
"direction": "short",
|
|
"entry": 2748.64,
|
|
"tp": 2746.399135266181,
|
|
"sl": 2752.7586532137448,
|
|
"exit": 2746.399135266181,
|
|
"result": "tp",
|
|
"pnl": 54.29963266472883,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4280,
|
|
"time": "2025-01-23 07:30:00",
|
|
"direction": "short",
|
|
"entry": 2739.65,
|
|
"tp": 2737.416464481341,
|
|
"sl": 2743.755182299987,
|
|
"exit": 2737.416464481341,
|
|
"result": "tp",
|
|
"pnl": 54.59506451000763,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4288,
|
|
"time": "2025-01-23 08:10:00",
|
|
"direction": "long",
|
|
"entry": 2741.03,
|
|
"tp": 2743.0014800660933,
|
|
"sl": 2736.374457121416,
|
|
"exit": 2743.0014800660933,
|
|
"result": "tp",
|
|
"pnl": 42.72396190577972,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4304,
|
|
"time": "2025-01-23 09:30:00",
|
|
"direction": "long",
|
|
"entry": 2745.18,
|
|
"tp": 2747.15446494487,
|
|
"sl": 2740.5174084926352,
|
|
"exit": 2747.15446494487,
|
|
"result": "tp",
|
|
"pnl": 42.904884821623405,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4312,
|
|
"time": "2025-01-23 10:10:00",
|
|
"direction": "short",
|
|
"entry": 2745.13,
|
|
"tp": 2742.8919968396194,
|
|
"sl": 2749.24339371349,
|
|
"exit": 2749.24339371349,
|
|
"result": "sl",
|
|
"pnl": -101.74659926280768,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4320,
|
|
"time": "2025-01-23 10:50:00",
|
|
"direction": "long",
|
|
"entry": 2754.01,
|
|
"tp": 2755.9908159038105,
|
|
"sl": 2749.332411048749,
|
|
"exit": 2755.9908159038105,
|
|
"result": "tp",
|
|
"pnl": 42.65570815178583,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4328,
|
|
"time": "2025-01-23 11:30:00",
|
|
"direction": "long",
|
|
"entry": 2756.02,
|
|
"tp": 2758.0022615920852,
|
|
"sl": 2751.338997134568,
|
|
"exit": 2758.0022615920852,
|
|
"result": "tp",
|
|
"pnl": 42.836342033844154,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4336,
|
|
"time": "2025-01-23 12:10:00",
|
|
"direction": "short",
|
|
"entry": 2756.36,
|
|
"tp": 2754.112841435143,
|
|
"sl": 2760.4902211174394,
|
|
"exit": 2754.112841435143,
|
|
"result": "tp",
|
|
"pnl": 55.269553371586994,
|
|
"bars_held": 21,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4360,
|
|
"time": "2025-01-23 14:10:00",
|
|
"direction": "short",
|
|
"entry": 2753.47,
|
|
"tp": 2751.2251975454665,
|
|
"sl": 2757.5958906457195,
|
|
"exit": 2757.5958906457195,
|
|
"result": "sl",
|
|
"pnl": -102.13674930576079,
|
|
"bars_held": 41,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4424,
|
|
"time": "2025-01-23 20:25:00",
|
|
"direction": "long",
|
|
"entry": 2768.09,
|
|
"tp": 2770.0809429142155,
|
|
"sl": 2763.388496664838,
|
|
"exit": 2770.0809429142155,
|
|
"result": "tp",
|
|
"pnl": 42.81927260001165,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4432,
|
|
"time": "2025-01-23 21:05:00",
|
|
"direction": "long",
|
|
"entry": 2776.19,
|
|
"tp": 2778.18676882219,
|
|
"sl": 2771.47473910023,
|
|
"exit": 2771.47473910023,
|
|
"result": "sl",
|
|
"pnl": -101.54357453870075,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4440,
|
|
"time": "2025-01-23 21:45:00",
|
|
"direction": "long",
|
|
"entry": 2773.99,
|
|
"tp": 2775.985186476814,
|
|
"sl": 2769.278475722716,
|
|
"exit": 2775.985186476814,
|
|
"result": "tp",
|
|
"pnl": 42.57059313622722,
|
|
"bars_held": 22,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4480,
|
|
"time": "2025-01-24 01:05:00",
|
|
"direction": "short",
|
|
"entry": 2773.2,
|
|
"tp": 2770.939112404743,
|
|
"sl": 2777.355454731197,
|
|
"exit": 2770.939112404743,
|
|
"result": "tp",
|
|
"pnl": 54.92667108558684,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4504,
|
|
"time": "2025-01-24 03:05:00",
|
|
"direction": "long",
|
|
"entry": 2775.45,
|
|
"tp": 2777.446236578745,
|
|
"sl": 2770.735995964157,
|
|
"exit": 2777.446236578745,
|
|
"result": "tp",
|
|
"pnl": 42.98346424046339,
|
|
"bars_held": 29,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4512,
|
|
"time": "2025-01-24 03:45:00",
|
|
"direction": "short",
|
|
"entry": 2771.38,
|
|
"tp": 2769.120596183563,
|
|
"sl": 2775.532727582917,
|
|
"exit": 2775.532727582917,
|
|
"result": "sl",
|
|
"pnl": -101.9329460779301,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4536,
|
|
"time": "2025-01-24 05:45:00",
|
|
"direction": "long",
|
|
"entry": 2777.47,
|
|
"tp": 2779.467689459499,
|
|
"sl": 2772.7525650653292,
|
|
"exit": 2779.467689459499,
|
|
"result": "tp",
|
|
"pnl": 42.73383120865699,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4544,
|
|
"time": "2025-01-24 06:25:00",
|
|
"direction": "long",
|
|
"entry": 2778.25,
|
|
"tp": 2780.24825047286,
|
|
"sl": 2773.5312402628115,
|
|
"exit": 2780.24825047286,
|
|
"result": "tp",
|
|
"pnl": 42.91479591798398,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4552,
|
|
"time": "2025-01-24 07:05:00",
|
|
"direction": "long",
|
|
"entry": 2781.02,
|
|
"tp": 2783.0202427895374,
|
|
"sl": 2776.296535515409,
|
|
"exit": 2783.0202427895374,
|
|
"result": "tp",
|
|
"pnl": 43.09652695751284,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4560,
|
|
"time": "2025-01-24 07:45:00",
|
|
"direction": "long",
|
|
"entry": 2783.55,
|
|
"tp": 2785.55206248672,
|
|
"sl": 2778.82223839955,
|
|
"exit": 2778.82223839955,
|
|
"result": "sl",
|
|
"pnl": -102.20106815799681,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4568,
|
|
"time": "2025-01-24 08:25:00",
|
|
"direction": "short",
|
|
"entry": 2774.13,
|
|
"tp": 2771.8683542100716,
|
|
"sl": 2778.2868482739996,
|
|
"exit": 2778.2868482739996,
|
|
"result": "sl",
|
|
"pnl": -101.17905747641242,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4576,
|
|
"time": "2025-01-24 09:05:00",
|
|
"direction": "long",
|
|
"entry": 2780.95,
|
|
"tp": 2782.9501924421847,
|
|
"sl": 2776.226654407942,
|
|
"exit": 2782.9501924421847,
|
|
"result": "tp",
|
|
"pnl": 42.417774923752994,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4584,
|
|
"time": "2025-01-24 09:45:00",
|
|
"direction": "short",
|
|
"entry": 2781.58,
|
|
"tp": 2779.3122805000667,
|
|
"sl": 2785.748011600751,
|
|
"exit": 2779.3122805000667,
|
|
"result": "tp",
|
|
"pnl": 54.72949751871345,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4600,
|
|
"time": "2025-01-24 11:05:00",
|
|
"direction": "short",
|
|
"entry": 2773.52,
|
|
"tp": 2771.2588515205553,
|
|
"sl": 2777.675934229796,
|
|
"exit": 2771.2588515205553,
|
|
"result": "tp",
|
|
"pnl": 55.02726816003934,
|
|
"bars_held": 25,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4632,
|
|
"time": "2025-01-24 13:45:00",
|
|
"direction": "long",
|
|
"entry": 2774.03,
|
|
"tp": 2776.02521524673,
|
|
"sl": 2769.3184077841256,
|
|
"exit": 2769.3184077841256,
|
|
"result": "sl",
|
|
"pnl": -101.68901230768171,
|
|
"bars_held": 28,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4648,
|
|
"time": "2025-01-24 15:05:00",
|
|
"direction": "short",
|
|
"entry": 2771.12,
|
|
"tp": 2768.860808151966,
|
|
"sl": 2775.2723379903055,
|
|
"exit": 2768.860808151966,
|
|
"result": "tp",
|
|
"pnl": 54.77339231409584,
|
|
"bars_held": 12,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4664,
|
|
"time": "2025-01-26 17:20:00",
|
|
"direction": "short",
|
|
"entry": 2766.96,
|
|
"tp": 2764.7041996464113,
|
|
"sl": 2771.106104508522,
|
|
"exit": 2771.106104508522,
|
|
"result": "sl",
|
|
"pnl": -101.21985610774415,
|
|
"bars_held": 20,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4696,
|
|
"time": "2025-01-26 20:00:00",
|
|
"direction": "short",
|
|
"entry": 2761.69,
|
|
"tp": 2759.4384960828847,
|
|
"sl": 2765.828207765974,
|
|
"exit": 2759.4384960828847,
|
|
"result": "tp",
|
|
"pnl": 54.52068775917295,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4712,
|
|
"time": "2025-01-26 21:20:00",
|
|
"direction": "long",
|
|
"entry": 2760.14,
|
|
"tp": 2762.1252248934256,
|
|
"sl": 2755.4519994597304,
|
|
"exit": 2755.4519994597304,
|
|
"result": "sl",
|
|
"pnl": -100.7528644242582,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4720,
|
|
"time": "2025-01-26 22:00:00",
|
|
"direction": "short",
|
|
"entry": 2760.01,
|
|
"tp": 2757.7598657248723,
|
|
"sl": 2764.145690398331,
|
|
"exit": 2757.7598657248723,
|
|
"result": "tp",
|
|
"pnl": 54.269149091366835,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4728,
|
|
"time": "2025-01-26 22:40:00",
|
|
"direction": "short",
|
|
"entry": 2756.02,
|
|
"tp": 2753.773118624593,
|
|
"sl": 2760.1497116501782,
|
|
"exit": 2753.773118624593,
|
|
"result": "tp",
|
|
"pnl": 54.5644150825047,
|
|
"bars_held": 12,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4736,
|
|
"time": "2025-01-26 23:20:00",
|
|
"direction": "short",
|
|
"entry": 2755.91,
|
|
"tp": 2753.663208303532,
|
|
"sl": 2760.0395468225347,
|
|
"exit": 2753.663208303532,
|
|
"result": "tp",
|
|
"pnl": 54.86128754818278,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4744,
|
|
"time": "2025-01-27 00:00:00",
|
|
"direction": "short",
|
|
"entry": 2753.14,
|
|
"tp": 2750.8954665822857,
|
|
"sl": 2757.2653961627893,
|
|
"exit": 2750.8954665822857,
|
|
"result": "tp",
|
|
"pnl": 55.15977522882715,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4760,
|
|
"time": "2025-01-27 01:20:00",
|
|
"direction": "short",
|
|
"entry": 2752.35,
|
|
"tp": 2750.106110640125,
|
|
"sl": 2756.474212400624,
|
|
"exit": 2750.106110640125,
|
|
"result": "tp",
|
|
"pnl": 55.459886912488145,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4776,
|
|
"time": "2025-01-27 02:40:00",
|
|
"direction": "long",
|
|
"entry": 2758.06,
|
|
"tp": 2760.0437288577973,
|
|
"sl": 2753.3755322664447,
|
|
"exit": 2760.0437288577973,
|
|
"result": "tp",
|
|
"pnl": 43.40073808894179,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4784,
|
|
"time": "2025-01-27 03:20:00",
|
|
"direction": "long",
|
|
"entry": 2760.45,
|
|
"tp": 2762.4354478602736,
|
|
"sl": 2755.761472935653,
|
|
"exit": 2762.4354478602736,
|
|
"result": "tp",
|
|
"pnl": 43.58452694499465,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4792,
|
|
"time": "2025-01-27 04:00:00",
|
|
"direction": "long",
|
|
"entry": 2764.09,
|
|
"tp": 2766.078065922623,
|
|
"sl": 2759.3952905239034,
|
|
"exit": 2766.078065922623,
|
|
"result": "tp",
|
|
"pnl": 43.769094090659536,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4800,
|
|
"time": "2025-01-27 04:40:00",
|
|
"direction": "long",
|
|
"entry": 2767.45,
|
|
"tp": 2769.4404825955603,
|
|
"sl": 2762.749583682288,
|
|
"exit": 2769.4404825955603,
|
|
"result": "tp",
|
|
"pnl": 43.95444282175735,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4816,
|
|
"time": "2025-01-27 06:00:00",
|
|
"direction": "long",
|
|
"entry": 2771.48,
|
|
"tp": 2773.47338116459,
|
|
"sl": 2766.7727388692797,
|
|
"exit": 2766.7727388692797,
|
|
"result": "sl",
|
|
"pnl": -104.23556893811494,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4832,
|
|
"time": "2025-01-27 07:20:00",
|
|
"direction": "short",
|
|
"entry": 2759.21,
|
|
"tp": 2756.9605179353425,
|
|
"sl": 2763.3444916518342,
|
|
"exit": 2756.9605179353425,
|
|
"result": "tp",
|
|
"pnl": 56.14506012956145,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4856,
|
|
"time": "2025-01-27 09:20:00",
|
|
"direction": "short",
|
|
"entry": 2744.54,
|
|
"tp": 2742.302477844841,
|
|
"sl": 2748.6525096379487,
|
|
"exit": 2742.302477844841,
|
|
"result": "tp",
|
|
"pnl": 56.450532522344226,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4872,
|
|
"time": "2025-01-27 10:40:00",
|
|
"direction": "short",
|
|
"entry": 2739.33,
|
|
"tp": 2737.096725365529,
|
|
"sl": 2743.434702801388,
|
|
"exit": 2737.096725365529,
|
|
"result": "tp",
|
|
"pnl": 56.75766692033527,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4896,
|
|
"time": "2025-01-27 12:40:00",
|
|
"direction": "long",
|
|
"entry": 2737.14,
|
|
"tp": 2739.1086821917693,
|
|
"sl": 2732.491064149357,
|
|
"exit": 2739.1086821917693,
|
|
"result": "tp",
|
|
"pnl": 44.41632995819214,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4904,
|
|
"time": "2025-01-27 13:20:00",
|
|
"direction": "long",
|
|
"entry": 2740.38,
|
|
"tp": 2742.3510125549597,
|
|
"sl": 2735.725561123514,
|
|
"exit": 2742.3510125549597,
|
|
"result": "tp",
|
|
"pnl": 44.60441953530238,
|
|
"bars_held": 21,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4920,
|
|
"time": "2025-01-27 14:40:00",
|
|
"direction": "long",
|
|
"entry": 2741.37,
|
|
"tp": 2743.3417246103786,
|
|
"sl": 2736.7138796433956,
|
|
"exit": 2743.3417246103786,
|
|
"result": "tp",
|
|
"pnl": 44.79330561425725,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4928,
|
|
"time": "2025-01-27 15:20:00",
|
|
"direction": "long",
|
|
"entry": 2743.05,
|
|
"tp": 2745.0229329468475,
|
|
"sl": 2738.391026222588,
|
|
"exit": 2739.305,
|
|
"result": "timeout",
|
|
"pnl": -85.38622850379562,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4936,
|
|
"time": "2025-01-27 16:00:00",
|
|
"direction": "short",
|
|
"entry": 2740.09,
|
|
"tp": 2737.8561057655825,
|
|
"sl": 2744.1958416105604,
|
|
"exit": 2744.1958416105604,
|
|
"result": "sl",
|
|
"pnl": -105.37102411048942,
|
|
"bars_held": 22,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4960,
|
|
"time": "2025-01-27 18:55:00",
|
|
"direction": "short",
|
|
"entry": 2740.49,
|
|
"tp": 2738.255779660347,
|
|
"sl": 2744.5964409838084,
|
|
"exit": 2744.5964409838084,
|
|
"result": "sl",
|
|
"pnl": -104.31731386938453,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4976,
|
|
"time": "2025-01-27 20:15:00",
|
|
"direction": "short",
|
|
"entry": 2740.18,
|
|
"tp": 2737.9460323919043,
|
|
"sl": 2744.285976469541,
|
|
"exit": 2737.9460323919043,
|
|
"result": "tp",
|
|
"pnl": 56.189090916063975,
|
|
"bars_held": 18,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 4992,
|
|
"time": "2025-01-27 21:35:00",
|
|
"direction": "short",
|
|
"entry": 2738.46,
|
|
"tp": 2736.2274346444156,
|
|
"sl": 2742.563399164573,
|
|
"exit": 2742.563399164573,
|
|
"result": "sl",
|
|
"pnl": -103.83603163985593,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5008,
|
|
"time": "2025-01-27 22:55:00",
|
|
"direction": "long",
|
|
"entry": 2741.81,
|
|
"tp": 2743.7820410794534,
|
|
"sl": 2737.1531323188983,
|
|
"exit": 2743.7820410794534,
|
|
"result": "tp",
|
|
"pnl": 43.5316707718969,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5016,
|
|
"time": "2025-01-27 23:35:00",
|
|
"direction": "short",
|
|
"entry": 2742.02,
|
|
"tp": 2739.7845323078227,
|
|
"sl": 2746.128733586484,
|
|
"exit": 2739.7845323078227,
|
|
"result": "tp",
|
|
"pnl": 56.16670067627896,
|
|
"bars_held": 12,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5056,
|
|
"time": "2025-01-28 02:55:00",
|
|
"direction": "long",
|
|
"entry": 2740.92,
|
|
"tp": 2742.8914009488244,
|
|
"sl": 2736.2646439525406,
|
|
"exit": 2742.8914009488244,
|
|
"result": "tp",
|
|
"pnl": 43.95386289225763,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5088,
|
|
"time": "2025-01-28 05:35:00",
|
|
"direction": "short",
|
|
"entry": 2741.76,
|
|
"tp": 2739.5247442762256,
|
|
"sl": 2745.8683439938727,
|
|
"exit": 2745.8683439938727,
|
|
"result": "sl",
|
|
"pnl": -104.23419366686173,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5104,
|
|
"time": "2025-01-28 06:55:00",
|
|
"direction": "long",
|
|
"entry": 2744.85,
|
|
"tp": 2746.824227593064,
|
|
"sl": 2740.1879689860084,
|
|
"exit": 2746.824227593064,
|
|
"result": "tp",
|
|
"pnl": 43.698594122109824,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5112,
|
|
"time": "2025-01-28 07:35:00",
|
|
"direction": "long",
|
|
"entry": 2748.69,
|
|
"tp": 2750.6669895049927,
|
|
"sl": 2744.0214468813056,
|
|
"exit": 2750.6669895049927,
|
|
"result": "tp",
|
|
"pnl": 43.88364430739504,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5120,
|
|
"time": "2025-01-28 08:15:00",
|
|
"direction": "long",
|
|
"entry": 2751.78,
|
|
"tp": 2753.759211980998,
|
|
"sl": 2747.1061986251775,
|
|
"exit": 2753.759211980998,
|
|
"result": "tp",
|
|
"pnl": 44.06947812363392,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5128,
|
|
"time": "2025-01-28 08:55:00",
|
|
"direction": "short",
|
|
"entry": 2753.13,
|
|
"tp": 2750.885474734917,
|
|
"sl": 2757.2553811784583,
|
|
"exit": 2757.2553811784583,
|
|
"result": "sl",
|
|
"pnl": -104.5083688957176,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5152,
|
|
"time": "2025-01-28 10:55:00",
|
|
"direction": "long",
|
|
"entry": 2758.67,
|
|
"tp": 2760.6541675990156,
|
|
"sl": 2753.9844962029374,
|
|
"exit": 2760.6541675990156,
|
|
"result": "tp",
|
|
"pnl": 43.813537900376154,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5184,
|
|
"time": "2025-01-28 13:35:00",
|
|
"direction": "long",
|
|
"entry": 2764.09,
|
|
"tp": 2766.078065922623,
|
|
"sl": 2759.3952905239034,
|
|
"exit": 2763.965,
|
|
"result": "timeout",
|
|
"pnl": -2.7664496896663384,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5240,
|
|
"time": "2025-01-28 19:10:00",
|
|
"direction": "long",
|
|
"entry": 2765.77,
|
|
"tp": 2767.759274259092,
|
|
"sl": 2761.072437103096,
|
|
"exit": 2761.8199999999997,
|
|
"result": "timeout",
|
|
"pnl": -87.34344713542363,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5264,
|
|
"time": "2025-01-28 21:10:00",
|
|
"direction": "short",
|
|
"entry": 2763.25,
|
|
"tp": 2760.9972242724675,
|
|
"sl": 2767.390545321643,
|
|
"exit": 2760.9972242724675,
|
|
"result": "tp",
|
|
"pnl": 56.04011221785376,
|
|
"bars_held": 30,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5280,
|
|
"time": "2025-01-28 22:30:00",
|
|
"direction": "long",
|
|
"entry": 2763.91,
|
|
"tp": 2765.8979364580014,
|
|
"sl": 2759.2155962475613,
|
|
"exit": 2759.2155962475613,
|
|
"result": "sl",
|
|
"pnl": -103.56072273969443,
|
|
"bars_held": 29,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5296,
|
|
"time": "2025-01-28 23:50:00",
|
|
"direction": "short",
|
|
"entry": 2760.63,
|
|
"tp": 2758.379360261758,
|
|
"sl": 2764.766619426866,
|
|
"exit": 2758.379360261758,
|
|
"result": "tp",
|
|
"pnl": 55.781563476984516,
|
|
"bars_held": 18,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5328,
|
|
"time": "2025-01-29 02:30:00",
|
|
"direction": "long",
|
|
"entry": 2765.67,
|
|
"tp": 2767.659202334302,
|
|
"sl": 2760.9726069495728,
|
|
"exit": 2760.9726069495728,
|
|
"result": "sl",
|
|
"pnl": -103.08293114706532,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5336,
|
|
"time": "2025-01-29 03:10:00",
|
|
"direction": "short",
|
|
"entry": 2761.35,
|
|
"tp": 2759.0987732723343,
|
|
"sl": 2765.487698298713,
|
|
"exit": 2759.0987732723343,
|
|
"result": "tp",
|
|
"pnl": 55.52420758618679,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5352,
|
|
"time": "2025-01-29 04:30:00",
|
|
"direction": "short",
|
|
"entry": 2759.55,
|
|
"tp": 2757.3002407458926,
|
|
"sl": 2763.6850011190954,
|
|
"exit": 2757.3002407458926,
|
|
"result": "tp",
|
|
"pnl": 55.82630206269964,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5392,
|
|
"time": "2025-01-29 07:50:00",
|
|
"direction": "long",
|
|
"entry": 2758.61,
|
|
"tp": 2760.5941244441415,
|
|
"sl": 2753.9245981108234,
|
|
"exit": 2760.5941244441415,
|
|
"result": "tp",
|
|
"pnl": 43.687480252540986,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5416,
|
|
"time": "2025-01-29 09:50:00",
|
|
"direction": "long",
|
|
"entry": 2753.24,
|
|
"tp": 2755.2202620829285,
|
|
"sl": 2748.5637188666183,
|
|
"exit": 2755.2202620829285,
|
|
"result": "tp",
|
|
"pnl": 43.87248337398687,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5432,
|
|
"time": "2025-01-29 11:10:00",
|
|
"direction": "long",
|
|
"entry": 2752.56,
|
|
"tp": 2754.539772994358,
|
|
"sl": 2747.8848738226598,
|
|
"exit": 2747.8848738226598,
|
|
"result": "sl",
|
|
"pnl": -104.04120656835079,
|
|
"bars_held": 22,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5440,
|
|
"time": "2025-01-29 11:50:00",
|
|
"direction": "long",
|
|
"entry": 2753.61,
|
|
"tp": 2755.590528204651,
|
|
"sl": 2748.9330904346552,
|
|
"exit": 2748.9330904346552,
|
|
"result": "sl",
|
|
"pnl": -103.00079450266729,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5456,
|
|
"time": "2025-01-29 13:10:00",
|
|
"direction": "short",
|
|
"entry": 2746.0,
|
|
"tp": 2743.761287560733,
|
|
"sl": 2750.1146973503055,
|
|
"exit": 2750.1146973503055,
|
|
"result": "sl",
|
|
"pnl": -101.97078655764264,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5464,
|
|
"time": "2025-01-29 13:50:00",
|
|
"direction": "long",
|
|
"entry": 2756.16,
|
|
"tp": 2758.142362286791,
|
|
"sl": 2751.4787593495007,
|
|
"exit": 2758.142362286791,
|
|
"result": "tp",
|
|
"pnl": 42.7496952519833,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5488,
|
|
"time": "2025-01-29 15:50:00",
|
|
"direction": "long",
|
|
"entry": 2758.78,
|
|
"tp": 2760.7642467162846,
|
|
"sl": 2754.094309371813,
|
|
"exit": 2760.7642467162846,
|
|
"result": "tp",
|
|
"pnl": 42.93072714068246,
|
|
"bars_held": 20,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5496,
|
|
"time": "2025-01-29 17:25:00",
|
|
"direction": "long",
|
|
"entry": 2759.91,
|
|
"tp": 2761.895059466409,
|
|
"sl": 2755.222390106627,
|
|
"exit": 2761.895059466409,
|
|
"result": "tp",
|
|
"pnl": 43.112525644070594,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5512,
|
|
"time": "2025-01-29 18:45:00",
|
|
"direction": "long",
|
|
"entry": 2762.31,
|
|
"tp": 2764.2967856613645,
|
|
"sl": 2757.6183137911876,
|
|
"exit": 2760.09,
|
|
"result": "timeout",
|
|
"pnl": -48.377190639148026,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5552,
|
|
"time": "2025-01-29 22:05:00",
|
|
"direction": "long",
|
|
"entry": 2762.68,
|
|
"tp": 2764.6670517830867,
|
|
"sl": 2757.9876853592236,
|
|
"exit": 2764.6670517830867,
|
|
"result": "tp",
|
|
"pnl": 43.09023139748816,
|
|
"bars_held": 34,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5560,
|
|
"time": "2025-01-29 22:45:00",
|
|
"direction": "short",
|
|
"entry": 2760.44,
|
|
"tp": 2758.1895151617446,
|
|
"sl": 2764.576334724573,
|
|
"exit": 2764.576334724573,
|
|
"result": "sl",
|
|
"pnl": -102.18613858001471,
|
|
"bars_held": 26,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5576,
|
|
"time": "2025-01-30 00:05:00",
|
|
"direction": "long",
|
|
"entry": 2761.54,
|
|
"tp": 2763.526231840483,
|
|
"sl": 2756.8496216090575,
|
|
"exit": 2763.526231840483,
|
|
"result": "tp",
|
|
"pnl": 42.83997829911392,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5600,
|
|
"time": "2025-01-30 02:05:00",
|
|
"direction": "long",
|
|
"entry": 2770.92,
|
|
"tp": 2772.912978385767,
|
|
"sl": 2766.2136900095493,
|
|
"exit": 2772.912978385767,
|
|
"result": "tp",
|
|
"pnl": 43.02139250890639,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5656,
|
|
"time": "2025-01-30 06:45:00",
|
|
"direction": "long",
|
|
"entry": 2780.5,
|
|
"tp": 2782.4998687806305,
|
|
"sl": 2775.777418717087,
|
|
"exit": 2782.4998687806305,
|
|
"result": "tp",
|
|
"pnl": 43.203574952411195,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5664,
|
|
"time": "2025-01-30 07:25:00",
|
|
"direction": "short",
|
|
"entry": 2780.15,
|
|
"tp": 2777.883446326283,
|
|
"sl": 2784.3158688413882,
|
|
"exit": 2784.3158688413882,
|
|
"result": "sl",
|
|
"pnl": -102.45492665182115,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5680,
|
|
"time": "2025-01-30 08:45:00",
|
|
"direction": "short",
|
|
"entry": 2784.2,
|
|
"tp": 2781.9301445107767,
|
|
"sl": 2788.371937495528,
|
|
"exit": 2788.371937495528,
|
|
"result": "sl",
|
|
"pnl": -101.43037738530295,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5688,
|
|
"time": "2025-01-30 09:25:00",
|
|
"direction": "long",
|
|
"entry": 2789.38,
|
|
"tp": 2791.3862557019656,
|
|
"sl": 2784.6423363499616,
|
|
"exit": 2791.3862557019656,
|
|
"result": "tp",
|
|
"pnl": 42.52313695809387,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5696,
|
|
"time": "2025-01-30 10:05:00",
|
|
"direction": "long",
|
|
"entry": 2797.1,
|
|
"tp": 2799.1118082957387,
|
|
"sl": 2792.349224201965,
|
|
"exit": 2792.349224201965,
|
|
"result": "sl",
|
|
"pnl": -100.84130498103086,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5704,
|
|
"time": "2025-01-30 10:45:00",
|
|
"direction": "long",
|
|
"entry": 2793.64,
|
|
"tp": 2795.6493196980114,
|
|
"sl": 2788.8951008900567,
|
|
"exit": 2795.6493196980114,
|
|
"result": "tp",
|
|
"pnl": 42.276177347269474,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5728,
|
|
"time": "2025-01-30 12:45:00",
|
|
"direction": "short",
|
|
"entry": 2794.8,
|
|
"tp": 2792.5215027220456,
|
|
"sl": 2798.987820886611,
|
|
"exit": 2792.5215027220456,
|
|
"result": "tp",
|
|
"pnl": 54.546801367753105,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5736,
|
|
"time": "2025-01-30 13:25:00",
|
|
"direction": "short",
|
|
"entry": 2791.59,
|
|
"tp": 2789.314119716558,
|
|
"sl": 2795.7730109162926,
|
|
"exit": 2795.7730109162926,
|
|
"result": "sl",
|
|
"pnl": -100.80112171836859,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5752,
|
|
"time": "2025-01-30 14:45:00",
|
|
"direction": "long",
|
|
"entry": 2796.66,
|
|
"tp": 2798.6714918266634,
|
|
"sl": 2791.9099715264624,
|
|
"exit": 2791.9099715264624,
|
|
"result": "sl",
|
|
"pnl": -99.7931105011852,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5760,
|
|
"time": "2025-01-30 15:25:00",
|
|
"direction": "short",
|
|
"entry": 2792.16,
|
|
"tp": 2789.883655016597,
|
|
"sl": 2796.3438650231715,
|
|
"exit": 2789.883655016597,
|
|
"result": "tp",
|
|
"pnl": 53.752190799021406,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5784,
|
|
"time": "2025-01-30 18:20:00",
|
|
"direction": "long",
|
|
"entry": 2798.02,
|
|
"tp": 2800.032470003805,
|
|
"sl": 2793.2676616143804,
|
|
"exit": 2793.2676616143804,
|
|
"result": "sl",
|
|
"pnl": -99.33270130416165,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5848,
|
|
"time": "2025-01-30 23:40:00",
|
|
"direction": "short",
|
|
"entry": 2794.44,
|
|
"tp": 2792.161796216757,
|
|
"sl": 2798.6272814506874,
|
|
"exit": 2792.161796216757,
|
|
"result": "tp",
|
|
"pnl": 53.50419769729378,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5880,
|
|
"time": "2025-01-31 02:20:00",
|
|
"direction": "short",
|
|
"entry": 2794.62,
|
|
"tp": 2792.341649469401,
|
|
"sl": 2798.8075511686493,
|
|
"exit": 2792.341649469401,
|
|
"result": "tp",
|
|
"pnl": 53.7953017633765,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5920,
|
|
"time": "2025-01-31 05:40:00",
|
|
"direction": "long",
|
|
"entry": 2797.21,
|
|
"tp": 2799.2218874130076,
|
|
"sl": 2792.459037370841,
|
|
"exit": 2799.2218874130076,
|
|
"result": "tp",
|
|
"pnl": 42.098098864361006,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5928,
|
|
"time": "2025-01-31 06:20:00",
|
|
"direction": "long",
|
|
"entry": 2804.91,
|
|
"tp": 2806.9274256218227,
|
|
"sl": 2800.14595919214,
|
|
"exit": 2806.9274256218227,
|
|
"result": "tp",
|
|
"pnl": 42.276371441580366,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5960,
|
|
"time": "2025-01-31 09:00:00",
|
|
"direction": "long",
|
|
"entry": 2812.85,
|
|
"tp": 2814.8731364501336,
|
|
"sl": 2808.0724733818947,
|
|
"exit": 2814.8731364501336,
|
|
"result": "tp",
|
|
"pnl": 42.455398948656956,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5976,
|
|
"time": "2025-01-31 10:20:00",
|
|
"direction": "short",
|
|
"entry": 2805.71,
|
|
"tp": 2803.4226082017567,
|
|
"sl": 2809.9141687919614,
|
|
"exit": 2809.9141687919614,
|
|
"result": "sl",
|
|
"pnl": -100.6806679782787,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 5992,
|
|
"time": "2025-01-31 11:40:00",
|
|
"direction": "long",
|
|
"entry": 2814.91,
|
|
"tp": 2816.9346181008036,
|
|
"sl": 2810.128974544476,
|
|
"exit": 2810.128974544476,
|
|
"result": "sl",
|
|
"pnl": -99.67386129849186,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6000,
|
|
"time": "2025-01-31 12:20:00",
|
|
"direction": "short",
|
|
"entry": 2799.8,
|
|
"tp": 2797.5174264066063,
|
|
"sl": 2803.9953130522163,
|
|
"exit": 2797.5174264066063,
|
|
"result": "tp",
|
|
"pnl": 53.68795885090201,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6008,
|
|
"time": "2025-01-31 13:00:00",
|
|
"direction": "short",
|
|
"entry": 2798.03,
|
|
"tp": 2795.748869422272,
|
|
"sl": 2802.222660825592,
|
|
"exit": 2802.222660825592,
|
|
"result": "sl",
|
|
"pnl": -99.21400227401354,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6016,
|
|
"time": "2025-01-31 13:40:00",
|
|
"direction": "short",
|
|
"entry": 2796.27,
|
|
"tp": 2793.990304285306,
|
|
"sl": 2800.460023583299,
|
|
"exit": 2800.460023583299,
|
|
"result": "sl",
|
|
"pnl": -98.22186225128198,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6032,
|
|
"time": "2025-01-31 15:00:00",
|
|
"direction": "long",
|
|
"entry": 2800.97,
|
|
"tp": 2802.9845917851044,
|
|
"sl": 2796.2126511433194,
|
|
"exit": 2796.2126511433194,
|
|
"result": "sl",
|
|
"pnl": -97.23964362876117,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6040,
|
|
"time": "2025-01-31 15:40:00",
|
|
"direction": "short",
|
|
"entry": 2798.89,
|
|
"tp": 2796.6081682960157,
|
|
"sl": 2803.0839494780757,
|
|
"exit": 2796.6081682960157,
|
|
"result": "tp",
|
|
"pnl": 52.37680087644961,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6048,
|
|
"time": "2025-02-02 17:15:00",
|
|
"direction": "long",
|
|
"entry": 2799.11,
|
|
"tp": 2801.1232539840144,
|
|
"sl": 2794.355810287785,
|
|
"exit": 2794.355810287785,
|
|
"result": "sl",
|
|
"pnl": -96.79101520123989,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6056,
|
|
"time": "2025-02-02 17:55:00",
|
|
"direction": "long",
|
|
"entry": 2792.51,
|
|
"tp": 2794.518506947887,
|
|
"sl": 2787.7670201552432,
|
|
"exit": 2794.518506947887,
|
|
"result": "tp",
|
|
"pnl": 40.57815520178087,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6072,
|
|
"time": "2025-02-02 19:15:00",
|
|
"direction": "short",
|
|
"entry": 2782.56,
|
|
"tp": 2780.291481542241,
|
|
"sl": 2786.72948006521,
|
|
"exit": 2780.291481542241,
|
|
"result": "tp",
|
|
"pnl": 52.355929758724784,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6088,
|
|
"time": "2025-02-02 20:35:00",
|
|
"direction": "short",
|
|
"entry": 2774.37,
|
|
"tp": 2772.10815854693,
|
|
"sl": 2778.5272078979488,
|
|
"exit": 2778.5272078979488,
|
|
"result": "sl",
|
|
"pnl": -96.75244589883867,
|
|
"bars_held": 18,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6096,
|
|
"time": "2025-02-02 21:15:00",
|
|
"direction": "short",
|
|
"entry": 2775.17,
|
|
"tp": 2772.9075063364603,
|
|
"sl": 2779.3284066444457,
|
|
"exit": 2772.9075063364603,
|
|
"result": "tp",
|
|
"pnl": 52.114378498739676,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6112,
|
|
"time": "2025-02-02 22:35:00",
|
|
"direction": "short",
|
|
"entry": 2780.26,
|
|
"tp": 2777.9933566473433,
|
|
"sl": 2784.4260336690318,
|
|
"exit": 2784.4260336690318,
|
|
"result": "sl",
|
|
"pnl": -96.30606522483554,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6120,
|
|
"time": "2025-02-02 23:15:00",
|
|
"direction": "long",
|
|
"entry": 2782.81,
|
|
"tp": 2784.8115302432752,
|
|
"sl": 2778.083495263477,
|
|
"exit": 2784.8115302432752,
|
|
"result": "tp",
|
|
"pnl": 40.374847328966794,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6136,
|
|
"time": "2025-02-03 00:35:00",
|
|
"direction": "long",
|
|
"entry": 2786.33,
|
|
"tp": 2788.3340619958763,
|
|
"sl": 2781.597516667499,
|
|
"exit": 2788.3340619958763,
|
|
"result": "tp",
|
|
"pnl": 40.5458224628114,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6160,
|
|
"time": "2025-02-03 02:35:00",
|
|
"direction": "long",
|
|
"entry": 2798.94,
|
|
"tp": 2800.9531317118713,
|
|
"sl": 2794.186099026795,
|
|
"exit": 2794.186099026795,
|
|
"result": "sl",
|
|
"pnl": -96.15221127050471,
|
|
"bars_held": 18,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6168,
|
|
"time": "2025-02-03 03:15:00",
|
|
"direction": "short",
|
|
"entry": 2794.84,
|
|
"tp": 2792.561470111522,
|
|
"sl": 2799.027880823936,
|
|
"exit": 2799.027880823936,
|
|
"result": "sl",
|
|
"pnl": -95.19068915779576,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6176,
|
|
"time": "2025-02-03 03:55:00",
|
|
"direction": "short",
|
|
"entry": 2796.38,
|
|
"tp": 2794.1002146063665,
|
|
"sl": 2800.570188410942,
|
|
"exit": 2794.1002146063665,
|
|
"result": "tp",
|
|
"pnl": 51.27315964201062,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6192,
|
|
"time": "2025-02-03 05:15:00",
|
|
"direction": "long",
|
|
"entry": 2800.53,
|
|
"tp": 2802.5442753160296,
|
|
"sl": 2795.7733984678166,
|
|
"exit": 2802.5442753160296,
|
|
"result": "tp",
|
|
"pnl": 40.12436909810372,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6208,
|
|
"time": "2025-02-03 06:35:00",
|
|
"direction": "long",
|
|
"entry": 2807.8,
|
|
"tp": 2809.8195042482484,
|
|
"sl": 2803.031050628965,
|
|
"exit": 2809.8195042482484,
|
|
"result": "tp",
|
|
"pnl": 40.294283533224295,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6224,
|
|
"time": "2025-02-03 07:55:00",
|
|
"direction": "long",
|
|
"entry": 2810.86,
|
|
"tp": 2812.881705146817,
|
|
"sl": 2806.08585332678,
|
|
"exit": 2812.881705146817,
|
|
"result": "tp",
|
|
"pnl": 40.46491750403564,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6232,
|
|
"time": "2025-02-03 08:35:00",
|
|
"direction": "long",
|
|
"entry": 2816.8,
|
|
"tp": 2818.8259774793314,
|
|
"sl": 2812.015764446068,
|
|
"exit": 2818.8259774793314,
|
|
"result": "tp",
|
|
"pnl": 40.63627405753601,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6240,
|
|
"time": "2025-02-03 09:15:00",
|
|
"direction": "short",
|
|
"entry": 2822.0,
|
|
"tp": 2819.6993275660557,
|
|
"sl": 2826.2285782675026,
|
|
"exit": 2819.6993275660557,
|
|
"result": "tp",
|
|
"pnl": 52.430917562253526,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6248,
|
|
"time": "2025-02-03 09:55:00",
|
|
"direction": "long",
|
|
"entry": 2817.34,
|
|
"tp": 2819.366365873196,
|
|
"sl": 2812.554847275094,
|
|
"exit": 2819.366365873196,
|
|
"result": "tp",
|
|
"pnl": 41.03038515879578,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6272,
|
|
"time": "2025-02-03 11:55:00",
|
|
"direction": "short",
|
|
"entry": 2816.49,
|
|
"tp": 2814.1938196656693,
|
|
"sl": 2820.7103219010055,
|
|
"exit": 2820.7103219010055,
|
|
"result": "sl",
|
|
"pnl": -97.30132533177739,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6288,
|
|
"time": "2025-02-03 13:15:00",
|
|
"direction": "long",
|
|
"entry": 2822.22,
|
|
"tp": 2824.2498758029387,
|
|
"sl": 2817.426558767034,
|
|
"exit": 2817.426558767034,
|
|
"result": "sl",
|
|
"pnl": -96.32831207845808,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6304,
|
|
"time": "2025-02-03 14:35:00",
|
|
"direction": "short",
|
|
"entry": 2817.26,
|
|
"tp": 2814.9631919130925,
|
|
"sl": 2821.4814756945093,
|
|
"exit": 2814.9631919130925,
|
|
"result": "tp",
|
|
"pnl": 51.885924631305805,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6344,
|
|
"time": "2025-02-03 18:50:00",
|
|
"direction": "long",
|
|
"entry": 2816.49,
|
|
"tp": 2818.5157545124825,
|
|
"sl": 2811.706290970145,
|
|
"exit": 2818.5157545124825,
|
|
"result": "tp",
|
|
"pnl": 40.60389500937553,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6352,
|
|
"time": "2025-02-03 19:30:00",
|
|
"direction": "long",
|
|
"entry": 2820.29,
|
|
"tp": 2822.3184876544956,
|
|
"sl": 2815.499836804033,
|
|
"exit": 2822.3184876544956,
|
|
"result": "tp",
|
|
"pnl": 40.7758400901225,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6360,
|
|
"time": "2025-02-03 20:10:00",
|
|
"direction": "short",
|
|
"entry": 2821.66,
|
|
"tp": 2819.359604755505,
|
|
"sl": 2825.8880688002414,
|
|
"exit": 2819.359604755505,
|
|
"result": "tp",
|
|
"pnl": 52.61099251545418,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6368,
|
|
"time": "2025-02-03 20:50:00",
|
|
"direction": "long",
|
|
"entry": 2820.94,
|
|
"tp": 2822.9689551656293,
|
|
"sl": 2816.148732801935,
|
|
"exit": 2822.9689551656293,
|
|
"result": "tp",
|
|
"pnl": 41.17130477322715,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6376,
|
|
"time": "2025-02-03 21:30:00",
|
|
"direction": "short",
|
|
"entry": 2821.97,
|
|
"tp": 2819.669352023948,
|
|
"sl": 2826.198533314509,
|
|
"exit": 2819.669352023948,
|
|
"result": "tp",
|
|
"pnl": 53.12124048182914,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6392,
|
|
"time": "2025-02-03 22:50:00",
|
|
"direction": "short",
|
|
"entry": 2818.37,
|
|
"tp": 2816.0722869710644,
|
|
"sl": 2822.5931389552734,
|
|
"exit": 2816.0722869710644,
|
|
"result": "tp",
|
|
"pnl": 53.41026096554767,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6400,
|
|
"time": "2025-02-03 23:30:00",
|
|
"direction": "long",
|
|
"entry": 2816.89,
|
|
"tp": 2818.916042211642,
|
|
"sl": 2812.1056115842384,
|
|
"exit": 2812.1056115842384,
|
|
"result": "sl",
|
|
"pnl": -98.70082354234762,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6416,
|
|
"time": "2025-02-04 00:50:00",
|
|
"direction": "long",
|
|
"entry": 2813.12,
|
|
"tp": 2815.1433306470663,
|
|
"sl": 2808.342014796408,
|
|
"exit": 2808.342014796408,
|
|
"result": "sl",
|
|
"pnl": -97.71381530691853,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6424,
|
|
"time": "2025-02-04 01:30:00",
|
|
"direction": "short",
|
|
"entry": 2809.23,
|
|
"tp": 2806.9397384756876,
|
|
"sl": 2813.439443276547,
|
|
"exit": 2813.439443276547,
|
|
"result": "sl",
|
|
"pnl": -96.73667715384889,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6432,
|
|
"time": "2025-02-04 02:10:00",
|
|
"direction": "long",
|
|
"entry": 2814.16,
|
|
"tp": 2816.18407866488,
|
|
"sl": 2809.380248393051,
|
|
"exit": 2816.18407866488,
|
|
"result": "tp",
|
|
"pnl": 40.55537480510473,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6448,
|
|
"time": "2025-02-04 03:30:00",
|
|
"direction": "long",
|
|
"entry": 2818.06,
|
|
"tp": 2820.0868837316825,
|
|
"sl": 2813.273624380462,
|
|
"exit": 2820.0868837316825,
|
|
"result": "tp",
|
|
"pnl": 40.727114417617614,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6456,
|
|
"time": "2025-02-04 04:10:00",
|
|
"direction": "short",
|
|
"entry": 2816.29,
|
|
"tp": 2813.993982718287,
|
|
"sl": 2820.5100222143815,
|
|
"exit": 2813.993982718287,
|
|
"result": "tp",
|
|
"pnl": 52.54812425853035,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6464,
|
|
"time": "2025-02-04 04:50:00",
|
|
"direction": "short",
|
|
"entry": 2813.59,
|
|
"tp": 2811.2961839286245,
|
|
"sl": 2817.805976444955,
|
|
"exit": 2817.805976444955,
|
|
"result": "sl",
|
|
"pnl": -97.10761651712501,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6472,
|
|
"time": "2025-02-04 05:30:00",
|
|
"direction": "long",
|
|
"entry": 2815.81,
|
|
"tp": 2817.835265423912,
|
|
"sl": 2811.0274459261864,
|
|
"exit": 2817.835265423912,
|
|
"result": "tp",
|
|
"pnl": 40.71088546921231,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6488,
|
|
"time": "2025-02-04 06:50:00",
|
|
"direction": "long",
|
|
"entry": 2822.75,
|
|
"tp": 2824.780257004325,
|
|
"sl": 2817.9556585807077,
|
|
"exit": 2824.780257004325,
|
|
"result": "tp",
|
|
"pnl": 40.883283621846104,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6496,
|
|
"time": "2025-02-04 07:30:00",
|
|
"direction": "long",
|
|
"entry": 2835.74,
|
|
"tp": 2837.7796000345206,
|
|
"sl": 2830.923595523392,
|
|
"exit": 2830.923595523392,
|
|
"result": "sl",
|
|
"pnl": -96.95248204286828,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6512,
|
|
"time": "2025-02-04 08:50:00",
|
|
"direction": "long",
|
|
"entry": 2839.9,
|
|
"tp": 2841.9425921057773,
|
|
"sl": 2835.0765299099644,
|
|
"exit": 2841.9425921057773,
|
|
"result": "tp",
|
|
"pnl": 40.64584770966234,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6520,
|
|
"time": "2025-02-04 09:30:00",
|
|
"direction": "long",
|
|
"entry": 2844.23,
|
|
"tp": 2846.2757064491757,
|
|
"sl": 2839.3991755575257,
|
|
"exit": 2839.3991755575257,
|
|
"result": "sl",
|
|
"pnl": -96.38941569953799,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6544,
|
|
"time": "2025-02-04 11:30:00",
|
|
"direction": "long",
|
|
"entry": 2844.27,
|
|
"tp": 2846.3157352190915,
|
|
"sl": 2839.4391076189354,
|
|
"exit": 2841.6949999999997,
|
|
"result": "timeout",
|
|
"pnl": -50.86445703804005,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6552,
|
|
"time": "2025-02-04 12:10:00",
|
|
"direction": "long",
|
|
"entry": 2844.29,
|
|
"tp": 2846.3357496040494,
|
|
"sl": 2839.45907364964,
|
|
"exit": 2839.45907364964,
|
|
"result": "sl",
|
|
"pnl": -94.9168769721604,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6584,
|
|
"time": "2025-02-04 14:50:00",
|
|
"direction": "long",
|
|
"entry": 2843.05,
|
|
"tp": 2845.094857736656,
|
|
"sl": 2838.2211797459504,
|
|
"exit": 2845.094857736656,
|
|
"result": "tp",
|
|
"pnl": 39.79245136582522,
|
|
"bars_held": 33,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6624,
|
|
"time": "2025-02-04 19:05:00",
|
|
"direction": "short",
|
|
"entry": 2845.07,
|
|
"tp": 2842.750519446619,
|
|
"sl": 2849.3331471196047,
|
|
"exit": 2842.750519446619,
|
|
"result": "tp",
|
|
"pnl": 51.342176061897604,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6632,
|
|
"time": "2025-02-04 19:45:00",
|
|
"direction": "short",
|
|
"entry": 2842.79,
|
|
"tp": 2840.472378246459,
|
|
"sl": 2847.0497306920884,
|
|
"exit": 2847.0497306920884,
|
|
"result": "sl",
|
|
"pnl": -94.87905447671221,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6640,
|
|
"time": "2025-02-04 20:25:00",
|
|
"direction": "long",
|
|
"entry": 2851.0,
|
|
"tp": 2853.0505757574456,
|
|
"sl": 2846.1576769510575,
|
|
"exit": 2853.0505757574456,
|
|
"result": "tp",
|
|
"pnl": 39.77659486212519,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6664,
|
|
"time": "2025-02-04 22:25:00",
|
|
"direction": "long",
|
|
"entry": 2856.36,
|
|
"tp": 2858.4144309261796,
|
|
"sl": 2851.50857317991,
|
|
"exit": 2858.4144309261796,
|
|
"result": "tp",
|
|
"pnl": 39.94503657969627,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6672,
|
|
"time": "2025-02-04 23:05:00",
|
|
"direction": "short",
|
|
"entry": 2854.53,
|
|
"tp": 2852.2028070578076,
|
|
"sl": 2858.807322296929,
|
|
"exit": 2858.807322296929,
|
|
"result": "sl",
|
|
"pnl": -94.72748024636128,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6680,
|
|
"time": "2025-02-04 23:45:00",
|
|
"direction": "long",
|
|
"entry": 2859.57,
|
|
"tp": 2861.6267397119327,
|
|
"sl": 2854.71312110801,
|
|
"exit": 2861.6267397119327,
|
|
"result": "tp",
|
|
"pnl": 39.71304968047558,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6688,
|
|
"time": "2025-02-05 00:25:00",
|
|
"direction": "long",
|
|
"entry": 2861.08,
|
|
"tp": 2863.1378257762585,
|
|
"sl": 2856.220556426212,
|
|
"exit": 2856.220556426212,
|
|
"result": "sl",
|
|
"pnl": -94.17733594070998,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6696,
|
|
"time": "2025-02-05 01:05:00",
|
|
"direction": "short",
|
|
"entry": 2855.08,
|
|
"tp": 2852.752358663109,
|
|
"sl": 2859.3581464351455,
|
|
"exit": 2859.3581464351455,
|
|
"result": "sl",
|
|
"pnl": -93.23556258129538,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6704,
|
|
"time": "2025-02-05 01:45:00",
|
|
"direction": "long",
|
|
"entry": 2860.43,
|
|
"tp": 2862.4873582651244,
|
|
"sl": 2855.57166042831,
|
|
"exit": 2862.4873582651244,
|
|
"result": "tp",
|
|
"pnl": 39.087585979778666,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6720,
|
|
"time": "2025-02-05 03:05:00",
|
|
"direction": "short",
|
|
"entry": 2865.59,
|
|
"tp": 2863.253790248056,
|
|
"sl": 2869.8838949672477,
|
|
"exit": 2869.8838949672477,
|
|
"result": "sl",
|
|
"pnl": -92.6940828152822,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6744,
|
|
"time": "2025-02-05 05:05:00",
|
|
"direction": "short",
|
|
"entry": 2867.65,
|
|
"tp": 2865.312110806095,
|
|
"sl": 2871.946981739477,
|
|
"exit": 2865.312110806095,
|
|
"result": "tp",
|
|
"pnl": 49.928396864303465,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6768,
|
|
"time": "2025-02-05 07:05:00",
|
|
"direction": "long",
|
|
"entry": 2869.03,
|
|
"tp": 2871.0935437970484,
|
|
"sl": 2864.1570536313197,
|
|
"exit": 2864.1570536313197,
|
|
"result": "sl",
|
|
"pnl": -92.2664259557778,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6776,
|
|
"time": "2025-02-05 07:45:00",
|
|
"direction": "short",
|
|
"entry": 2859.37,
|
|
"tp": 2857.038861184462,
|
|
"sl": 2863.654574713235,
|
|
"exit": 2863.654574713235,
|
|
"result": "sl",
|
|
"pnl": -91.34376169622047,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6784,
|
|
"time": "2025-02-05 08:25:00",
|
|
"direction": "long",
|
|
"entry": 2865.35,
|
|
"tp": 2867.410896964783,
|
|
"sl": 2860.48330398166,
|
|
"exit": 2867.410896964783,
|
|
"result": "tp",
|
|
"pnl": 38.29447734499632,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6792,
|
|
"time": "2025-02-05 09:05:00",
|
|
"direction": "long",
|
|
"entry": 2873.6,
|
|
"tp": 2875.6668307599425,
|
|
"sl": 2868.7192916473373,
|
|
"exit": 2875.6668307599425,
|
|
"result": "tp",
|
|
"pnl": 38.45664274803706,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6800,
|
|
"time": "2025-02-05 09:45:00",
|
|
"direction": "long",
|
|
"entry": 2879.85,
|
|
"tp": 2881.9213260593056,
|
|
"sl": 2874.9586762425474,
|
|
"exit": 2881.9213260593056,
|
|
"result": "tp",
|
|
"pnl": 38.619494871976,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6808,
|
|
"time": "2025-02-05 10:25:00",
|
|
"direction": "short",
|
|
"entry": 2868.94,
|
|
"tp": 2866.6010591167114,
|
|
"sl": 2873.238914718203,
|
|
"exit": 2873.238914718203,
|
|
"result": "sl",
|
|
"pnl": -91.58403022890253,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6816,
|
|
"time": "2025-02-05 11:05:00",
|
|
"direction": "long",
|
|
"entry": 2874.93,
|
|
"tp": 2876.9977873596467,
|
|
"sl": 2870.0470326891977,
|
|
"exit": 2870.0470326891977,
|
|
"result": "sl",
|
|
"pnl": -90.66818992661884,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6832,
|
|
"time": "2025-02-05 12:25:00",
|
|
"direction": "short",
|
|
"entry": 2870.09,
|
|
"tp": 2867.7501215641605,
|
|
"sl": 2874.3906379162922,
|
|
"exit": 2867.7501215641605,
|
|
"result": "tp",
|
|
"pnl": 48.83717743499794,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6848,
|
|
"time": "2025-02-05 13:45:00",
|
|
"direction": "short",
|
|
"entry": 2866.5,
|
|
"tp": 2864.163048358646,
|
|
"sl": 2870.7952585413877,
|
|
"exit": 2864.163048358646,
|
|
"result": "tp",
|
|
"pnl": 49.10288931442202,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6856,
|
|
"time": "2025-02-05 14:25:00",
|
|
"direction": "long",
|
|
"entry": 2864.75,
|
|
"tp": 2866.8104654160443,
|
|
"sl": 2859.88432306052,
|
|
"exit": 2866.8104654160443,
|
|
"result": "tp",
|
|
"pnl": 38.42600043358638,
|
|
"bars_held": 18,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6872,
|
|
"time": "2025-02-05 15:45:00",
|
|
"direction": "long",
|
|
"entry": 2865.14,
|
|
"tp": 2867.2007459227248,
|
|
"sl": 2860.2736606592607,
|
|
"exit": 2867.2007459227248,
|
|
"result": "tp",
|
|
"pnl": 38.588722796699166,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6904,
|
|
"time": "2025-02-05 19:20:00",
|
|
"direction": "short",
|
|
"entry": 2866.67,
|
|
"tp": 2864.3329097639207,
|
|
"sl": 2870.9655132750186,
|
|
"exit": 2870.9655132750186,
|
|
"result": "sl",
|
|
"pnl": -91.5110559271502,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6912,
|
|
"time": "2025-02-05 20:00:00",
|
|
"direction": "long",
|
|
"entry": 2871.47,
|
|
"tp": 2873.5352987619194,
|
|
"sl": 2866.5929093772897,
|
|
"exit": 2866.5929093772897,
|
|
"result": "sl",
|
|
"pnl": -90.59594536787145,
|
|
"bars_held": 16,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6928,
|
|
"time": "2025-02-05 21:20:00",
|
|
"direction": "short",
|
|
"entry": 2866.33,
|
|
"tp": 2863.9931869533707,
|
|
"sl": 2870.625003807757,
|
|
"exit": 2870.625003807757,
|
|
"result": "sl",
|
|
"pnl": -89.68998591419229,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6936,
|
|
"time": "2025-02-05 22:00:00",
|
|
"direction": "long",
|
|
"entry": 2870.53,
|
|
"tp": 2872.5946226688957,
|
|
"sl": 2865.65450593417,
|
|
"exit": 2865.65450593417,
|
|
"result": "sl",
|
|
"pnl": -88.79308605505747,
|
|
"bars_held": 21,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6984,
|
|
"time": "2025-02-06 02:00:00",
|
|
"direction": "short",
|
|
"entry": 2854.79,
|
|
"tp": 2852.4625950894047,
|
|
"sl": 2859.0677118895405,
|
|
"exit": 2852.4625950894047,
|
|
"result": "tp",
|
|
"pnl": 47.82717844242171,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 6992,
|
|
"time": "2025-02-06 02:40:00",
|
|
"direction": "long",
|
|
"entry": 2856.22,
|
|
"tp": 2858.2743302314734,
|
|
"sl": 2851.368810964977,
|
|
"exit": 2858.2743302314734,
|
|
"result": "tp",
|
|
"pnl": 37.42767900678023,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7024,
|
|
"time": "2025-02-06 05:20:00",
|
|
"direction": "long",
|
|
"entry": 2860.95,
|
|
"tp": 2863.0077322740317,
|
|
"sl": 2856.090777226632,
|
|
"exit": 2863.0077322740317,
|
|
"result": "tp",
|
|
"pnl": 37.58617378388579,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7032,
|
|
"time": "2025-02-06 06:00:00",
|
|
"direction": "long",
|
|
"entry": 2869.06,
|
|
"tp": 2871.123565374485,
|
|
"sl": 2864.1870026773768,
|
|
"exit": 2864.1870026773768,
|
|
"result": "sl",
|
|
"pnl": -89.13356550683282,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7048,
|
|
"time": "2025-02-06 07:20:00",
|
|
"direction": "short",
|
|
"entry": 2862.53,
|
|
"tp": 2860.1962849531046,
|
|
"sl": 2866.8193097618973,
|
|
"exit": 2860.1962849531046,
|
|
"result": "tp",
|
|
"pnl": 48.010573031124174,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7056,
|
|
"time": "2025-02-06 08:00:00",
|
|
"direction": "short",
|
|
"entry": 2856.87,
|
|
"tp": 2854.5408993421815,
|
|
"sl": 2861.1508286304324,
|
|
"exit": 2854.5408993421815,
|
|
"result": "tp",
|
|
"pnl": 48.27178754561008,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7064,
|
|
"time": "2025-02-06 08:40:00",
|
|
"direction": "short",
|
|
"entry": 2854.53,
|
|
"tp": 2852.2028070578076,
|
|
"sl": 2858.807322296929,
|
|
"exit": 2852.2028070578076,
|
|
"result": "tp",
|
|
"pnl": 48.53442326834357,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7080,
|
|
"time": "2025-02-06 10:00:00",
|
|
"direction": "long",
|
|
"entry": 2850.19,
|
|
"tp": 2852.239993166648,
|
|
"sl": 2845.3490527075182,
|
|
"exit": 2852.239993166648,
|
|
"result": "tp",
|
|
"pnl": 37.98114114244824,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7096,
|
|
"time": "2025-02-06 11:20:00",
|
|
"direction": "long",
|
|
"entry": 2850.96,
|
|
"tp": 2853.01054698753,
|
|
"sl": 2846.1177448896483,
|
|
"exit": 2853.01054698753,
|
|
"result": "tp",
|
|
"pnl": 38.14197966247282,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7104,
|
|
"time": "2025-02-06 12:00:00",
|
|
"direction": "long",
|
|
"entry": 2851.92,
|
|
"tp": 2853.971237465512,
|
|
"sl": 2847.0761143634727,
|
|
"exit": 2853.971237465512,
|
|
"result": "tp",
|
|
"pnl": 38.30349928445057,
|
|
"bars_held": 22,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7112,
|
|
"time": "2025-02-06 12:40:00",
|
|
"direction": "long",
|
|
"entry": 2852.54,
|
|
"tp": 2854.5916833992087,
|
|
"sl": 2847.695061315317,
|
|
"exit": 2854.5916833992087,
|
|
"result": "tp",
|
|
"pnl": 38.465702892647066,
|
|
"bars_held": 16,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7128,
|
|
"time": "2025-02-06 14:00:00",
|
|
"direction": "long",
|
|
"entry": 2854.97,
|
|
"tp": 2857.023431171601,
|
|
"sl": 2850.120934045935,
|
|
"exit": 2857.023431171601,
|
|
"result": "tp",
|
|
"pnl": 38.62859338352665,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7144,
|
|
"time": "2025-02-06 15:20:00",
|
|
"direction": "short",
|
|
"entry": 2854.78,
|
|
"tp": 2852.452603242036,
|
|
"sl": 2859.0576969052095,
|
|
"exit": 2859.0576969052095,
|
|
"result": "sl",
|
|
"pnl": -91.60560685386848,
|
|
"bars_held": 21,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7160,
|
|
"time": "2025-02-06 17:35:00",
|
|
"direction": "long",
|
|
"entry": 2857.74,
|
|
"tp": 2859.7954234882786,
|
|
"sl": 2852.886229298532,
|
|
"exit": 2859.7954234882786,
|
|
"result": "tp",
|
|
"pnl": 38.40425192917739,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7168,
|
|
"time": "2025-02-06 18:15:00",
|
|
"direction": "long",
|
|
"entry": 2859.3,
|
|
"tp": 2861.356545515,
|
|
"sl": 2854.4435796934968,
|
|
"exit": 2861.356545515,
|
|
"result": "tp",
|
|
"pnl": 38.56688219401808,
|
|
"bars_held": 12,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7176,
|
|
"time": "2025-02-06 18:55:00",
|
|
"direction": "short",
|
|
"entry": 2858.57,
|
|
"tp": 2856.2395133949326,
|
|
"sl": 2862.8533759667384,
|
|
"exit": 2862.8533759667384,
|
|
"result": "sl",
|
|
"pnl": -91.45926212656951,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7184,
|
|
"time": "2025-02-06 19:35:00",
|
|
"direction": "long",
|
|
"entry": 2863.73,
|
|
"tp": 2865.7897317831885,
|
|
"sl": 2858.8660554945814,
|
|
"exit": 2865.7897317831885,
|
|
"result": "tp",
|
|
"pnl": 38.342899136822105,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7224,
|
|
"time": "2025-02-06 22:55:00",
|
|
"direction": "short",
|
|
"entry": 2865.96,
|
|
"tp": 2863.6234886007132,
|
|
"sl": 2870.2544493875025,
|
|
"exit": 2863.6234886007132,
|
|
"result": "tp",
|
|
"pnl": 49.47189254837133,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7232,
|
|
"time": "2025-02-06 23:35:00",
|
|
"direction": "short",
|
|
"entry": 2863.17,
|
|
"tp": 2860.8357631847284,
|
|
"sl": 2867.460268759095,
|
|
"exit": 2860.8357631847284,
|
|
"result": "tp",
|
|
"pnl": 49.74105776712997,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7264,
|
|
"time": "2025-02-07 02:15:00",
|
|
"direction": "long",
|
|
"entry": 2865.89,
|
|
"tp": 2867.951285358648,
|
|
"sl": 2861.022386810686,
|
|
"exit": 2867.951285358648,
|
|
"result": "tp",
|
|
"pnl": 38.925406101617256,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7288,
|
|
"time": "2025-02-07 04:15:00",
|
|
"direction": "short",
|
|
"entry": 2864.17,
|
|
"tp": 2861.8349479216404,
|
|
"sl": 2868.461767192216,
|
|
"exit": 2861.8349479216404,
|
|
"result": "tp",
|
|
"pnl": 50.22347165741441,
|
|
"bars_held": 35,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7312,
|
|
"time": "2025-02-07 06:15:00",
|
|
"direction": "short",
|
|
"entry": 2864.98,
|
|
"tp": 2862.6442875585394,
|
|
"sl": 2869.2729809230436,
|
|
"exit": 2862.6442875585394,
|
|
"result": "tp",
|
|
"pnl": 50.49672604569148,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7320,
|
|
"time": "2025-02-07 06:55:00",
|
|
"direction": "short",
|
|
"entry": 2864.11,
|
|
"tp": 2861.774996837426,
|
|
"sl": 2868.4016772862287,
|
|
"exit": 2861.774996837426,
|
|
"result": "tp",
|
|
"pnl": 50.77146714841718,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7328,
|
|
"time": "2025-02-07 07:35:00",
|
|
"direction": "long",
|
|
"entry": 2866.92,
|
|
"tp": 2868.982026183983,
|
|
"sl": 2862.050637391977,
|
|
"exit": 2862.050637391977,
|
|
"result": "sl",
|
|
"pnl": -93.8243987093511,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7336,
|
|
"time": "2025-02-07 08:15:00",
|
|
"direction": "long",
|
|
"entry": 2869.19,
|
|
"tp": 2871.253658876712,
|
|
"sl": 2864.316781876957,
|
|
"exit": 2871.253658876712,
|
|
"result": "tp",
|
|
"pnl": 39.33444653541332,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7344,
|
|
"time": "2025-02-07 08:55:00",
|
|
"direction": "long",
|
|
"entry": 2876.52,
|
|
"tp": 2878.588930963805,
|
|
"sl": 2871.6343321302197,
|
|
"exit": 2878.588930963805,
|
|
"result": "tp",
|
|
"pnl": 39.50101589000589,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7352,
|
|
"time": "2025-02-07 09:35:00",
|
|
"direction": "long",
|
|
"entry": 2885.68,
|
|
"tp": 2887.7555192745513,
|
|
"sl": 2880.778774192959,
|
|
"exit": 2880.778774192959,
|
|
"result": "sl",
|
|
"pnl": -93.67450934651876,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7360,
|
|
"time": "2025-02-07 10:15:00",
|
|
"direction": "short",
|
|
"entry": 2871.32,
|
|
"tp": 2868.9791187905626,
|
|
"sl": 2875.6224809890314,
|
|
"exit": 2868.9791187905626,
|
|
"result": "tp",
|
|
"pnl": 50.45649017361746,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7368,
|
|
"time": "2025-02-07 10:55:00",
|
|
"direction": "short",
|
|
"entry": 2860.65,
|
|
"tp": 2858.31781764771,
|
|
"sl": 2864.93649270763,
|
|
"exit": 2858.31781764771,
|
|
"result": "tp",
|
|
"pnl": 50.731012362193894,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7384,
|
|
"time": "2025-02-07 12:15:00",
|
|
"direction": "long",
|
|
"entry": 2864.7,
|
|
"tp": 2866.7604294536495,
|
|
"sl": 2859.834407983758,
|
|
"exit": 2859.834407983758,
|
|
"result": "sl",
|
|
"pnl": -93.74963927840821,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7392,
|
|
"time": "2025-02-07 12:55:00",
|
|
"direction": "short",
|
|
"entry": 2861.12,
|
|
"tp": 2858.7874344740585,
|
|
"sl": 2865.4071969711968,
|
|
"exit": 2858.7874344740585,
|
|
"result": "tp",
|
|
"pnl": 50.496957881392746,
|
|
"bars_held": 38,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7400,
|
|
"time": "2025-02-07 13:35:00",
|
|
"direction": "short",
|
|
"entry": 2859.83,
|
|
"tp": 2857.4984861634416,
|
|
"sl": 2864.1152639924703,
|
|
"exit": 2864.1152639924703,
|
|
"result": "sl",
|
|
"pnl": -93.31711246443409,
|
|
"bars_held": 33,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7424,
|
|
"time": "2025-02-07 15:35:00",
|
|
"direction": "short",
|
|
"entry": 2860.06,
|
|
"tp": 2857.7282986529317,
|
|
"sl": 2864.3456086320884,
|
|
"exit": 2864.3456086320884,
|
|
"result": "sl",
|
|
"pnl": -92.38394133979568,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7432,
|
|
"time": "2025-02-09 17:10:00",
|
|
"direction": "long",
|
|
"entry": 2862.79,
|
|
"tp": 2864.8490556901643,
|
|
"sl": 2857.927652051462,
|
|
"exit": 2864.8490556901643,
|
|
"result": "tp",
|
|
"pnl": 38.730556777857544,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7440,
|
|
"time": "2025-02-09 17:50:00",
|
|
"direction": "short",
|
|
"entry": 2867.51,
|
|
"tp": 2865.172224942927,
|
|
"sl": 2871.8067719588403,
|
|
"exit": 2865.172224942927,
|
|
"result": "tp",
|
|
"pnl": 49.9720674854415,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7456,
|
|
"time": "2025-02-09 19:10:00",
|
|
"direction": "long",
|
|
"entry": 2871.91,
|
|
"tp": 2873.9756152309947,
|
|
"sl": 2867.0321620527925,
|
|
"exit": 2867.0321620527925,
|
|
"result": "sl",
|
|
"pnl": -92.34712816902702,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7488,
|
|
"time": "2025-02-09 21:50:00",
|
|
"direction": "long",
|
|
"entry": 2874.87,
|
|
"tp": 2876.937744204773,
|
|
"sl": 2869.987134597084,
|
|
"exit": 2876.937744204773,
|
|
"result": "tp",
|
|
"pnl": 38.71512341812069,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7520,
|
|
"time": "2025-02-10 00:30:00",
|
|
"direction": "long",
|
|
"entry": 2884.94,
|
|
"tp": 2887.014987031107,
|
|
"sl": 2880.0400310568866,
|
|
"exit": 2887.014987031107,
|
|
"result": "tp",
|
|
"pnl": 38.87907012866874,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7536,
|
|
"time": "2025-02-10 01:50:00",
|
|
"direction": "long",
|
|
"entry": 2892.84,
|
|
"tp": 2894.9206690895016,
|
|
"sl": 2887.9266131852323,
|
|
"exit": 2894.9206690895016,
|
|
"result": "tp",
|
|
"pnl": 39.043711103401215,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7552,
|
|
"time": "2025-02-10 03:10:00",
|
|
"direction": "long",
|
|
"entry": 2900.86,
|
|
"tp": 2902.9464374576446,
|
|
"sl": 2895.932991497806,
|
|
"exit": 2902.9464374576446,
|
|
"result": "tp",
|
|
"pnl": 39.20904928233535,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7560,
|
|
"time": "2025-02-10 03:50:00",
|
|
"direction": "long",
|
|
"entry": 2902.89,
|
|
"tp": 2904.9778975308773,
|
|
"sl": 2897.95954361433,
|
|
"exit": 2904.9778975308773,
|
|
"result": "tp",
|
|
"pnl": 39.37508761789544,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7568,
|
|
"time": "2025-02-10 04:30:00",
|
|
"direction": "short",
|
|
"entry": 2898.99,
|
|
"tp": 2896.6265604609207,
|
|
"sl": 2903.333942633489,
|
|
"exit": 2903.333942633489,
|
|
"result": "sl",
|
|
"pnl": -93.3758773028407,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7584,
|
|
"time": "2025-02-10 05:50:00",
|
|
"direction": "long",
|
|
"entry": 2903.42,
|
|
"tp": 2905.5082787322635,
|
|
"sl": 2898.4886434280043,
|
|
"exit": 2905.5082787322635,
|
|
"result": "tp",
|
|
"pnl": 39.14641078429516,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7616,
|
|
"time": "2025-02-10 08:30:00",
|
|
"direction": "long",
|
|
"entry": 2904.31,
|
|
"tp": 2906.3989188628925,
|
|
"sl": 2899.377131794362,
|
|
"exit": 2906.3989188628925,
|
|
"result": "tp",
|
|
"pnl": 39.31218386496787,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7624,
|
|
"time": "2025-02-10 09:10:00",
|
|
"direction": "long",
|
|
"entry": 2909.91,
|
|
"tp": 2912.002946651122,
|
|
"sl": 2904.96762039167,
|
|
"exit": 2904.96762039167,
|
|
"result": "sl",
|
|
"pnl": -93.22670447630517,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7640,
|
|
"time": "2025-02-10 10:30:00",
|
|
"direction": "short",
|
|
"entry": 2903.56,
|
|
"tp": 2901.1928347086096,
|
|
"sl": 2907.9107904728526,
|
|
"exit": 2901.1928347086096,
|
|
"result": "tp",
|
|
"pnl": 50.21528621972736,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7656,
|
|
"time": "2025-02-10 11:50:00",
|
|
"direction": "long",
|
|
"entry": 2902.74,
|
|
"tp": 2904.8277896436925,
|
|
"sl": 2897.809798384045,
|
|
"exit": 2904.8277896436925,
|
|
"result": "tp",
|
|
"pnl": 39.29651873836193,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7664,
|
|
"time": "2025-02-10 12:30:00",
|
|
"direction": "long",
|
|
"entry": 2906.68,
|
|
"tp": 2908.770623480411,
|
|
"sl": 2901.7431064328653,
|
|
"exit": 2908.770623480411,
|
|
"result": "tp",
|
|
"pnl": 39.46292748032535,
|
|
"bars_held": 43,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7704,
|
|
"time": "2025-02-10 15:50:00",
|
|
"direction": "long",
|
|
"entry": 2907.46,
|
|
"tp": 2909.551184493772,
|
|
"sl": 2902.521781630348,
|
|
"exit": 2909.551184493772,
|
|
"result": "tp",
|
|
"pnl": 39.63004091243936,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7720,
|
|
"time": "2025-02-10 18:05:00",
|
|
"direction": "short",
|
|
"entry": 2918.4,
|
|
"tp": 2916.0207362043857,
|
|
"sl": 2922.7730272203685,
|
|
"exit": 2922.7730272203685,
|
|
"result": "sl",
|
|
"pnl": -93.98048516505236,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7736,
|
|
"time": "2025-02-10 19:25:00",
|
|
"direction": "long",
|
|
"entry": 2928.26,
|
|
"tp": 2930.366144850052,
|
|
"sl": 2923.2864535632075,
|
|
"exit": 2930.366144850052,
|
|
"result": "tp",
|
|
"pnl": 39.39988339864585,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7744,
|
|
"time": "2025-02-10 20:05:00",
|
|
"direction": "long",
|
|
"entry": 2936.44,
|
|
"tp": 2938.552028297858,
|
|
"sl": 2931.452560121418,
|
|
"exit": 2938.552028297858,
|
|
"result": "tp",
|
|
"pnl": 39.56672985834483,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7752,
|
|
"time": "2025-02-10 20:45:00",
|
|
"direction": "short",
|
|
"entry": 2917.14,
|
|
"tp": 2914.761763435876,
|
|
"sl": 2921.5111391946357,
|
|
"exit": 2921.5111391946357,
|
|
"result": "sl",
|
|
"pnl": -93.83034644596981,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7760,
|
|
"time": "2025-02-10 21:25:00",
|
|
"direction": "long",
|
|
"entry": 2921.46,
|
|
"tp": 2923.561253964345,
|
|
"sl": 2916.4980031236187,
|
|
"exit": 2923.561253964345,
|
|
"result": "tp",
|
|
"pnl": 39.33694003316871,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7768,
|
|
"time": "2025-02-10 22:05:00",
|
|
"direction": "short",
|
|
"entry": 2919.43,
|
|
"tp": 2917.049896483405,
|
|
"sl": 2923.8045706064827,
|
|
"exit": 2917.049896483405,
|
|
"result": "tp",
|
|
"pnl": 50.75445295773194,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7784,
|
|
"time": "2025-02-10 23:25:00",
|
|
"direction": "long",
|
|
"entry": 2918.87,
|
|
"tp": 2920.969391112289,
|
|
"sl": 2913.9124021473635,
|
|
"exit": 2920.969391112289,
|
|
"result": "tp",
|
|
"pnl": 39.718449537095175,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7792,
|
|
"time": "2025-02-11 00:05:00",
|
|
"direction": "long",
|
|
"entry": 2928.22,
|
|
"tp": 2930.3261160801358,
|
|
"sl": 2923.246521501798,
|
|
"exit": 2923.246521501798,
|
|
"result": "sl",
|
|
"pnl": -94.19014140678858,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7800,
|
|
"time": "2025-02-11 00:45:00",
|
|
"direction": "short",
|
|
"entry": 2917.15,
|
|
"tp": 2914.7717552832455,
|
|
"sl": 2921.521154178967,
|
|
"exit": 2914.7717552832455,
|
|
"result": "tp",
|
|
"pnl": 50.734228313530174,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7808,
|
|
"time": "2025-02-11 01:25:00",
|
|
"direction": "short",
|
|
"entry": 2911.34,
|
|
"tp": 2908.9664919617862,
|
|
"sl": 2915.702448282534,
|
|
"exit": 2908.9664919617862,
|
|
"result": "tp",
|
|
"pnl": 51.01026161160975,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7816,
|
|
"time": "2025-02-11 02:05:00",
|
|
"direction": "long",
|
|
"entry": 2912.43,
|
|
"tp": 2914.524759155825,
|
|
"sl": 2907.4833402604586,
|
|
"exit": 2907.4833402604586,
|
|
"result": "sl",
|
|
"pnl": -94.26568489197898,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7832,
|
|
"time": "2025-02-11 03:25:00",
|
|
"direction": "short",
|
|
"entry": 2909.99,
|
|
"tp": 2907.6175925669545,
|
|
"sl": 2914.3504253978203,
|
|
"exit": 2907.6175925669545,
|
|
"result": "tp",
|
|
"pnl": 50.774918776111804,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7840,
|
|
"time": "2025-02-11 04:05:00",
|
|
"direction": "long",
|
|
"entry": 2905.76,
|
|
"tp": 2907.849961772345,
|
|
"sl": 2900.824669020451,
|
|
"exit": 2900.824669020451,
|
|
"result": "sl",
|
|
"pnl": -93.83077723081509,
|
|
"bars_held": 24,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7864,
|
|
"time": "2025-02-11 06:05:00",
|
|
"direction": "short",
|
|
"entry": 2898.86,
|
|
"tp": 2896.4966664451226,
|
|
"sl": 2903.203747837184,
|
|
"exit": 2903.203747837184,
|
|
"result": "sl",
|
|
"pnl": -92.89246945851062,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7872,
|
|
"time": "2025-02-11 06:45:00",
|
|
"direction": "short",
|
|
"entry": 2896.61,
|
|
"tp": 2894.2485007870705,
|
|
"sl": 2900.9503763626617,
|
|
"exit": 2894.2485007870705,
|
|
"result": "tp",
|
|
"pnl": 50.03525510977954,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7880,
|
|
"time": "2025-02-11 07:25:00",
|
|
"direction": "long",
|
|
"entry": 2889.76,
|
|
"tp": 2891.838453805976,
|
|
"sl": 2884.851844456713,
|
|
"exit": 2891.838453805976,
|
|
"result": "tp",
|
|
"pnl": 39.15563343394601,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7888,
|
|
"time": "2025-02-11 08:05:00",
|
|
"direction": "long",
|
|
"entry": 2900.66,
|
|
"tp": 2902.7462936080647,
|
|
"sl": 2895.733331190759,
|
|
"exit": 2902.7462936080647,
|
|
"result": "tp",
|
|
"pnl": 39.32144556972408,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7896,
|
|
"time": "2025-02-11 08:45:00",
|
|
"direction": "long",
|
|
"entry": 2900.98,
|
|
"tp": 2903.066523767392,
|
|
"sl": 2896.052787682034,
|
|
"exit": 2896.052787682034,
|
|
"result": "sl",
|
|
"pnl": -93.2486681050615,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7904,
|
|
"time": "2025-02-11 09:25:00",
|
|
"direction": "long",
|
|
"entry": 2898.21,
|
|
"tp": 2900.2945314507147,
|
|
"sl": 2893.287492429437,
|
|
"exit": 2900.2945314507147,
|
|
"result": "tp",
|
|
"pnl": 39.093080270510214,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7912,
|
|
"time": "2025-02-11 10:05:00",
|
|
"direction": "long",
|
|
"entry": 2906.09,
|
|
"tp": 2908.1801991241514,
|
|
"sl": 2901.154108527078,
|
|
"exit": 2908.1801991241514,
|
|
"result": "tp",
|
|
"pnl": 39.25862751276064,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7920,
|
|
"time": "2025-02-11 10:45:00",
|
|
"direction": "short",
|
|
"entry": 2904.46,
|
|
"tp": 2902.0921009718304,
|
|
"sl": 2908.8121390626616,
|
|
"exit": 2902.0921009718304,
|
|
"result": "tp",
|
|
"pnl": 50.65341029580561,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7928,
|
|
"time": "2025-02-11 11:25:00",
|
|
"direction": "long",
|
|
"entry": 2904.98,
|
|
"tp": 2907.0694007589846,
|
|
"sl": 2900.0459938229683,
|
|
"exit": 2900.0459938229683,
|
|
"result": "sl",
|
|
"pnl": -93.60623260480166,
|
|
"bars_held": 28,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7952,
|
|
"time": "2025-02-11 13:25:00",
|
|
"direction": "short",
|
|
"entry": 2901.1,
|
|
"tp": 2898.7348402558055,
|
|
"sl": 2905.4471043273747,
|
|
"exit": 2898.7348402558055,
|
|
"result": "tp",
|
|
"pnl": 50.41971384277871,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 7960,
|
|
"time": "2025-02-11 14:05:00",
|
|
"direction": "short",
|
|
"entry": 2899.11,
|
|
"tp": 2896.746462629351,
|
|
"sl": 2903.4541224454642,
|
|
"exit": 2896.746462629351,
|
|
"result": "tp",
|
|
"pnl": 50.6940359397683,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8000,
|
|
"time": "2025-02-11 18:20:00",
|
|
"direction": "short",
|
|
"entry": 2895.4,
|
|
"tp": 2893.0394872554066,
|
|
"sl": 2899.738563258585,
|
|
"exit": 2893.0394872554066,
|
|
"result": "tp",
|
|
"pnl": 50.969850560370354,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8008,
|
|
"time": "2025-02-11 19:00:00",
|
|
"direction": "long",
|
|
"entry": 2897.27,
|
|
"tp": 2899.35385535769,
|
|
"sl": 2892.3490889863174,
|
|
"exit": 2892.3490889863174,
|
|
"result": "sl",
|
|
"pnl": -94.19100628217588,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8016,
|
|
"time": "2025-02-11 19:40:00",
|
|
"direction": "long",
|
|
"entry": 2893.01,
|
|
"tp": 2895.0907913616447,
|
|
"sl": 2888.0963244462223,
|
|
"exit": 2895.0907913616447,
|
|
"result": "tp",
|
|
"pnl": 39.4881411625175,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8032,
|
|
"time": "2025-02-11 21:00:00",
|
|
"direction": "short",
|
|
"entry": 2891.99,
|
|
"tp": 2889.632267302536,
|
|
"sl": 2896.323453601642,
|
|
"exit": 2889.632267302536,
|
|
"result": "tp",
|
|
"pnl": 50.94954008448299,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8056,
|
|
"time": "2025-02-11 23:00:00",
|
|
"direction": "short",
|
|
"entry": 2885.24,
|
|
"tp": 2882.887770328379,
|
|
"sl": 2889.5633391780752,
|
|
"exit": 2889.5633391780752,
|
|
"result": "sl",
|
|
"pnl": -94.15347303182564,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8064,
|
|
"time": "2025-02-11 23:40:00",
|
|
"direction": "long",
|
|
"entry": 2887.12,
|
|
"tp": 2889.1965549915244,
|
|
"sl": 2882.216328403696,
|
|
"exit": 2889.1965549915244,
|
|
"result": "tp",
|
|
"pnl": 39.47240592040517,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8072,
|
|
"time": "2025-02-12 00:20:00",
|
|
"direction": "long",
|
|
"entry": 2891.32,
|
|
"tp": 2893.399575832697,
|
|
"sl": 2886.4091948516775,
|
|
"exit": 2893.399575832697,
|
|
"result": "tp",
|
|
"pnl": 39.63955949081452,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8080,
|
|
"time": "2025-02-12 01:00:00",
|
|
"direction": "long",
|
|
"entry": 2893.03,
|
|
"tp": 2895.1108057466026,
|
|
"sl": 2888.1162904769267,
|
|
"exit": 2895.1108057466026,
|
|
"result": "tp",
|
|
"pnl": 39.80742090548273,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8088,
|
|
"time": "2025-02-12 01:40:00",
|
|
"direction": "short",
|
|
"entry": 2892.87,
|
|
"tp": 2890.511549871019,
|
|
"sl": 2897.204772222789,
|
|
"exit": 2890.511549871019,
|
|
"result": "tp",
|
|
"pnl": 51.36149049753281,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8096,
|
|
"time": "2025-02-12 02:20:00",
|
|
"direction": "short",
|
|
"entry": 2890.0,
|
|
"tp": 2887.643889676081,
|
|
"sl": 2894.3304717197316,
|
|
"exit": 2887.643889676081,
|
|
"result": "tp",
|
|
"pnl": 51.640936585270474,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8104,
|
|
"time": "2025-02-12 03:00:00",
|
|
"direction": "short",
|
|
"entry": 2891.76,
|
|
"tp": 2889.4024548130465,
|
|
"sl": 2896.093108962025,
|
|
"exit": 2889.4024548130465,
|
|
"result": "tp",
|
|
"pnl": 51.92190307506955,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8112,
|
|
"time": "2025-02-12 03:40:00",
|
|
"direction": "short",
|
|
"entry": 2890.45,
|
|
"tp": 2888.0935228076914,
|
|
"sl": 2894.781146014636,
|
|
"exit": 2888.0935228076914,
|
|
"result": "tp",
|
|
"pnl": 52.204398239078074,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8120,
|
|
"time": "2025-02-12 04:20:00",
|
|
"direction": "long",
|
|
"entry": 2888.15,
|
|
"tp": 2890.2272958168596,
|
|
"sl": 2883.2445789849867,
|
|
"exit": 2883.2445789849867,
|
|
"result": "sl",
|
|
"pnl": -96.47241944864592,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8128,
|
|
"time": "2025-02-12 05:00:00",
|
|
"direction": "short",
|
|
"entry": 2881.78,
|
|
"tp": 2879.4305911386637,
|
|
"sl": 2886.098154599477,
|
|
"exit": 2879.4305911386637,
|
|
"result": "tp",
|
|
"pnl": 51.96354609053079,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8136,
|
|
"time": "2025-02-12 05:40:00",
|
|
"direction": "long",
|
|
"entry": 2883.63,
|
|
"tp": 2885.7040448163602,
|
|
"sl": 2878.7322560457305,
|
|
"exit": 2878.7322560457305,
|
|
"result": "sl",
|
|
"pnl": -96.02733071506833,
|
|
"bars_held": 18,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8144,
|
|
"time": "2025-02-12 06:20:00",
|
|
"direction": "long",
|
|
"entry": 2883.4,
|
|
"tp": 2885.473879389344,
|
|
"sl": 2878.502646692627,
|
|
"exit": 2885.473879389344,
|
|
"result": "tp",
|
|
"pnl": 40.25799214179827,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8152,
|
|
"time": "2025-02-12 07:00:00",
|
|
"direction": "long",
|
|
"entry": 2885.04,
|
|
"tp": 2887.1150589558965,
|
|
"sl": 2880.13986121041,
|
|
"exit": 2880.13986121041,
|
|
"result": "sl",
|
|
"pnl": -95.46963732933384,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8160,
|
|
"time": "2025-02-12 07:40:00",
|
|
"direction": "short",
|
|
"entry": 2867.96,
|
|
"tp": 2865.6218580745376,
|
|
"sl": 2872.2574462537445,
|
|
"exit": 2872.2574462537445,
|
|
"result": "sl",
|
|
"pnl": -94.51494095604072,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8168,
|
|
"time": "2025-02-12 08:25:00",
|
|
"direction": "long",
|
|
"entry": 2894.74,
|
|
"tp": 2896.822035660508,
|
|
"sl": 2889.823386102176,
|
|
"exit": 2896.822035660508,
|
|
"result": "tp",
|
|
"pnl": 39.62394582830882,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8176,
|
|
"time": "2025-02-12 09:05:00",
|
|
"direction": "short",
|
|
"entry": 2889.24,
|
|
"tp": 2886.8845092760275,
|
|
"sl": 2893.5693329105593,
|
|
"exit": 2893.5693329105593,
|
|
"result": "sl",
|
|
"pnl": -93.96603100475944,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8184,
|
|
"time": "2025-02-12 09:45:00",
|
|
"direction": "long",
|
|
"entry": 2894.47,
|
|
"tp": 2896.5518414635753,
|
|
"sl": 2889.553844687663,
|
|
"exit": 2896.5518414635753,
|
|
"result": "tp",
|
|
"pnl": 39.39382371264881,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8200,
|
|
"time": "2025-02-12 11:05:00",
|
|
"direction": "long",
|
|
"entry": 2903.8,
|
|
"tp": 2905.888552046465,
|
|
"sl": 2898.867998011393,
|
|
"exit": 2905.888552046465,
|
|
"result": "tp",
|
|
"pnl": 39.560644511434134,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8224,
|
|
"time": "2025-02-12 13:05:00",
|
|
"direction": "short",
|
|
"entry": 2897.74,
|
|
"tp": 2895.3775795397805,
|
|
"sl": 2902.082069592088,
|
|
"exit": 2895.3775795397805,
|
|
"result": "tp",
|
|
"pnl": 51.04308746791095,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8232,
|
|
"time": "2025-02-12 13:45:00",
|
|
"direction": "long",
|
|
"entry": 2896.21,
|
|
"tp": 2898.2930929549184,
|
|
"sl": 2891.2908893589697,
|
|
"exit": 2898.2930929549184,
|
|
"result": "tp",
|
|
"pnl": 39.94432361432073,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8240,
|
|
"time": "2025-02-12 14:25:00",
|
|
"direction": "long",
|
|
"entry": 2899.67,
|
|
"tp": 2901.7555815526457,
|
|
"sl": 2894.745012670878,
|
|
"exit": 2901.7555815526457,
|
|
"result": "tp",
|
|
"pnl": 40.113475611868765,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8272,
|
|
"time": "2025-02-12 18:00:00",
|
|
"direction": "long",
|
|
"entry": 2906.16,
|
|
"tp": 2908.250249471504,
|
|
"sl": 2901.223989634544,
|
|
"exit": 2908.250249471504,
|
|
"result": "tp",
|
|
"pnl": 40.283343916409734,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8288,
|
|
"time": "2025-02-12 19:20:00",
|
|
"direction": "short",
|
|
"entry": 2902.41,
|
|
"tp": 2900.0437722611605,
|
|
"sl": 2906.7590672747633,
|
|
"exit": 2906.7590672747633,
|
|
"result": "sl",
|
|
"pnl": -95.52975768306173,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8296,
|
|
"time": "2025-02-12 20:00:00",
|
|
"direction": "long",
|
|
"entry": 2906.67,
|
|
"tp": 2908.7606162879324,
|
|
"sl": 2901.7331234175135,
|
|
"exit": 2908.7606162879324,
|
|
"result": "tp",
|
|
"pnl": 40.049392245673154,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8304,
|
|
"time": "2025-02-12 20:40:00",
|
|
"direction": "long",
|
|
"entry": 2908.19,
|
|
"tp": 2910.2817095447376,
|
|
"sl": 2903.2505417510683,
|
|
"exit": 2910.2817095447376,
|
|
"result": "tp",
|
|
"pnl": 40.21898917675496,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8312,
|
|
"time": "2025-02-12 21:20:00",
|
|
"direction": "long",
|
|
"entry": 2913.69,
|
|
"tp": 2915.785665408177,
|
|
"sl": 2908.7412001948533,
|
|
"exit": 2915.785665408177,
|
|
"result": "tp",
|
|
"pnl": 40.38930429898126,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8336,
|
|
"time": "2025-02-12 23:20:00",
|
|
"direction": "long",
|
|
"entry": 2922.32,
|
|
"tp": 2924.4218725175374,
|
|
"sl": 2917.35654244392,
|
|
"exit": 2917.35654244392,
|
|
"result": "sl",
|
|
"pnl": -95.78103696343973,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8344,
|
|
"time": "2025-02-13 00:00:00",
|
|
"direction": "short",
|
|
"entry": 2914.58,
|
|
"tp": 2912.2038505093815,
|
|
"sl": 2918.947303205846,
|
|
"exit": 2918.947303205846,
|
|
"result": "sl",
|
|
"pnl": -94.8232265938049,
|
|
"bars_held": 18,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8352,
|
|
"time": "2025-02-13 00:40:00",
|
|
"direction": "short",
|
|
"entry": 2914.11,
|
|
"tp": 2911.734233683033,
|
|
"sl": 2918.4765989422795,
|
|
"exit": 2918.4765989422795,
|
|
"result": "sl",
|
|
"pnl": -93.87499432787276,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8376,
|
|
"time": "2025-02-13 02:40:00",
|
|
"direction": "short",
|
|
"entry": 2911.71,
|
|
"tp": 2909.3361903144437,
|
|
"sl": 2916.073002702789,
|
|
"exit": 2916.073002702789,
|
|
"result": "sl",
|
|
"pnl": -92.93624438459402,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8384,
|
|
"time": "2025-02-13 03:20:00",
|
|
"direction": "long",
|
|
"entry": 2913.42,
|
|
"tp": 2915.5154712112444,
|
|
"sl": 2908.4716587803405,
|
|
"exit": 2915.5154712112444,
|
|
"result": "tp",
|
|
"pnl": 38.96210139616143,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8392,
|
|
"time": "2025-02-13 04:00:00",
|
|
"direction": "long",
|
|
"entry": 2916.27,
|
|
"tp": 2918.367521067754,
|
|
"sl": 2911.316818155756,
|
|
"exit": 2918.367521067754,
|
|
"result": "tp",
|
|
"pnl": 39.127093982931115,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8408,
|
|
"time": "2025-02-13 05:20:00",
|
|
"direction": "short",
|
|
"entry": 2916.44,
|
|
"tp": 2914.062334120038,
|
|
"sl": 2920.810090291451,
|
|
"exit": 2920.810090291451,
|
|
"result": "sl",
|
|
"pnl": -92.78777389453514,
|
|
"bars_held": 16,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8424,
|
|
"time": "2025-02-13 06:40:00",
|
|
"direction": "long",
|
|
"entry": 2919.82,
|
|
"tp": 2921.920074397792,
|
|
"sl": 2914.8607886058358,
|
|
"exit": 2914.8607886058358,
|
|
"result": "sl",
|
|
"pnl": -91.85989615558834,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8432,
|
|
"time": "2025-02-13 07:20:00",
|
|
"direction": "short",
|
|
"entry": 2912.33,
|
|
"tp": 2909.955684851329,
|
|
"sl": 2916.6939317313236,
|
|
"exit": 2916.6939317313236,
|
|
"result": "sl",
|
|
"pnl": -90.94129719403205,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8440,
|
|
"time": "2025-02-13 08:00:00",
|
|
"direction": "short",
|
|
"entry": 2910.07,
|
|
"tp": 2907.697527345908,
|
|
"sl": 2914.4305452724707,
|
|
"exit": 2914.4305452724707,
|
|
"result": "sl",
|
|
"pnl": -90.03188422209927,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8448,
|
|
"time": "2025-02-13 08:40:00",
|
|
"direction": "long",
|
|
"entry": 2914.84,
|
|
"tp": 2916.9364925432596,
|
|
"sl": 2909.889246960372,
|
|
"exit": 2916.9364925432596,
|
|
"result": "tp",
|
|
"pnl": 37.74449274528815,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8456,
|
|
"time": "2025-02-13 09:20:00",
|
|
"direction": "long",
|
|
"entry": 2918.14,
|
|
"tp": 2920.2388660613233,
|
|
"sl": 2913.1836420266427,
|
|
"exit": 2920.2388660613233,
|
|
"result": "tp",
|
|
"pnl": 37.9043291317089,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8480,
|
|
"time": "2025-02-13 11:20:00",
|
|
"direction": "long",
|
|
"entry": 2916.79,
|
|
"tp": 2918.8878950766607,
|
|
"sl": 2911.8359349540774,
|
|
"exit": 2918.8878950766607,
|
|
"result": "tp",
|
|
"pnl": 38.064842376347684,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8488,
|
|
"time": "2025-02-13 12:00:00",
|
|
"direction": "long",
|
|
"entry": 2918.15,
|
|
"tp": 2920.2488732538022,
|
|
"sl": 2913.1936250419953,
|
|
"exit": 2920.2488732538022,
|
|
"result": "tp",
|
|
"pnl": 38.226035345505395,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8496,
|
|
"time": "2025-02-13 12:40:00",
|
|
"direction": "long",
|
|
"entry": 2917.72,
|
|
"tp": 2919.818563977206,
|
|
"sl": 2912.764355381845,
|
|
"exit": 2919.818563977206,
|
|
"result": "tp",
|
|
"pnl": 38.387910917605964,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8544,
|
|
"time": "2025-02-13 17:40:00",
|
|
"direction": "long",
|
|
"entry": 2931.01,
|
|
"tp": 2933.118122781772,
|
|
"sl": 2926.0317827851,
|
|
"exit": 2933.118122781772,
|
|
"result": "tp",
|
|
"pnl": 38.55047198325795,
|
|
"bars_held": 18,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8552,
|
|
"time": "2025-02-13 18:20:00",
|
|
"direction": "short",
|
|
"entry": 2928.56,
|
|
"tp": 2926.172453131413,
|
|
"sl": 2932.948251300878,
|
|
"exit": 2932.948251300878,
|
|
"result": "sl",
|
|
"pnl": -91.42034620487358,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8568,
|
|
"time": "2025-02-13 19:40:00",
|
|
"direction": "short",
|
|
"entry": 2930.28,
|
|
"tp": 2927.891050878902,
|
|
"sl": 2934.670828605846,
|
|
"exit": 2927.891050878902,
|
|
"result": "tp",
|
|
"pnl": 49.24231610215076,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8576,
|
|
"time": "2025-02-13 20:20:00",
|
|
"direction": "short",
|
|
"entry": 2927.94,
|
|
"tp": 2925.552958594528,
|
|
"sl": 2932.327322272343,
|
|
"exit": 2925.552958594528,
|
|
"result": "tp",
|
|
"pnl": 49.51023224812614,
|
|
"bars_held": 16,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8584,
|
|
"time": "2025-02-13 21:00:00",
|
|
"direction": "long",
|
|
"entry": 2929.75,
|
|
"tp": 2931.85721652942,
|
|
"sl": 2924.7739228507053,
|
|
"exit": 2924.7739228507053,
|
|
"result": "sl",
|
|
"pnl": -91.4936682263257,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8592,
|
|
"time": "2025-02-13 21:40:00",
|
|
"direction": "short",
|
|
"entry": 2924.08,
|
|
"tp": 2921.6961055100464,
|
|
"sl": 2928.4615383204955,
|
|
"exit": 2928.4615383204955,
|
|
"result": "sl",
|
|
"pnl": -90.57873154405868,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8600,
|
|
"time": "2025-02-13 22:20:00",
|
|
"direction": "long",
|
|
"entry": 2925.88,
|
|
"tp": 2927.9844330400547,
|
|
"sl": 2920.910495909351,
|
|
"exit": 2927.9844330400547,
|
|
"result": "tp",
|
|
"pnl": 37.97375013510531,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8608,
|
|
"time": "2025-02-13 23:00:00",
|
|
"direction": "long",
|
|
"entry": 2928.44,
|
|
"tp": 2930.5462743146736,
|
|
"sl": 2923.466147839549,
|
|
"exit": 2930.5462743146736,
|
|
"result": "tp",
|
|
"pnl": 38.134557356470474,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8624,
|
|
"time": "2025-02-14 00:20:00",
|
|
"direction": "long",
|
|
"entry": 2932.81,
|
|
"tp": 2934.9194174279883,
|
|
"sl": 2927.82872554852,
|
|
"exit": 2934.9194174279883,
|
|
"result": "tp",
|
|
"pnl": 38.29604554725583,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8632,
|
|
"time": "2025-02-14 01:00:00",
|
|
"direction": "short",
|
|
"entry": 2931.97,
|
|
"tp": 2929.579673084283,
|
|
"sl": 2936.3633609578205,
|
|
"exit": 2936.3633609578205,
|
|
"result": "sl",
|
|
"pnl": -90.81698775901394,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8648,
|
|
"time": "2025-02-14 02:20:00",
|
|
"direction": "long",
|
|
"entry": 2936.91,
|
|
"tp": 2939.0223663443703,
|
|
"sl": 2931.921761842978,
|
|
"exit": 2939.0223663443703,
|
|
"result": "tp",
|
|
"pnl": 38.07363541524012,
|
|
"bars_held": 25,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8664,
|
|
"time": "2025-02-14 03:40:00",
|
|
"direction": "short",
|
|
"entry": 2934.27,
|
|
"tp": 2931.877797979181,
|
|
"sl": 2938.666807353999,
|
|
"exit": 2938.666807353999,
|
|
"result": "sl",
|
|
"pnl": -90.28955423557619,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8672,
|
|
"time": "2025-02-14 04:20:00",
|
|
"direction": "long",
|
|
"entry": 2938.56,
|
|
"tp": 2940.6735531034024,
|
|
"sl": 2933.5689593761135,
|
|
"exit": 2933.5689593761135,
|
|
"result": "sl",
|
|
"pnl": -89.38665869321505,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8704,
|
|
"time": "2025-02-14 07:00:00",
|
|
"direction": "short",
|
|
"entry": 2927.75,
|
|
"tp": 2925.3631134945144,
|
|
"sl": 2932.13703757005,
|
|
"exit": 2932.13703757005,
|
|
"result": "sl",
|
|
"pnl": -88.49279210628453,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8712,
|
|
"time": "2025-02-14 07:40:00",
|
|
"direction": "short",
|
|
"entry": 2918.31,
|
|
"tp": 2915.9308095780634,
|
|
"sl": 2922.6828923613875,
|
|
"exit": 2922.6828923613875,
|
|
"result": "sl",
|
|
"pnl": -87.60786418522352,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8720,
|
|
"time": "2025-02-14 08:20:00",
|
|
"direction": "long",
|
|
"entry": 2925.72,
|
|
"tp": 2927.8243179603905,
|
|
"sl": 2920.7507676637138,
|
|
"exit": 2927.8243179603905,
|
|
"result": "tp",
|
|
"pnl": 36.72825935767601,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8728,
|
|
"time": "2025-02-14 09:00:00",
|
|
"direction": "short",
|
|
"entry": 2917.56,
|
|
"tp": 2915.1814210253797,
|
|
"sl": 2921.9317685365468,
|
|
"exit": 2915.1814210253797,
|
|
"result": "tp",
|
|
"pnl": 47.38860496562426,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8736,
|
|
"time": "2025-02-14 09:40:00",
|
|
"direction": "short",
|
|
"entry": 2904.69,
|
|
"tp": 2902.3219134613205,
|
|
"sl": 2909.0424837022792,
|
|
"exit": 2902.3219134613205,
|
|
"result": "tp",
|
|
"pnl": 47.64643549454208,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8744,
|
|
"time": "2025-02-14 10:20:00",
|
|
"direction": "short",
|
|
"entry": 2894.81,
|
|
"tp": 2892.4499682606283,
|
|
"sl": 2899.1476791830437,
|
|
"exit": 2892.4499682606283,
|
|
"result": "tp",
|
|
"pnl": 47.905668820223696,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8760,
|
|
"time": "2025-02-14 11:40:00",
|
|
"direction": "short",
|
|
"entry": 2887.72,
|
|
"tp": 2885.365748475921,
|
|
"sl": 2892.0470552922156,
|
|
"exit": 2885.365748475921,
|
|
"result": "tp",
|
|
"pnl": 48.166312574963726,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8768,
|
|
"time": "2025-02-14 12:20:00",
|
|
"direction": "long",
|
|
"entry": 2887.59,
|
|
"tp": 2889.666893038037,
|
|
"sl": 2882.685530125256,
|
|
"exit": 2882.685530125256,
|
|
"result": "sl",
|
|
"pnl": -89.0101383555014,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8776,
|
|
"time": "2025-02-14 13:00:00",
|
|
"direction": "long",
|
|
"entry": 2885.02,
|
|
"tp": 2887.0950445709386,
|
|
"sl": 2880.1198951797055,
|
|
"exit": 2880.1198951797055,
|
|
"result": "sl",
|
|
"pnl": -88.12003697194146,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8784,
|
|
"time": "2025-02-14 13:40:00",
|
|
"direction": "short",
|
|
"entry": 2882.33,
|
|
"tp": 2879.9801427439647,
|
|
"sl": 2886.648978737693,
|
|
"exit": 2879.9801427439647,
|
|
"result": "tp",
|
|
"pnl": 47.464649781371676,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8800,
|
|
"time": "2025-02-14 15:00:00",
|
|
"direction": "long",
|
|
"entry": 2884.13,
|
|
"tp": 2886.2044044403096,
|
|
"sl": 2879.2314068133473,
|
|
"exit": 2886.2044044403096,
|
|
"result": "tp",
|
|
"pnl": 37.143978257576634,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8816,
|
|
"time": "2025-02-16 17:15:00",
|
|
"direction": "long",
|
|
"entry": 2892.13,
|
|
"tp": 2894.2101584234942,
|
|
"sl": 2887.2178190952163,
|
|
"exit": 2887.2178190952163,
|
|
"result": "sl",
|
|
"pnl": -88.08492288261807,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8840,
|
|
"time": "2025-02-16 19:15:00",
|
|
"direction": "long",
|
|
"entry": 2889.52,
|
|
"tp": 2891.59828118648,
|
|
"sl": 2884.612252088257,
|
|
"exit": 2891.59828118648,
|
|
"result": "tp",
|
|
"pnl": 36.92825893225578,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8848,
|
|
"time": "2025-02-16 19:55:00",
|
|
"direction": "long",
|
|
"entry": 2895.45,
|
|
"tp": 2897.5325463265153,
|
|
"sl": 2890.532180192192,
|
|
"exit": 2897.5325463265153,
|
|
"result": "tp",
|
|
"pnl": 37.084638818032666,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8864,
|
|
"time": "2025-02-16 21:15:00",
|
|
"direction": "long",
|
|
"entry": 2899.98,
|
|
"tp": 2902.065804519494,
|
|
"sl": 2895.0544861468,
|
|
"exit": 2902.065804519494,
|
|
"result": "tp",
|
|
"pnl": 37.24168092482215,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8880,
|
|
"time": "2025-02-16 22:35:00",
|
|
"direction": "short",
|
|
"entry": 2901.1,
|
|
"tp": 2898.7348402558055,
|
|
"sl": 2905.4471043273747,
|
|
"exit": 2898.7348402558055,
|
|
"result": "tp",
|
|
"pnl": 48.051046699918246,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8896,
|
|
"time": "2025-02-16 23:55:00",
|
|
"direction": "short",
|
|
"entry": 2896.22,
|
|
"tp": 2893.8588187396745,
|
|
"sl": 2900.5597919737443,
|
|
"exit": 2893.8588187396745,
|
|
"result": "tp",
|
|
"pnl": 48.312481422343346,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8912,
|
|
"time": "2025-02-17 01:15:00",
|
|
"direction": "long",
|
|
"entry": 2899.38,
|
|
"tp": 2901.465372970755,
|
|
"sl": 2894.45550522566,
|
|
"exit": 2901.465372970755,
|
|
"result": "tp",
|
|
"pnl": 37.80745813540876,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8920,
|
|
"time": "2025-02-17 01:55:00",
|
|
"direction": "long",
|
|
"entry": 2902.29,
|
|
"tp": 2904.377465982139,
|
|
"sl": 2897.36056269319,
|
|
"exit": 2897.36056269319,
|
|
"result": "sl",
|
|
"pnl": -89.65832930311811,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8928,
|
|
"time": "2025-02-17 02:35:00",
|
|
"direction": "short",
|
|
"entry": 2897.14,
|
|
"tp": 2894.7780686976334,
|
|
"sl": 2901.4811705322154,
|
|
"exit": 2901.4811705322154,
|
|
"result": "sl",
|
|
"pnl": -88.76174601008341,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8936,
|
|
"time": "2025-02-17 03:15:00",
|
|
"direction": "long",
|
|
"entry": 2904.19,
|
|
"tp": 2906.278832553145,
|
|
"sl": 2899.257335610134,
|
|
"exit": 2899.257335610134,
|
|
"result": "sl",
|
|
"pnl": -87.87412854998605,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8952,
|
|
"time": "2025-02-17 04:35:00",
|
|
"direction": "short",
|
|
"entry": 2899.28,
|
|
"tp": 2896.916324034626,
|
|
"sl": 2903.6243771790946,
|
|
"exit": 2903.6243771790946,
|
|
"result": "sl",
|
|
"pnl": -86.99538726448094,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8960,
|
|
"time": "2025-02-17 05:15:00",
|
|
"direction": "short",
|
|
"entry": 2898.7,
|
|
"tp": 2896.336796887216,
|
|
"sl": 2903.043508087884,
|
|
"exit": 2896.336796887216,
|
|
"result": "tp",
|
|
"pnl": 46.85887263549829,
|
|
"bars_held": 12,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 8976,
|
|
"time": "2025-02-17 06:35:00",
|
|
"direction": "long",
|
|
"entry": 2899.22,
|
|
"tp": 2901.3052578910915,
|
|
"sl": 2894.2957769800228,
|
|
"exit": 2901.3052578910915,
|
|
"result": "tp",
|
|
"pnl": 36.66992075922905,
|
|
"bars_held": 28,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9000,
|
|
"time": "2025-02-17 08:35:00",
|
|
"direction": "long",
|
|
"entry": 2899.73,
|
|
"tp": 2901.8156247075194,
|
|
"sl": 2894.8049107629918,
|
|
"exit": 2901.8156247075194,
|
|
"result": "tp",
|
|
"pnl": 36.825206661828766,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9016,
|
|
"time": "2025-02-17 09:55:00",
|
|
"direction": "short",
|
|
"entry": 2898.57,
|
|
"tp": 2896.206902871418,
|
|
"sl": 2902.913313291579,
|
|
"exit": 2897.29,
|
|
"result": "timeout",
|
|
"pnl": 25.73636264255463,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9024,
|
|
"time": "2025-02-17 10:35:00",
|
|
"direction": "short",
|
|
"entry": 2897.78,
|
|
"tp": 2895.4175469292577,
|
|
"sl": 2902.122129529413,
|
|
"exit": 2898.76,
|
|
"result": "timeout",
|
|
"pnl": -19.76786037749966,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9072,
|
|
"time": "2025-02-17 17:55:00",
|
|
"direction": "long",
|
|
"entry": 2899.18,
|
|
"tp": 2901.2652291211753,
|
|
"sl": 2894.255844918613,
|
|
"exit": 2894.255844918613,
|
|
"result": "sl",
|
|
"pnl": -87.38865841505908,
|
|
"bars_held": 19,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9088,
|
|
"time": "2025-02-17 19:15:00",
|
|
"direction": "short",
|
|
"entry": 2896.85,
|
|
"tp": 2894.488305123929,
|
|
"sl": 2901.1907359866104,
|
|
"exit": 2894.488305123929,
|
|
"result": "tp",
|
|
"pnl": 47.07070274896875,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9096,
|
|
"time": "2025-02-17 19:55:00",
|
|
"direction": "long",
|
|
"entry": 2895.14,
|
|
"tp": 2897.2223233596674,
|
|
"sl": 2890.2227067162694,
|
|
"exit": 2897.2223233596674,
|
|
"result": "tp",
|
|
"pnl": 36.8356907199335,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9104,
|
|
"time": "2025-02-17 20:35:00",
|
|
"direction": "long",
|
|
"entry": 2902.33,
|
|
"tp": 2904.4174947520546,
|
|
"sl": 2897.400494754599,
|
|
"exit": 2904.4174947520546,
|
|
"result": "tp",
|
|
"pnl": 36.991678607637596,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9112,
|
|
"time": "2025-02-17 21:15:00",
|
|
"direction": "long",
|
|
"entry": 2907.8,
|
|
"tp": 2909.891429038057,
|
|
"sl": 2902.8612041523274,
|
|
"exit": 2909.891429038057,
|
|
"result": "tp",
|
|
"pnl": 37.1483270563494,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9136,
|
|
"time": "2025-02-17 23:15:00",
|
|
"direction": "long",
|
|
"entry": 2912.55,
|
|
"tp": 2914.6448454655733,
|
|
"sl": 2907.603136444687,
|
|
"exit": 2914.6448454655733,
|
|
"result": "tp",
|
|
"pnl": 37.30563886335576,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9144,
|
|
"time": "2025-02-17 23:55:00",
|
|
"direction": "short",
|
|
"entry": 2910.41,
|
|
"tp": 2908.0372501564575,
|
|
"sl": 2914.7710547397314,
|
|
"exit": 2914.7710547397314,
|
|
"result": "sl",
|
|
"pnl": -88.46829221086956,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9152,
|
|
"time": "2025-02-18 00:35:00",
|
|
"direction": "short",
|
|
"entry": 2912.16,
|
|
"tp": 2909.7858234460537,
|
|
"sl": 2916.523676997693,
|
|
"exit": 2909.7858234460537,
|
|
"result": "tp",
|
|
"pnl": 47.652232691209214,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9160,
|
|
"time": "2025-02-18 01:15:00",
|
|
"direction": "long",
|
|
"entry": 2914.38,
|
|
"tp": 2916.4761616892265,
|
|
"sl": 2909.4300282541644,
|
|
"exit": 2909.4300282541644,
|
|
"result": "sl",
|
|
"pnl": -88.06013161567435,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9200,
|
|
"time": "2025-02-18 04:35:00",
|
|
"direction": "short",
|
|
"entry": 2908.89,
|
|
"tp": 2906.518489356351,
|
|
"sl": 2913.2487771213873,
|
|
"exit": 2913.2487771213873,
|
|
"result": "sl",
|
|
"pnl": -87.17953029951256,
|
|
"bars_held": 16,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9216,
|
|
"time": "2025-02-18 05:55:00",
|
|
"direction": "long",
|
|
"entry": 2913.96,
|
|
"tp": 2916.055859605109,
|
|
"sl": 2909.0107416093665,
|
|
"exit": 2916.055859605109,
|
|
"result": "tp",
|
|
"pnl": 36.54868691640686,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9224,
|
|
"time": "2025-02-18 06:35:00",
|
|
"direction": "long",
|
|
"entry": 2915.01,
|
|
"tp": 2917.1066148154027,
|
|
"sl": 2910.058958221362,
|
|
"exit": 2917.1066148154027,
|
|
"result": "tp",
|
|
"pnl": 36.703459430762365,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9248,
|
|
"time": "2025-02-18 08:35:00",
|
|
"direction": "long",
|
|
"entry": 2922.54,
|
|
"tp": 2924.642030752075,
|
|
"sl": 2917.5761687816707,
|
|
"exit": 2924.642030752075,
|
|
"result": "tp",
|
|
"pnl": 36.858887359382535,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9264,
|
|
"time": "2025-02-18 09:55:00",
|
|
"direction": "long",
|
|
"entry": 2927.25,
|
|
"tp": 2929.3554184096747,
|
|
"sl": 2922.278169012621,
|
|
"exit": 2929.3554184096747,
|
|
"result": "tp",
|
|
"pnl": 37.01497347776162,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9272,
|
|
"time": "2025-02-18 10:35:00",
|
|
"direction": "long",
|
|
"entry": 2929.86,
|
|
"tp": 2931.967295646689,
|
|
"sl": 2924.883736019581,
|
|
"exit": 2931.967295646689,
|
|
"result": "tp",
|
|
"pnl": 37.17172057313071,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9312,
|
|
"time": "2025-02-18 13:55:00",
|
|
"direction": "long",
|
|
"entry": 2935.91,
|
|
"tp": 2938.0216470964724,
|
|
"sl": 2930.9234603077443,
|
|
"exit": 2930.9234603077443,
|
|
"result": "sl",
|
|
"pnl": -88.15071227409209,
|
|
"bars_held": 48,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9320,
|
|
"time": "2025-02-18 14:35:00",
|
|
"direction": "short",
|
|
"entry": 2934.12,
|
|
"tp": 2931.7279202686445,
|
|
"sl": 2938.516582589031,
|
|
"exit": 2931.7279202686445,
|
|
"result": "tp",
|
|
"pnl": 47.48117261230957,
|
|
"bars_held": 30,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9360,
|
|
"time": "2025-02-18 18:50:00",
|
|
"direction": "short",
|
|
"entry": 2930.41,
|
|
"tp": 2928.0209448947003,
|
|
"sl": 2934.8010234021517,
|
|
"exit": 2934.8010234021517,
|
|
"result": "sl",
|
|
"pnl": -87.74401687747769,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9384,
|
|
"time": "2025-02-18 20:50:00",
|
|
"direction": "short",
|
|
"entry": 2927.23,
|
|
"tp": 2924.84353743132,
|
|
"sl": 2931.616258384827,
|
|
"exit": 2931.616258384827,
|
|
"result": "sl",
|
|
"pnl": -86.86657670869751,
|
|
"bars_held": 33,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9392,
|
|
"time": "2025-02-18 21:30:00",
|
|
"direction": "long",
|
|
"entry": 2928.41,
|
|
"tp": 2930.5162527372368,
|
|
"sl": 2923.436198793492,
|
|
"exit": 2930.5162527372368,
|
|
"result": "tp",
|
|
"pnl": 36.41748590201656,
|
|
"bars_held": 24,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9424,
|
|
"time": "2025-02-19 00:10:00",
|
|
"direction": "long",
|
|
"entry": 2934.92,
|
|
"tp": 2937.0309350410535,
|
|
"sl": 2929.9351417878634,
|
|
"exit": 2937.0309350410535,
|
|
"result": "tp",
|
|
"pnl": 36.57170282018265,
|
|
"bars_held": 24,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9432,
|
|
"time": "2025-02-19 00:50:00",
|
|
"direction": "short",
|
|
"entry": 2931.02,
|
|
"tp": 2928.630447584217,
|
|
"sl": 2935.4119374463558,
|
|
"exit": 2935.4119374463558,
|
|
"result": "sl",
|
|
"pnl": -86.72780282883974,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9448,
|
|
"time": "2025-02-19 02:10:00",
|
|
"direction": "long",
|
|
"entry": 2937.27,
|
|
"tp": 2939.3826252736135,
|
|
"sl": 2932.2811503956623,
|
|
"exit": 2939.3826252736135,
|
|
"result": "tp",
|
|
"pnl": 36.359307071841506,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9464,
|
|
"time": "2025-02-19 03:30:00",
|
|
"direction": "long",
|
|
"entry": 2944.16,
|
|
"tp": 2946.2775808916313,
|
|
"sl": 2939.1594479734217,
|
|
"exit": 2946.2775808916313,
|
|
"result": "tp",
|
|
"pnl": 36.51327762045252,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9472,
|
|
"time": "2025-02-19 04:10:00",
|
|
"direction": "short",
|
|
"entry": 2942.67,
|
|
"tp": 2940.2709497692435,
|
|
"sl": 2947.0793941922157,
|
|
"exit": 2940.2709497692435,
|
|
"result": "tp",
|
|
"pnl": 47.11122496455212,
|
|
"bars_held": 19,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9496,
|
|
"time": "2025-02-19 06:10:00",
|
|
"direction": "short",
|
|
"entry": 2933.66,
|
|
"tp": 2931.268295289665,
|
|
"sl": 2938.055893309795,
|
|
"exit": 2938.055893309795,
|
|
"result": "sl",
|
|
"pnl": -87.06036289711798,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9504,
|
|
"time": "2025-02-19 06:50:00",
|
|
"direction": "long",
|
|
"entry": 2935.18,
|
|
"tp": 2937.2911220455067,
|
|
"sl": 2930.1947001870235,
|
|
"exit": 2937.2911220455067,
|
|
"result": "tp",
|
|
"pnl": 36.49872780254728,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9528,
|
|
"time": "2025-02-19 08:50:00",
|
|
"direction": "long",
|
|
"entry": 2939.33,
|
|
"tp": 2941.444106924284,
|
|
"sl": 2934.337651558243,
|
|
"exit": 2934.337651558243,
|
|
"result": "sl",
|
|
"pnl": -86.55474654617363,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9536,
|
|
"time": "2025-02-19 09:30:00",
|
|
"direction": "long",
|
|
"entry": 2938.2,
|
|
"tp": 2940.3132941741587,
|
|
"sl": 2933.209570823429,
|
|
"exit": 2933.209570823429,
|
|
"result": "sl",
|
|
"pnl": -85.68919908070875,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9544,
|
|
"time": "2025-02-19 10:10:00",
|
|
"direction": "short",
|
|
"entry": 2928.02,
|
|
"tp": 2925.6328933734803,
|
|
"sl": 2932.4074421469927,
|
|
"exit": 2925.6328933734803,
|
|
"result": "tp",
|
|
"pnl": 46.1553122782632,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9560,
|
|
"time": "2025-02-19 11:30:00",
|
|
"direction": "short",
|
|
"entry": 2924.28,
|
|
"tp": 2921.8959424574296,
|
|
"sl": 2928.66183800712,
|
|
"exit": 2921.8959424574296,
|
|
"result": "tp",
|
|
"pnl": 46.40643274457082,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9568,
|
|
"time": "2025-02-19 12:10:00",
|
|
"direction": "short",
|
|
"entry": 2920.77,
|
|
"tp": 2918.3888040308675,
|
|
"sl": 2925.1465785068654,
|
|
"exit": 2925.1465785068654,
|
|
"result": "sl",
|
|
"pnl": -85.75792454013357,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9576,
|
|
"time": "2025-02-19 12:50:00",
|
|
"direction": "long",
|
|
"entry": 2925.64,
|
|
"tp": 2927.744260420559,
|
|
"sl": 2920.670903540895,
|
|
"exit": 2927.744260420559,
|
|
"result": "tp",
|
|
"pnl": 35.95270040857202,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9584,
|
|
"time": "2025-02-19 13:30:00",
|
|
"direction": "long",
|
|
"entry": 2929.08,
|
|
"tp": 2931.1867346333283,
|
|
"sl": 2924.1050608220985,
|
|
"exit": 2931.1867346333283,
|
|
"result": "tp",
|
|
"pnl": 36.10494910228137,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9592,
|
|
"time": "2025-02-19 14:10:00",
|
|
"direction": "long",
|
|
"entry": 2932.47,
|
|
"tp": 2934.5791728837025,
|
|
"sl": 2927.4893030265407,
|
|
"exit": 2934.5791728837025,
|
|
"result": "tp",
|
|
"pnl": 36.25784252265643,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9608,
|
|
"time": "2025-02-19 15:30:00",
|
|
"direction": "short",
|
|
"entry": 2934.02,
|
|
"tp": 2931.6280017949534,
|
|
"sl": 2938.416432745719,
|
|
"exit": 2938.416432745719,
|
|
"result": "sl",
|
|
"pnl": -85.98350021506731,
|
|
"bars_held": 20,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9616,
|
|
"time": "2025-02-19 17:05:00",
|
|
"direction": "long",
|
|
"entry": 2934.31,
|
|
"tp": 2936.420496299835,
|
|
"sl": 2929.3261778513706,
|
|
"exit": 2936.420496299835,
|
|
"result": "tp",
|
|
"pnl": 36.04726956592294,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9648,
|
|
"time": "2025-02-19 19:45:00",
|
|
"direction": "short",
|
|
"entry": 2936.56,
|
|
"tp": 2934.16593102671,
|
|
"sl": 2940.960238765846,
|
|
"exit": 2934.16593102671,
|
|
"result": "tp",
|
|
"pnl": 46.50995847403763,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9656,
|
|
"time": "2025-02-19 20:25:00",
|
|
"direction": "long",
|
|
"entry": 2937.38,
|
|
"tp": 2939.4927043908824,
|
|
"sl": 2932.3909635645377,
|
|
"exit": 2939.4927043908824,
|
|
"result": "tp",
|
|
"pnl": 36.396874184841515,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9664,
|
|
"time": "2025-02-19 21:05:00",
|
|
"direction": "long",
|
|
"entry": 2941.66,
|
|
"tp": 2943.775782771886,
|
|
"sl": 2936.6636941353377,
|
|
"exit": 2943.775782771886,
|
|
"result": "tp",
|
|
"pnl": 36.551003818689836,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9688,
|
|
"time": "2025-02-19 23:05:00",
|
|
"direction": "long",
|
|
"entry": 2942.85,
|
|
"tp": 2944.966638676885,
|
|
"sl": 2937.8516729622656,
|
|
"exit": 2944.966638676885,
|
|
"result": "tp",
|
|
"pnl": 36.70578614441319,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9712,
|
|
"time": "2025-02-20 01:05:00",
|
|
"direction": "long",
|
|
"entry": 2948.66,
|
|
"tp": 2950.7808175071727,
|
|
"sl": 2943.651804881973,
|
|
"exit": 2950.7808175071727,
|
|
"result": "tp",
|
|
"pnl": 36.861223925958804,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9744,
|
|
"time": "2025-02-20 03:45:00",
|
|
"direction": "short",
|
|
"entry": 2950.93,
|
|
"tp": 2948.5242156961376,
|
|
"sl": 2955.3517712497946,
|
|
"exit": 2948.5242156961376,
|
|
"result": "tp",
|
|
"pnl": 47.560162385196165,
|
|
"bars_held": 24,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9768,
|
|
"time": "2025-02-20 05:45:00",
|
|
"direction": "short",
|
|
"entry": 2947.37,
|
|
"tp": 2944.9671180327305,
|
|
"sl": 2951.7864368278842,
|
|
"exit": 2944.9671180327305,
|
|
"result": "tp",
|
|
"pnl": 47.8189263186779,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9776,
|
|
"time": "2025-02-20 06:25:00",
|
|
"direction": "short",
|
|
"entry": 2941.43,
|
|
"tp": 2939.031960695472,
|
|
"sl": 2945.837536135145,
|
|
"exit": 2945.837536135145,
|
|
"result": "sl",
|
|
"pnl": -88.36817726108684,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9784,
|
|
"time": "2025-02-20 07:05:00",
|
|
"direction": "short",
|
|
"entry": 2941.97,
|
|
"tp": 2939.5715204534044,
|
|
"sl": 2946.3783452890307,
|
|
"exit": 2946.3783452890307,
|
|
"result": "sl",
|
|
"pnl": -87.48449548848323,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9792,
|
|
"time": "2025-02-20 07:45:00",
|
|
"direction": "short",
|
|
"entry": 2935.89,
|
|
"tp": 2933.496477252979,
|
|
"sl": 2940.2892348156547,
|
|
"exit": 2933.496477252979,
|
|
"result": "tp",
|
|
"pnl": 47.122324074633745,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9800,
|
|
"time": "2025-02-20 08:25:00",
|
|
"direction": "short",
|
|
"entry": 2929.22,
|
|
"tp": 2926.831915057775,
|
|
"sl": 2933.6092402667377,
|
|
"exit": 2933.6092402667377,
|
|
"result": "sl",
|
|
"pnl": -87.08087377434472,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9808,
|
|
"time": "2025-02-20 09:05:00",
|
|
"direction": "short",
|
|
"entry": 2936.84,
|
|
"tp": 2934.4457027530457,
|
|
"sl": 2941.24065832712,
|
|
"exit": 2934.4457027530457,
|
|
"result": "tp",
|
|
"pnl": 46.90491877200168,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9824,
|
|
"time": "2025-02-20 10:25:00",
|
|
"direction": "long",
|
|
"entry": 2942.83,
|
|
"tp": 2944.946624291927,
|
|
"sl": 2937.831706931561,
|
|
"exit": 2944.946624291927,
|
|
"result": "tp",
|
|
"pnl": 36.705954664482206,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9832,
|
|
"time": "2025-02-20 11:05:00",
|
|
"direction": "short",
|
|
"entry": 2941.94,
|
|
"tp": 2939.5415449112975,
|
|
"sl": 2946.348300336037,
|
|
"exit": 2946.348300336037,
|
|
"result": "sl",
|
|
"pnl": -87.04617377096066,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9840,
|
|
"time": "2025-02-20 11:45:00",
|
|
"direction": "long",
|
|
"entry": 2944.53,
|
|
"tp": 2946.647847013354,
|
|
"sl": 2939.5288195414582,
|
|
"exit": 2939.5288195414582,
|
|
"result": "sl",
|
|
"pnl": -86.17571203325599,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9864,
|
|
"time": "2025-02-20 13:45:00",
|
|
"direction": "short",
|
|
"entry": 2936.52,
|
|
"tp": 2934.125963637234,
|
|
"sl": 2940.9201788285213,
|
|
"exit": 2940.9201788285213,
|
|
"result": "sl",
|
|
"pnl": -85.31395491292385,
|
|
"bars_held": 34,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9880,
|
|
"time": "2025-02-20 15:05:00",
|
|
"direction": "long",
|
|
"entry": 2937.91,
|
|
"tp": 2940.023085592268,
|
|
"sl": 2932.9200633782116,
|
|
"exit": 2940.023085592268,
|
|
"result": "tp",
|
|
"pnl": 35.766572921421506,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9912,
|
|
"time": "2025-02-20 18:40:00",
|
|
"direction": "short",
|
|
"entry": 2939.24,
|
|
"tp": 2936.8437461216345,
|
|
"sl": 2943.64425456661,
|
|
"exit": 2943.64425456661,
|
|
"result": "sl",
|
|
"pnl": -84.81848109300356,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9920,
|
|
"time": "2025-02-20 19:20:00",
|
|
"direction": "long",
|
|
"entry": 2947.34,
|
|
"tp": 2949.4598680999475,
|
|
"sl": 2942.3340468554647,
|
|
"exit": 2942.3340468554647,
|
|
"result": "sl",
|
|
"pnl": -83.97029628207677,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9928,
|
|
"time": "2025-02-20 20:00:00",
|
|
"direction": "short",
|
|
"entry": 2930.95,
|
|
"tp": 2928.560504652633,
|
|
"sl": 2935.341832556037,
|
|
"exit": 2935.341832556037,
|
|
"result": "sl",
|
|
"pnl": -83.13059331925447,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9944,
|
|
"time": "2025-02-20 21:20:00",
|
|
"direction": "short",
|
|
"entry": 2931.02,
|
|
"tp": 2928.630447584217,
|
|
"sl": 2935.4119374463558,
|
|
"exit": 2928.630447584217,
|
|
"result": "tp",
|
|
"pnl": 44.77715436356219,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9952,
|
|
"time": "2025-02-20 22:00:00",
|
|
"direction": "short",
|
|
"entry": 2931.07,
|
|
"tp": 2928.6804068210627,
|
|
"sl": 2935.462012368012,
|
|
"exit": 2928.6804068210627,
|
|
"result": "tp",
|
|
"pnl": 45.02077658881058,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9976,
|
|
"time": "2025-02-21 00:00:00",
|
|
"direction": "short",
|
|
"entry": 2927.01,
|
|
"tp": 2924.6237167891995,
|
|
"sl": 2931.3959287295406,
|
|
"exit": 2931.3959287295406,
|
|
"result": "sl",
|
|
"pnl": -83.19726669558737,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9984,
|
|
"time": "2025-02-21 00:40:00",
|
|
"direction": "long",
|
|
"entry": 2929.35,
|
|
"tp": 2931.456928830261,
|
|
"sl": 2924.3746022366117,
|
|
"exit": 2931.456928830261,
|
|
"result": "tp",
|
|
"pnl": 34.879183706444174,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 9992,
|
|
"time": "2025-02-21 01:20:00",
|
|
"direction": "long",
|
|
"entry": 2931.45,
|
|
"tp": 2933.5584392508467,
|
|
"sl": 2926.4710354606023,
|
|
"exit": 2926.4710354606023,
|
|
"result": "sl",
|
|
"pnl": -82.71408586569422,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10000,
|
|
"time": "2025-02-21 02:00:00",
|
|
"direction": "short",
|
|
"entry": 2928.11,
|
|
"tp": 2925.7228199998026,
|
|
"sl": 2932.4975770059737,
|
|
"exit": 2925.7228199998026,
|
|
"result": "tp",
|
|
"pnl": 44.55280833406256,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10024,
|
|
"time": "2025-02-21 04:00:00",
|
|
"direction": "long",
|
|
"entry": 2930.0,
|
|
"tp": 2932.1073963413946,
|
|
"sl": 2925.0234982345137,
|
|
"exit": 2932.1073963413946,
|
|
"result": "tp",
|
|
"pnl": 34.86528504259032,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10040,
|
|
"time": "2025-02-21 05:20:00",
|
|
"direction": "long",
|
|
"entry": 2934.12,
|
|
"tp": 2936.2303596427346,
|
|
"sl": 2929.1365005596763,
|
|
"exit": 2929.1365005596763,
|
|
"result": "sl",
|
|
"pnl": -82.68112594080077,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10048,
|
|
"time": "2025-02-21 06:00:00",
|
|
"direction": "short",
|
|
"entry": 2928.43,
|
|
"tp": 2926.0425591156145,
|
|
"sl": 2932.818056504572,
|
|
"exit": 2932.818056504572,
|
|
"result": "sl",
|
|
"pnl": -81.85431468139241,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10064,
|
|
"time": "2025-02-21 07:20:00",
|
|
"direction": "long",
|
|
"entry": 2932.84,
|
|
"tp": 2934.949439005425,
|
|
"sl": 2927.858674594577,
|
|
"exit": 2927.858674594577,
|
|
"result": "sl",
|
|
"pnl": -81.03577153458335,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10072,
|
|
"time": "2025-02-21 08:00:00",
|
|
"direction": "long",
|
|
"entry": 2929.83,
|
|
"tp": 2931.937274069252,
|
|
"sl": 2924.8537869735237,
|
|
"exit": 2931.937274069252,
|
|
"result": "tp",
|
|
"pnl": 33.97300986449379,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10080,
|
|
"time": "2025-02-21 08:40:00",
|
|
"direction": "short",
|
|
"entry": 2930.71,
|
|
"tp": 2928.320700315774,
|
|
"sl": 2935.101472932088,
|
|
"exit": 2935.101472932088,
|
|
"result": "sl",
|
|
"pnl": -80.56514391788264,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10088,
|
|
"time": "2025-02-21 09:20:00",
|
|
"direction": "short",
|
|
"entry": 2924.62,
|
|
"tp": 2922.235665267979,
|
|
"sl": 2929.002347474381,
|
|
"exit": 2922.235665267979,
|
|
"result": "tp",
|
|
"pnl": 43.395310216056245,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10096,
|
|
"time": "2025-02-21 10:00:00",
|
|
"direction": "long",
|
|
"entry": 2929.53,
|
|
"tp": 2931.6370582948825,
|
|
"sl": 2924.554296512954,
|
|
"exit": 2931.6370582948825,
|
|
"result": "tp",
|
|
"pnl": 33.95947229296497,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10104,
|
|
"time": "2025-02-21 10:40:00",
|
|
"direction": "long",
|
|
"entry": 2936.88,
|
|
"tp": 2938.9923447669335,
|
|
"sl": 2931.891812796921,
|
|
"exit": 2938.9923447669335,
|
|
"result": "tp",
|
|
"pnl": 34.10328027503543,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10112,
|
|
"time": "2025-02-21 11:20:00",
|
|
"direction": "long",
|
|
"entry": 2938.19,
|
|
"tp": 2940.3032869816802,
|
|
"sl": 2933.199587808077,
|
|
"exit": 2940.3032869816802,
|
|
"result": "tp",
|
|
"pnl": 34.24769723994499,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10144,
|
|
"time": "2025-02-21 14:00:00",
|
|
"direction": "short",
|
|
"entry": 2935.29,
|
|
"tp": 2932.8969664108317,
|
|
"sl": 2939.688335755782,
|
|
"exit": 2932.8969664108317,
|
|
"result": "tp",
|
|
"pnl": 44.188061832196986,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10152,
|
|
"time": "2025-02-21 14:40:00",
|
|
"direction": "long",
|
|
"entry": 2936.02,
|
|
"tp": 2938.131726213741,
|
|
"sl": 2931.0332734766203,
|
|
"exit": 2938.131726213741,
|
|
"result": "tp",
|
|
"pnl": 34.57984869791495,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10184,
|
|
"time": "2025-02-23 18:15:00",
|
|
"direction": "short",
|
|
"entry": 2934.42,
|
|
"tp": 2932.0276756897183,
|
|
"sl": 2938.8170321189673,
|
|
"exit": 2932.0276756897183,
|
|
"result": "tp",
|
|
"pnl": 44.61661996443864,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10192,
|
|
"time": "2025-02-23 18:55:00",
|
|
"direction": "short",
|
|
"entry": 2929.9,
|
|
"tp": 2927.5113606788755,
|
|
"sl": 2934.29025920126,
|
|
"exit": 2927.5113606788755,
|
|
"result": "tp",
|
|
"pnl": 44.859368758842656,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10200,
|
|
"time": "2025-02-23 19:35:00",
|
|
"direction": "long",
|
|
"entry": 2929.99,
|
|
"tp": 2932.097389148915,
|
|
"sl": 2925.013515219161,
|
|
"exit": 2925.013515219161,
|
|
"result": "sl",
|
|
"pnl": -82.8989890714776,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10208,
|
|
"time": "2025-02-23 20:15:00",
|
|
"direction": "long",
|
|
"entry": 2930.58,
|
|
"tp": 2932.6878135051757,
|
|
"sl": 2925.602513124949,
|
|
"exit": 2932.6878135051757,
|
|
"result": "tp",
|
|
"pnl": 34.75413536699752,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10216,
|
|
"time": "2025-02-23 20:55:00",
|
|
"direction": "long",
|
|
"entry": 2940.7,
|
|
"tp": 2942.815092293904,
|
|
"sl": 2935.7053246615133,
|
|
"exit": 2942.815092293904,
|
|
"result": "tp",
|
|
"pnl": 34.90130850421354,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10232,
|
|
"time": "2025-02-23 22:15:00",
|
|
"direction": "long",
|
|
"entry": 2941.89,
|
|
"tp": 2944.005948198903,
|
|
"sl": 2936.8933034884412,
|
|
"exit": 2936.8933034884412,
|
|
"result": "sl",
|
|
"pnl": -82.7665536194749,
|
|
"bars_held": 20,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10264,
|
|
"time": "2025-02-24 00:55:00",
|
|
"direction": "short",
|
|
"entry": 2937.72,
|
|
"tp": 2935.324985321528,
|
|
"sl": 2942.1219769482664,
|
|
"exit": 2942.1219769482664,
|
|
"result": "sl",
|
|
"pnl": -81.93888808328205,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10272,
|
|
"time": "2025-02-24 01:35:00",
|
|
"direction": "long",
|
|
"entry": 2942.23,
|
|
"tp": 2944.346192743188,
|
|
"sl": 2937.2327260104207,
|
|
"exit": 2944.346192743188,
|
|
"result": "tp",
|
|
"pnl": 34.35162768766383,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10280,
|
|
"time": "2025-02-24 02:15:00",
|
|
"direction": "short",
|
|
"entry": 2941.72,
|
|
"tp": 2939.3217242691767,
|
|
"sl": 2946.1279706807504,
|
|
"exit": 2939.3217242691767,
|
|
"result": "tp",
|
|
"pnl": 44.32215800275372,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10288,
|
|
"time": "2025-02-24 02:55:00",
|
|
"direction": "long",
|
|
"entry": 2945.91,
|
|
"tp": 2948.0288395754533,
|
|
"sl": 2940.9064756600806,
|
|
"exit": 2948.0288395754533,
|
|
"result": "tp",
|
|
"pnl": 34.684787115598716,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10312,
|
|
"time": "2025-02-24 04:55:00",
|
|
"direction": "short",
|
|
"entry": 2937.74,
|
|
"tp": 2935.344969016266,
|
|
"sl": 2942.1420069169285,
|
|
"exit": 2942.1420069169285,
|
|
"result": "sl",
|
|
"pnl": -82.2530849305043,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10320,
|
|
"time": "2025-02-24 05:35:00",
|
|
"direction": "long",
|
|
"entry": 2943.23,
|
|
"tp": 2945.3469119910865,
|
|
"sl": 2938.2310275456543,
|
|
"exit": 2945.3469119910865,
|
|
"result": "tp",
|
|
"pnl": 34.483349918333936,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10352,
|
|
"time": "2025-02-24 08:15:00",
|
|
"direction": "short",
|
|
"entry": 2949.21,
|
|
"tp": 2946.805617948649,
|
|
"sl": 2953.629193944827,
|
|
"exit": 2946.805617948649,
|
|
"result": "tp",
|
|
"pnl": 44.49211249728574,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10360,
|
|
"time": "2025-02-24 08:55:00",
|
|
"direction": "short",
|
|
"entry": 2939.11,
|
|
"tp": 2936.7138521058364,
|
|
"sl": 2943.514059770305,
|
|
"exit": 2936.7138521058364,
|
|
"result": "tp",
|
|
"pnl": 44.73418387512206,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10376,
|
|
"time": "2025-02-24 10:15:00",
|
|
"direction": "long",
|
|
"entry": 2941.92,
|
|
"tp": 2944.0359697763397,
|
|
"sl": 2936.9232525344987,
|
|
"exit": 2944.0359697763397,
|
|
"result": "tp",
|
|
"pnl": 35.00722244620817,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10400,
|
|
"time": "2025-02-24 12:15:00",
|
|
"direction": "long",
|
|
"entry": 2945.58,
|
|
"tp": 2947.698602223647,
|
|
"sl": 2940.5770361534533,
|
|
"exit": 2947.698602223647,
|
|
"result": "tp",
|
|
"pnl": 35.15546732983412,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10416,
|
|
"time": "2025-02-24 13:35:00",
|
|
"direction": "short",
|
|
"entry": 2948.13,
|
|
"tp": 2945.726498432784,
|
|
"sl": 2952.547575637056,
|
|
"exit": 2952.547575637056,
|
|
"result": "sl",
|
|
"pnl": -83.36927744186535,
|
|
"bars_held": 23,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10432,
|
|
"time": "2025-02-24 14:55:00",
|
|
"direction": "long",
|
|
"entry": 2950.65,
|
|
"tp": 2952.77224881049,
|
|
"sl": 2945.638424937088,
|
|
"exit": 2952.77224881049,
|
|
"result": "tp",
|
|
"pnl": 34.951296585351564,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10448,
|
|
"time": "2025-02-24 17:10:00",
|
|
"direction": "short",
|
|
"entry": 2950.03,
|
|
"tp": 2947.6249494329168,
|
|
"sl": 2954.450422659986,
|
|
"exit": 2947.6249494329168,
|
|
"result": "tp",
|
|
"pnl": 45.09588028090757,
|
|
"bars_held": 29,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10456,
|
|
"time": "2025-02-24 17:50:00",
|
|
"direction": "short",
|
|
"entry": 2949.59,
|
|
"tp": 2947.1853081486756,
|
|
"sl": 2954.009763349413,
|
|
"exit": 2947.1853081486756,
|
|
"result": "tp",
|
|
"pnl": 45.34123662074881,
|
|
"bars_held": 21,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10464,
|
|
"time": "2025-02-24 18:30:00",
|
|
"direction": "short",
|
|
"entry": 2949.25,
|
|
"tp": 2946.845585338125,
|
|
"sl": 2953.6692538821517,
|
|
"exit": 2946.845585338125,
|
|
"result": "tp",
|
|
"pnl": 45.58792788816054,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10472,
|
|
"time": "2025-02-24 19:10:00",
|
|
"direction": "long",
|
|
"entry": 2951.26,
|
|
"tp": 2953.3826875517084,
|
|
"sl": 2946.247388873581,
|
|
"exit": 2946.247388873581,
|
|
"result": "sl",
|
|
"pnl": -84.24534808120028,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10480,
|
|
"time": "2025-02-24 19:50:00",
|
|
"direction": "short",
|
|
"entry": 2947.66,
|
|
"tp": 2945.256881606435,
|
|
"sl": 2952.076871373489,
|
|
"exit": 2945.256881606435,
|
|
"result": "tp",
|
|
"pnl": 45.377601732698345,
|
|
"bars_held": 18,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10504,
|
|
"time": "2025-02-24 21:50:00",
|
|
"direction": "short",
|
|
"entry": 2939.67,
|
|
"tp": 2937.273395558507,
|
|
"sl": 2944.0748988928526,
|
|
"exit": 2937.273395558507,
|
|
"result": "tp",
|
|
"pnl": 45.62449085433738,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10520,
|
|
"time": "2025-02-24 23:10:00",
|
|
"direction": "long",
|
|
"entry": 2938.75,
|
|
"tp": 2940.863689760503,
|
|
"sl": 2933.758636667808,
|
|
"exit": 2933.758636667808,
|
|
"result": "sl",
|
|
"pnl": -84.31291552626017,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10536,
|
|
"time": "2025-02-25 00:30:00",
|
|
"direction": "short",
|
|
"entry": 2934.59,
|
|
"tp": 2932.1975370949935,
|
|
"sl": 2938.9872868525977,
|
|
"exit": 2938.9872868525977,
|
|
"result": "sl",
|
|
"pnl": -83.46978637099585,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10544,
|
|
"time": "2025-02-25 01:10:00",
|
|
"direction": "long",
|
|
"entry": 2940.04,
|
|
"tp": 2942.1546175902913,
|
|
"sl": 2935.046445648259,
|
|
"exit": 2935.046445648259,
|
|
"result": "sl",
|
|
"pnl": -82.63508850728914,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10552,
|
|
"time": "2025-02-25 01:50:00",
|
|
"direction": "short",
|
|
"entry": 2931.63,
|
|
"tp": 2929.2399502737335,
|
|
"sl": 2936.0228514905593,
|
|
"exit": 2936.0228514905593,
|
|
"result": "sl",
|
|
"pnl": -81.80873762221135,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10560,
|
|
"time": "2025-02-25 02:30:00",
|
|
"direction": "long",
|
|
"entry": 2935.1,
|
|
"tp": 2937.2110645056746,
|
|
"sl": 2930.114836064205,
|
|
"exit": 2937.2110645056746,
|
|
"result": "tp",
|
|
"pnl": 34.297064094155246,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10584,
|
|
"time": "2025-02-25 04:30:00",
|
|
"direction": "long",
|
|
"entry": 2941.11,
|
|
"tp": 2943.2253871855423,
|
|
"sl": 2936.1146282909594,
|
|
"exit": 2936.1146282909594,
|
|
"result": "sl",
|
|
"pnl": -81.33362088693269,
|
|
"bars_held": 23,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10608,
|
|
"time": "2025-02-25 06:30:00",
|
|
"direction": "short",
|
|
"entry": 2925.56,
|
|
"tp": 2923.1748989206767,
|
|
"sl": 2929.943756001515,
|
|
"exit": 2929.943756001515,
|
|
"result": "sl",
|
|
"pnl": -80.52028467806652,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10616,
|
|
"time": "2025-02-25 07:10:00",
|
|
"direction": "long",
|
|
"entry": 2931.05,
|
|
"tp": 2933.1581515516878,
|
|
"sl": 2926.071714846509,
|
|
"exit": 2933.1581515516878,
|
|
"result": "tp",
|
|
"pnl": 33.75689987096812,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10624,
|
|
"time": "2025-02-25 07:50:00",
|
|
"direction": "long",
|
|
"entry": 2936.93,
|
|
"tp": 2939.042380729328,
|
|
"sl": 2931.9417278736823,
|
|
"exit": 2939.042380729328,
|
|
"result": "tp",
|
|
"pnl": 33.89985002076761,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10632,
|
|
"time": "2025-02-25 08:30:00",
|
|
"direction": "long",
|
|
"entry": 2942.66,
|
|
"tp": 2944.7765020197844,
|
|
"sl": 2937.6619956705713,
|
|
"exit": 2937.6619956705713,
|
|
"result": "sl",
|
|
"pnl": -80.39164933020007,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10640,
|
|
"time": "2025-02-25 09:10:00",
|
|
"direction": "short",
|
|
"entry": 2927.82,
|
|
"tp": 2925.433056426098,
|
|
"sl": 2932.2071424603687,
|
|
"exit": 2925.433056426098,
|
|
"result": "tp",
|
|
"pnl": 43.30185973503131,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10648,
|
|
"time": "2025-02-25 09:50:00",
|
|
"direction": "short",
|
|
"entry": 2906.05,
|
|
"tp": 2903.680804703521,
|
|
"sl": 2910.404521571324,
|
|
"exit": 2903.680804703521,
|
|
"result": "tp",
|
|
"pnl": 43.537455220623045,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10656,
|
|
"time": "2025-02-25 10:30:00",
|
|
"direction": "long",
|
|
"entry": 2894.79,
|
|
"tp": 2896.872071622903,
|
|
"sl": 2889.8733011789377,
|
|
"exit": 2896.872071622903,
|
|
"result": "tp",
|
|
"pnl": 34.07070941330002,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10672,
|
|
"time": "2025-02-25 11:50:00",
|
|
"direction": "long",
|
|
"entry": 2905.34,
|
|
"tp": 2907.4296596882277,
|
|
"sl": 2900.4053823756526,
|
|
"exit": 2907.4296596882277,
|
|
"result": "tp",
|
|
"pnl": 34.2149884505564,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10680,
|
|
"time": "2025-02-25 12:30:00",
|
|
"direction": "short",
|
|
"entry": 2906.99,
|
|
"tp": 2904.620038356218,
|
|
"sl": 2911.3459300984573,
|
|
"exit": 2911.3459300984573,
|
|
"result": "sl",
|
|
"pnl": -81.13898296509296,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10688,
|
|
"time": "2025-02-25 13:10:00",
|
|
"direction": "short",
|
|
"entry": 2907.58,
|
|
"tp": 2905.2095573509964,
|
|
"sl": 2911.9368141739988,
|
|
"exit": 2911.9368141739988,
|
|
"result": "sl",
|
|
"pnl": -80.32759313544035,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10696,
|
|
"time": "2025-02-25 13:50:00",
|
|
"direction": "long",
|
|
"entry": 2912.89,
|
|
"tp": 2914.985090009858,
|
|
"sl": 2907.942558966666,
|
|
"exit": 2914.985090009858,
|
|
"result": "tp",
|
|
"pnl": 33.676116883969186,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10712,
|
|
"time": "2025-02-25 15:10:00",
|
|
"direction": "long",
|
|
"entry": 2916.46,
|
|
"tp": 2918.5576577248544,
|
|
"sl": 2911.5064954474506,
|
|
"exit": 2918.5576577248544,
|
|
"result": "tp",
|
|
"pnl": 33.81872494251561,
|
|
"bars_held": 22,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10736,
|
|
"time": "2025-02-25 18:05:00",
|
|
"direction": "long",
|
|
"entry": 2921.88,
|
|
"tp": 2923.981556048462,
|
|
"sl": 2916.9172897684166,
|
|
"exit": 2923.981556048462,
|
|
"result": "tp",
|
|
"pnl": 33.9619369025903,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10752,
|
|
"time": "2025-02-25 19:25:00",
|
|
"direction": "long",
|
|
"entry": 2927.82,
|
|
"tp": 2929.925828380977,
|
|
"sl": 2922.8472008877047,
|
|
"exit": 2922.8472008877047,
|
|
"result": "sl",
|
|
"pnl": -80.53888499137712,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10760,
|
|
"time": "2025-02-25 20:05:00",
|
|
"direction": "short",
|
|
"entry": 2916.84,
|
|
"tp": 2914.462008014803,
|
|
"sl": 2921.2106896646997,
|
|
"exit": 2914.462008014803,
|
|
"result": "tp",
|
|
"pnl": 43.38116620530951,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10784,
|
|
"time": "2025-02-25 22:05:00",
|
|
"direction": "short",
|
|
"entry": 2917.13,
|
|
"tp": 2914.7517715885074,
|
|
"sl": 2921.5011242103046,
|
|
"exit": 2914.7517715885074,
|
|
"result": "tp",
|
|
"pnl": 43.61719317921704,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10800,
|
|
"time": "2025-02-25 23:25:00",
|
|
"direction": "long",
|
|
"entry": 2920.01,
|
|
"tp": 2922.110211054893,
|
|
"sl": 2915.05046589753,
|
|
"exit": 2915.05046589753,
|
|
"result": "sl",
|
|
"pnl": -80.60347973531006,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10808,
|
|
"time": "2025-02-26 00:05:00",
|
|
"direction": "short",
|
|
"entry": 2913.63,
|
|
"tp": 2911.254625009315,
|
|
"sl": 2917.995879694381,
|
|
"exit": 2911.254625009315,
|
|
"result": "tp",
|
|
"pnl": 43.41595927852531,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10816,
|
|
"time": "2025-02-26 00:45:00",
|
|
"direction": "short",
|
|
"entry": 2907.52,
|
|
"tp": 2905.1496062667816,
|
|
"sl": 2911.876724268012,
|
|
"exit": 2911.876724268012,
|
|
"result": "sl",
|
|
"pnl": -80.23160453074706,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10824,
|
|
"time": "2025-02-26 01:25:00",
|
|
"direction": "long",
|
|
"entry": 2911.98,
|
|
"tp": 2914.0744354942713,
|
|
"sl": 2907.0341045696036,
|
|
"exit": 2914.0744354942713,
|
|
"result": "tp",
|
|
"pnl": 33.63587512712153,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10840,
|
|
"time": "2025-02-26 02:45:00",
|
|
"direction": "long",
|
|
"entry": 2914.41,
|
|
"tp": 2916.5061832666634,
|
|
"sl": 2909.4599773002215,
|
|
"exit": 2916.5061832666634,
|
|
"result": "tp",
|
|
"pnl": 33.77831277413175,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10856,
|
|
"time": "2025-02-26 04:05:00",
|
|
"direction": "long",
|
|
"entry": 2915.56,
|
|
"tp": 2917.657010401746,
|
|
"sl": 2910.60802406574,
|
|
"exit": 2910.60802406574,
|
|
"result": "sl",
|
|
"pnl": -80.1034303644473,
|
|
"bars_held": 28,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10904,
|
|
"time": "2025-02-26 08:05:00",
|
|
"direction": "short",
|
|
"entry": 2899.25,
|
|
"tp": 2896.886348492518,
|
|
"sl": 2903.594332226101,
|
|
"exit": 2896.886348492518,
|
|
"result": "tp",
|
|
"pnl": 43.146614540635284,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10912,
|
|
"time": "2025-02-26 08:45:00",
|
|
"direction": "long",
|
|
"entry": 2902.9,
|
|
"tp": 2904.9879047233567,
|
|
"sl": 2897.9695266296826,
|
|
"exit": 2904.9879047233567,
|
|
"result": "tp",
|
|
"pnl": 33.76485278554311,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10920,
|
|
"time": "2025-02-26 09:25:00",
|
|
"direction": "long",
|
|
"entry": 2911.13,
|
|
"tp": 2913.2238241335576,
|
|
"sl": 2906.185548264655,
|
|
"exit": 2913.2238241335576,
|
|
"result": "tp",
|
|
"pnl": 33.907836613498056,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10928,
|
|
"time": "2025-02-26 10:05:00",
|
|
"direction": "long",
|
|
"entry": 2912.03,
|
|
"tp": 2914.124471456666,
|
|
"sl": 2907.0840196463655,
|
|
"exit": 2914.124471456666,
|
|
"result": "tp",
|
|
"pnl": 34.05142593425266,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 10960,
|
|
"time": "2025-02-26 12:45:00",
|
|
"direction": "short",
|
|
"entry": 2912.48,
|
|
"tp": 2910.105562561866,
|
|
"sl": 2916.844156496292,
|
|
"exit": 2916.844156496292,
|
|
"result": "sl",
|
|
"pnl": -80.75110335954022,
|
|
"bars_held": 28,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11008,
|
|
"time": "2025-02-26 17:40:00",
|
|
"direction": "long",
|
|
"entry": 2919.78,
|
|
"tp": 2921.8800456278764,
|
|
"sl": 2914.820856544426,
|
|
"exit": 2914.820856544426,
|
|
"result": "sl",
|
|
"pnl": -79.9435923259511,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11016,
|
|
"time": "2025-02-26 18:20:00",
|
|
"direction": "short",
|
|
"entry": 2917.52,
|
|
"tp": 2915.141453635903,
|
|
"sl": 2921.891708599222,
|
|
"exit": 2915.141453635903,
|
|
"result": "tp",
|
|
"pnl": 43.06051997259075,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11032,
|
|
"time": "2025-02-26 19:40:00",
|
|
"direction": "long",
|
|
"entry": 2916.04,
|
|
"tp": 2918.1373556407375,
|
|
"sl": 2911.087208802652,
|
|
"exit": 2911.087208802652,
|
|
"result": "sl",
|
|
"pnl": -79.57476160241607,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11048,
|
|
"time": "2025-02-26 21:00:00",
|
|
"direction": "short",
|
|
"entry": 2907.9,
|
|
"tp": 2905.5292964668083,
|
|
"sl": 2912.257293672598,
|
|
"exit": 2905.5292964668083,
|
|
"result": "tp",
|
|
"pnl": 42.861854360061095,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11072,
|
|
"time": "2025-02-26 23:00:00",
|
|
"direction": "short",
|
|
"entry": 2895.3,
|
|
"tp": 2892.9395687817155,
|
|
"sl": 2899.638413415273,
|
|
"exit": 2892.9395687817155,
|
|
"result": "tp",
|
|
"pnl": 43.09505587734563,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11088,
|
|
"time": "2025-02-27 00:20:00",
|
|
"direction": "long",
|
|
"entry": 2894.99,
|
|
"tp": 2897.072215472482,
|
|
"sl": 2890.0729614859843,
|
|
"exit": 2897.072215472482,
|
|
"result": "tp",
|
|
"pnl": 33.724504992453724,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11096,
|
|
"time": "2025-02-27 01:00:00",
|
|
"direction": "short",
|
|
"entry": 2893.11,
|
|
"tp": 2890.7513542078777,
|
|
"sl": 2897.445131846738,
|
|
"exit": 2890.7513542078777,
|
|
"result": "tp",
|
|
"pnl": 43.51301348602917,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11104,
|
|
"time": "2025-02-27 01:40:00",
|
|
"direction": "short",
|
|
"entry": 2890.08,
|
|
"tp": 2887.723824455034,
|
|
"sl": 2894.410591594381,
|
|
"exit": 2887.723824455034,
|
|
"result": "tp",
|
|
"pnl": 43.74975781074156,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11112,
|
|
"time": "2025-02-27 02:20:00",
|
|
"direction": "short",
|
|
"entry": 2885.02,
|
|
"tp": 2882.6679496862585,
|
|
"sl": 2889.343009522789,
|
|
"exit": 2882.6679496862585,
|
|
"result": "tp",
|
|
"pnl": 43.98779020702429,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11120,
|
|
"time": "2025-02-27 03:00:00",
|
|
"direction": "short",
|
|
"entry": 2880.32,
|
|
"tp": 2877.9717814227715,
|
|
"sl": 2884.6359668871205,
|
|
"exit": 2877.9717814227715,
|
|
"result": "tp",
|
|
"pnl": 44.22711768296961,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11128,
|
|
"time": "2025-02-27 03:40:00",
|
|
"direction": "short",
|
|
"entry": 2885.99,
|
|
"tp": 2883.637158881063,
|
|
"sl": 2890.314463002916,
|
|
"exit": 2890.314463002916,
|
|
"result": "sl",
|
|
"pnl": -81.73060493055497,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11136,
|
|
"time": "2025-02-27 04:20:00",
|
|
"direction": "long",
|
|
"entry": 2889.42,
|
|
"tp": 2891.49820926169,
|
|
"sl": 2884.5124219347335,
|
|
"exit": 2891.49820926169,
|
|
"result": "tp",
|
|
"pnl": 34.26430815620117,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11152,
|
|
"time": "2025-02-27 05:40:00",
|
|
"direction": "short",
|
|
"entry": 2888.84,
|
|
"tp": 2886.484835381263,
|
|
"sl": 2893.1687335373113,
|
|
"exit": 2886.484835381263,
|
|
"result": "tp",
|
|
"pnl": 44.209494052581015,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11168,
|
|
"time": "2025-02-27 07:00:00",
|
|
"direction": "long",
|
|
"entry": 2887.96,
|
|
"tp": 2890.037159159759,
|
|
"sl": 2883.0549016932923,
|
|
"exit": 2890.037159159759,
|
|
"result": "tp",
|
|
"pnl": 34.59662071523335,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11176,
|
|
"time": "2025-02-27 07:40:00",
|
|
"direction": "short",
|
|
"entry": 2886.19,
|
|
"tp": 2883.8369958284457,
|
|
"sl": 2890.5147626895405,
|
|
"exit": 2883.8369958284457,
|
|
"result": "tp",
|
|
"pnl": 44.63826004532035,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11184,
|
|
"time": "2025-02-27 08:20:00",
|
|
"direction": "long",
|
|
"entry": 2891.19,
|
|
"tp": 2893.26948233047,
|
|
"sl": 2886.2794156520968,
|
|
"exit": 2886.2794156520968,
|
|
"result": "sl",
|
|
"pnl": -82.490385710946,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11192,
|
|
"time": "2025-02-27 09:00:00",
|
|
"direction": "short",
|
|
"entry": 2880.07,
|
|
"tp": 2877.7219852385438,
|
|
"sl": 2884.3855922788402,
|
|
"exit": 2877.7219852385438,
|
|
"result": "tp",
|
|
"pnl": 44.432315312650424,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11200,
|
|
"time": "2025-02-27 09:40:00",
|
|
"direction": "long",
|
|
"entry": 2875.57,
|
|
"tp": 2877.638247678302,
|
|
"sl": 2870.685945671748,
|
|
"exit": 2877.638247678302,
|
|
"result": "tp",
|
|
"pnl": 34.770991917328764,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11208,
|
|
"time": "2025-02-27 10:20:00",
|
|
"direction": "long",
|
|
"entry": 2875.21,
|
|
"tp": 2877.2779887490583,
|
|
"sl": 2870.3265571190636,
|
|
"exit": 2877.2779887490583,
|
|
"result": "tp",
|
|
"pnl": 34.91823643688233,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11216,
|
|
"time": "2025-02-27 11:00:00",
|
|
"direction": "long",
|
|
"entry": 2878.36,
|
|
"tp": 2880.4302543799377,
|
|
"sl": 2873.4712069550496,
|
|
"exit": 2880.4302543799377,
|
|
"result": "tp",
|
|
"pnl": 35.06610449196439,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11232,
|
|
"time": "2025-02-27 12:20:00",
|
|
"direction": "long",
|
|
"entry": 2885.13,
|
|
"tp": 2887.2051236882076,
|
|
"sl": 2880.229708348581,
|
|
"exit": 2887.2051236882076,
|
|
"result": "tp",
|
|
"pnl": 35.214598723041995,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11240,
|
|
"time": "2025-02-27 13:00:00",
|
|
"direction": "long",
|
|
"entry": 2886.7,
|
|
"tp": 2888.776252907407,
|
|
"sl": 2881.7970417588976,
|
|
"exit": 2881.7970417588976,
|
|
"result": "sl",
|
|
"pnl": -83.50950432265371,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11248,
|
|
"time": "2025-02-27 13:40:00",
|
|
"direction": "short",
|
|
"entry": 2880.3,
|
|
"tp": 2877.9517977280334,
|
|
"sl": 2884.615936918458,
|
|
"exit": 2877.9517977280334,
|
|
"result": "tp",
|
|
"pnl": 44.981249580643905,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11256,
|
|
"time": "2025-02-27 14:20:00",
|
|
"direction": "short",
|
|
"entry": 2875.45,
|
|
"tp": 2873.1057517540094,
|
|
"sl": 2879.7586695178206,
|
|
"exit": 2873.1057517540094,
|
|
"result": "tp",
|
|
"pnl": 45.22598224114176,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11264,
|
|
"time": "2025-02-27 15:00:00",
|
|
"direction": "short",
|
|
"entry": 2872.3,
|
|
"tp": 2869.9583198327364,
|
|
"sl": 2876.60394945349,
|
|
"exit": 2876.60394945349,
|
|
"result": "sl",
|
|
"pnl": -83.57648159764501,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11272,
|
|
"time": "2025-02-27 15:40:00",
|
|
"direction": "long",
|
|
"entry": 2876.94,
|
|
"tp": 2879.0092330479224,
|
|
"sl": 2872.0536187750176,
|
|
"exit": 2879.0092330479224,
|
|
"result": "tp",
|
|
"pnl": 35.03816376382535,
|
|
"bars_held": 22,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11296,
|
|
"time": "2025-02-27 18:35:00",
|
|
"direction": "long",
|
|
"entry": 2879.46,
|
|
"tp": 2881.5310455526255,
|
|
"sl": 2874.5693386438065,
|
|
"exit": 2881.5310455526255,
|
|
"result": "tp",
|
|
"pnl": 35.186539674463695,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11304,
|
|
"time": "2025-02-27 19:15:00",
|
|
"direction": "long",
|
|
"entry": 2879.26,
|
|
"tp": 2881.330901703046,
|
|
"sl": 2874.36967833676,
|
|
"exit": 2881.330901703046,
|
|
"result": "tp",
|
|
"pnl": 35.335543911717494,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11312,
|
|
"time": "2025-02-27 19:55:00",
|
|
"direction": "short",
|
|
"entry": 2874.79,
|
|
"tp": 2872.4462898276474,
|
|
"sl": 2879.097680551961,
|
|
"exit": 2872.4462898276474,
|
|
"result": "tp",
|
|
"pnl": 45.59165506240616,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11328,
|
|
"time": "2025-02-27 21:15:00",
|
|
"direction": "short",
|
|
"entry": 2871.75,
|
|
"tp": 2869.4087682274344,
|
|
"sl": 2876.053125315273,
|
|
"exit": 2869.4087682274344,
|
|
"result": "tp",
|
|
"pnl": 45.83970879911367,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11336,
|
|
"time": "2025-02-27 21:55:00",
|
|
"direction": "short",
|
|
"entry": 2865.58,
|
|
"tp": 2863.2437984006865,
|
|
"sl": 2869.873879982916,
|
|
"exit": 2863.2437984006865,
|
|
"result": "tp",
|
|
"pnl": 46.089112139295466,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11344,
|
|
"time": "2025-02-27 22:35:00",
|
|
"direction": "short",
|
|
"entry": 2860.24,
|
|
"tp": 2857.9081519055753,
|
|
"sl": 2864.52587835005,
|
|
"exit": 2864.52587835005,
|
|
"result": "sl",
|
|
"pnl": -85.17152401517498,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11376,
|
|
"time": "2025-02-28 01:15:00",
|
|
"direction": "short",
|
|
"entry": 2861.63,
|
|
"tp": 2859.2970186898838,
|
|
"sl": 2865.9179611720883,
|
|
"exit": 2859.2970186898838,
|
|
"result": "tp",
|
|
"pnl": 45.87647370158174,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11392,
|
|
"time": "2025-02-28 02:35:00",
|
|
"direction": "short",
|
|
"entry": 2855.55,
|
|
"tp": 2853.221975489458,
|
|
"sl": 2859.828850698713,
|
|
"exit": 2853.221975489458,
|
|
"result": "tp",
|
|
"pnl": 46.126077071163564,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11400,
|
|
"time": "2025-02-28 03:15:00",
|
|
"direction": "long",
|
|
"entry": 2861.57,
|
|
"tp": 2863.6281782077285,
|
|
"sl": 2856.7097241784772,
|
|
"exit": 2863.6281782077285,
|
|
"result": "tp",
|
|
"pnl": 36.09646361513685,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11424,
|
|
"time": "2025-02-28 05:15:00",
|
|
"direction": "short",
|
|
"entry": 2860.93,
|
|
"tp": 2858.597589374045,
|
|
"sl": 2865.2169122689033,
|
|
"exit": 2858.597589374045,
|
|
"result": "tp",
|
|
"pnl": 46.57343105361067,
|
|
"bars_held": 16,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11440,
|
|
"time": "2025-02-28 06:35:00",
|
|
"direction": "short",
|
|
"entry": 2858.82,
|
|
"tp": 2856.489309579161,
|
|
"sl": 2863.1037505750187,
|
|
"exit": 2856.489309579161,
|
|
"result": "tp",
|
|
"pnl": 46.82682640826905,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11448,
|
|
"time": "2025-02-28 07:15:00",
|
|
"direction": "long",
|
|
"entry": 2860.12,
|
|
"tp": 2862.1771352982764,
|
|
"sl": 2855.262186952388,
|
|
"exit": 2855.262186952388,
|
|
"result": "sl",
|
|
"pnl": -86.53480149351938,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11456,
|
|
"time": "2025-02-28 07:55:00",
|
|
"direction": "short",
|
|
"entry": 2848.93,
|
|
"tp": 2846.6073725310994,
|
|
"sl": 2853.198931071451,
|
|
"exit": 2846.6073725310994,
|
|
"result": "tp",
|
|
"pnl": 46.61078442463615,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11464,
|
|
"time": "2025-02-28 08:35:00",
|
|
"direction": "short",
|
|
"entry": 2843.08,
|
|
"tp": 2840.7621418201634,
|
|
"sl": 2847.3401652376933,
|
|
"exit": 2840.7621418201634,
|
|
"result": "tp",
|
|
"pnl": 46.864383010418585,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11472,
|
|
"time": "2025-02-28 09:15:00",
|
|
"direction": "long",
|
|
"entry": 2839.32,
|
|
"tp": 2841.3621749419963,
|
|
"sl": 2834.497515019529,
|
|
"exit": 2841.3621749419963,
|
|
"result": "tp",
|
|
"pnl": 36.674232963093516,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11480,
|
|
"time": "2025-02-28 09:55:00",
|
|
"direction": "long",
|
|
"entry": 2849.62,
|
|
"tp": 2851.669583195346,
|
|
"sl": 2844.780020832435,
|
|
"exit": 2851.669583195346,
|
|
"result": "tp",
|
|
"pnl": 36.82953712656149,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11488,
|
|
"time": "2025-02-28 10:35:00",
|
|
"direction": "short",
|
|
"entry": 2849.64,
|
|
"tp": 2847.316793694307,
|
|
"sl": 2853.909994958967,
|
|
"exit": 2847.316793694307,
|
|
"result": "tp",
|
|
"pnl": 47.519278519604896,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11512,
|
|
"time": "2025-02-28 12:35:00",
|
|
"direction": "long",
|
|
"entry": 2845.26,
|
|
"tp": 2847.306447274511,
|
|
"sl": 2840.427426138817,
|
|
"exit": 2847.306447274511,
|
|
"result": "tp",
|
|
"pnl": 37.186728571216946,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11520,
|
|
"time": "2025-02-28 13:15:00",
|
|
"direction": "short",
|
|
"entry": 2845.01,
|
|
"tp": 2842.690568362404,
|
|
"sl": 2849.2730572136174,
|
|
"exit": 2849.2730572136174,
|
|
"result": "sl",
|
|
"pnl": -88.18630292474465,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11528,
|
|
"time": "2025-02-28 13:55:00",
|
|
"direction": "long",
|
|
"entry": 2849.52,
|
|
"tp": 2851.5695112705566,
|
|
"sl": 2844.680190678912,
|
|
"exit": 2851.5695112705566,
|
|
"result": "tp",
|
|
"pnl": 36.97076096692582,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11536,
|
|
"time": "2025-02-28 14:35:00",
|
|
"direction": "short",
|
|
"entry": 2849.02,
|
|
"tp": 2846.6972991574216,
|
|
"sl": 2853.2890659304326,
|
|
"exit": 2853.2890659304326,
|
|
"result": "sl",
|
|
"pnl": -87.67414750516832,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11544,
|
|
"time": "2025-02-28 15:15:00",
|
|
"direction": "long",
|
|
"entry": 2857.25,
|
|
"tp": 2859.3050710568086,
|
|
"sl": 2852.3970615462677,
|
|
"exit": 2859.3050710568086,
|
|
"result": "tp",
|
|
"pnl": 36.75604762746689,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11568,
|
|
"time": "2025-03-02 18:10:00",
|
|
"direction": "long",
|
|
"entry": 2869.9,
|
|
"tp": 2871.96416954272,
|
|
"sl": 2865.025575966973,
|
|
"exit": 2865.025575966973,
|
|
"result": "sl",
|
|
"pnl": -87.16496650638757,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11576,
|
|
"time": "2025-03-02 18:50:00",
|
|
"direction": "short",
|
|
"entry": 2867.62,
|
|
"tp": 2865.282135263987,
|
|
"sl": 2871.9169367864833,
|
|
"exit": 2865.282135263987,
|
|
"result": "tp",
|
|
"pnl": 46.95021416920072,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11584,
|
|
"time": "2025-03-02 19:30:00",
|
|
"direction": "long",
|
|
"entry": 2870.55,
|
|
"tp": 2872.6146370538536,
|
|
"sl": 2865.674471964875,
|
|
"exit": 2865.674471964875,
|
|
"result": "sl",
|
|
"pnl": -86.76281898301572,
|
|
"bars_held": 19,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11624,
|
|
"time": "2025-03-02 22:50:00",
|
|
"direction": "long",
|
|
"entry": 2867.57,
|
|
"tp": 2869.6324936951173,
|
|
"sl": 2862.699533389879,
|
|
"exit": 2862.699533389879,
|
|
"result": "sl",
|
|
"pnl": -85.89519079318235,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11632,
|
|
"time": "2025-03-02 23:30:00",
|
|
"direction": "short",
|
|
"entry": 2862.87,
|
|
"tp": 2860.5360077636547,
|
|
"sl": 2867.1598192291585,
|
|
"exit": 2860.5360077636547,
|
|
"result": "tp",
|
|
"pnl": 46.26626689001914,
|
|
"bars_held": 27,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11640,
|
|
"time": "2025-03-03 00:10:00",
|
|
"direction": "long",
|
|
"entry": 2865.08,
|
|
"tp": 2867.1407027678506,
|
|
"sl": 2860.2137625671467,
|
|
"exit": 2860.2137625671467,
|
|
"result": "sl",
|
|
"pnl": -85.49890155415713,
|
|
"bars_held": 19,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11648,
|
|
"time": "2025-03-03 00:50:00",
|
|
"direction": "long",
|
|
"entry": 2865.17,
|
|
"tp": 2867.2307675001616,
|
|
"sl": 2860.303609705318,
|
|
"exit": 2860.303609705318,
|
|
"result": "sl",
|
|
"pnl": -84.64391253860919,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11656,
|
|
"time": "2025-03-03 01:30:00",
|
|
"direction": "short",
|
|
"entry": 2862.52,
|
|
"tp": 2860.1862931057353,
|
|
"sl": 2866.8092947775663,
|
|
"exit": 2860.1862931057353,
|
|
"result": "tp",
|
|
"pnl": 45.592283013333,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11664,
|
|
"time": "2025-03-03 02:10:00",
|
|
"direction": "long",
|
|
"entry": 2863.71,
|
|
"tp": 2865.7697173982306,
|
|
"sl": 2858.846089463877,
|
|
"exit": 2858.846089463877,
|
|
"result": "sl",
|
|
"pnl": -84.253396243358,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11672,
|
|
"time": "2025-03-03 02:50:00",
|
|
"direction": "long",
|
|
"entry": 2868.01,
|
|
"tp": 2870.0728101641926,
|
|
"sl": 2863.1387860653817,
|
|
"exit": 2870.0728101641926,
|
|
"result": "tp",
|
|
"pnl": 35.32194989309468,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11688,
|
|
"time": "2025-03-03 04:10:00",
|
|
"direction": "long",
|
|
"entry": 2868.31,
|
|
"tp": 2870.3730259385616,
|
|
"sl": 2863.4382765259516,
|
|
"exit": 2870.3730259385616,
|
|
"result": "tp",
|
|
"pnl": 35.4715275512212,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11696,
|
|
"time": "2025-03-03 04:50:00",
|
|
"direction": "long",
|
|
"entry": 2872.86,
|
|
"tp": 2874.9262985164983,
|
|
"sl": 2867.9805485112647,
|
|
"exit": 2874.9262985164983,
|
|
"result": "tp",
|
|
"pnl": 35.621738625002834,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11728,
|
|
"time": "2025-03-03 07:30:00",
|
|
"direction": "long",
|
|
"entry": 2873.96,
|
|
"tp": 2876.0270896891857,
|
|
"sl": 2869.0786802000216,
|
|
"exit": 2876.0270896891857,
|
|
"result": "tp",
|
|
"pnl": 35.77258579674463,
|
|
"bars_held": 12,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11744,
|
|
"time": "2025-03-03 08:50:00",
|
|
"direction": "long",
|
|
"entry": 2877.57,
|
|
"tp": 2879.639686174098,
|
|
"sl": 2872.682548742215,
|
|
"exit": 2879.639686174098,
|
|
"result": "tp",
|
|
"pnl": 35.924071760148756,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11752,
|
|
"time": "2025-03-03 09:30:00",
|
|
"direction": "long",
|
|
"entry": 2888.01,
|
|
"tp": 2890.0871951221543,
|
|
"sl": 2883.104816770054,
|
|
"exit": 2890.0871951221543,
|
|
"result": "tp",
|
|
"pnl": 36.07619922028678,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11768,
|
|
"time": "2025-03-03 10:50:00",
|
|
"direction": "long",
|
|
"entry": 2891.65,
|
|
"tp": 2893.729813184503,
|
|
"sl": 2886.7386343583044,
|
|
"exit": 2886.7386343583044,
|
|
"result": "sl",
|
|
"pnl": -85.55274300939098,
|
|
"bars_held": 22,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11808,
|
|
"time": "2025-03-03 14:10:00",
|
|
"direction": "short",
|
|
"entry": 2883.21,
|
|
"tp": 2880.8594253124475,
|
|
"sl": 2887.53029735884,
|
|
"exit": 2887.53029735884,
|
|
"result": "sl",
|
|
"pnl": -84.69721557929884,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11816,
|
|
"time": "2025-03-03 14:50:00",
|
|
"direction": "long",
|
|
"entry": 2888.43,
|
|
"tp": 2890.507497206271,
|
|
"sl": 2883.5241034148517,
|
|
"exit": 2890.507497206271,
|
|
"result": "tp",
|
|
"pnl": 35.508014372921544,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11824,
|
|
"time": "2025-03-03 15:30:00",
|
|
"direction": "long",
|
|
"entry": 2893.92,
|
|
"tp": 2896.0014458772316,
|
|
"sl": 2889.004778843285,
|
|
"exit": 2889.004778843285,
|
|
"result": "sl",
|
|
"pnl": -84.20532356723017,
|
|
"bars_held": 32,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11832,
|
|
"time": "2025-03-03 17:05:00",
|
|
"direction": "short",
|
|
"entry": 2891.77,
|
|
"tp": 2889.4124466604153,
|
|
"sl": 2896.103123946356,
|
|
"exit": 2889.4124466604153,
|
|
"result": "tp",
|
|
"pnl": 45.35604307699532,
|
|
"bars_held": 23,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11856,
|
|
"time": "2025-03-03 19:05:00",
|
|
"direction": "short",
|
|
"entry": 2887.62,
|
|
"tp": 2885.26583000223,
|
|
"sl": 2891.9469054489036,
|
|
"exit": 2885.26583000223,
|
|
"result": "tp",
|
|
"pnl": 45.602814902933595,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11864,
|
|
"time": "2025-03-03 19:45:00",
|
|
"direction": "long",
|
|
"entry": 2886.84,
|
|
"tp": 2888.9163536021133,
|
|
"sl": 2881.9368039738306,
|
|
"exit": 2888.9163536021133,
|
|
"result": "tp",
|
|
"pnl": 35.68697911057764,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11872,
|
|
"time": "2025-03-03 20:25:00",
|
|
"direction": "short",
|
|
"entry": 2885.65,
|
|
"tp": 2883.2974360705134,
|
|
"sl": 2889.9739535356553,
|
|
"exit": 2889.9739535356553,
|
|
"result": "sl",
|
|
"pnl": -84.62972870246605,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11896,
|
|
"time": "2025-03-03 22:25:00",
|
|
"direction": "long",
|
|
"entry": 2889.07,
|
|
"tp": 2891.147957524926,
|
|
"sl": 2884.163016397402,
|
|
"exit": 2891.147957524926,
|
|
"result": "tp",
|
|
"pnl": 35.47972153027442,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11912,
|
|
"time": "2025-03-03 23:45:00",
|
|
"direction": "short",
|
|
"entry": 2889.18,
|
|
"tp": 2886.8245581918127,
|
|
"sl": 2893.509243004572,
|
|
"exit": 2886.8245581918127,
|
|
"result": "tp",
|
|
"pnl": 45.77768011043793,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11928,
|
|
"time": "2025-03-04 01:05:00",
|
|
"direction": "long",
|
|
"entry": 2889.4,
|
|
"tp": 2891.4781948767322,
|
|
"sl": 2884.4924559040287,
|
|
"exit": 2891.4781948767322,
|
|
"result": "tp",
|
|
"pnl": 35.82382178181388,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11936,
|
|
"time": "2025-03-04 01:45:00",
|
|
"direction": "long",
|
|
"entry": 2897.45,
|
|
"tp": 2899.5339848223116,
|
|
"sl": 2892.528783262659,
|
|
"exit": 2899.5339848223116,
|
|
"result": "tp",
|
|
"pnl": 35.97552471394518,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11944,
|
|
"time": "2025-03-04 02:25:00",
|
|
"direction": "long",
|
|
"entry": 2912.38,
|
|
"tp": 2914.4747231934302,
|
|
"sl": 2907.433425183697,
|
|
"exit": 2914.4747231934302,
|
|
"result": "tp",
|
|
"pnl": 36.12787006160881,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11960,
|
|
"time": "2025-03-04 03:45:00",
|
|
"direction": "long",
|
|
"entry": 2919.62,
|
|
"tp": 2921.7199305482122,
|
|
"sl": 2914.6611282987888,
|
|
"exit": 2914.6611282987888,
|
|
"result": "sl",
|
|
"pnl": -85.67527759741907,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11976,
|
|
"time": "2025-03-04 05:05:00",
|
|
"direction": "long",
|
|
"entry": 2917.36,
|
|
"tp": 2919.4583050479628,
|
|
"sl": 2912.404966829161,
|
|
"exit": 2919.4583050479628,
|
|
"result": "tp",
|
|
"pnl": 35.91805193979006,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 11992,
|
|
"time": "2025-03-04 06:25:00",
|
|
"direction": "long",
|
|
"entry": 2922.77,
|
|
"tp": 2924.8721961790916,
|
|
"sl": 2917.8057781347748,
|
|
"exit": 2924.8721961790916,
|
|
"result": "tp",
|
|
"pnl": 36.07015390783436,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12000,
|
|
"time": "2025-03-04 07:05:00",
|
|
"direction": "long",
|
|
"entry": 2927.31,
|
|
"tp": 2929.415461564549,
|
|
"sl": 2922.3380671047353,
|
|
"exit": 2922.3380671047353,
|
|
"result": "sl",
|
|
"pnl": -85.53840687992273,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12016,
|
|
"time": "2025-03-04 08:25:00",
|
|
"direction": "short",
|
|
"entry": 2916.64,
|
|
"tp": 2914.2621710674202,
|
|
"sl": 2921.010389978075,
|
|
"exit": 2914.2621710674202,
|
|
"result": "tp",
|
|
"pnl": 46.07409012668209,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12040,
|
|
"time": "2025-03-04 10:25:00",
|
|
"direction": "long",
|
|
"entry": 2907.82,
|
|
"tp": 2909.911443423015,
|
|
"sl": 2902.8811701830323,
|
|
"exit": 2909.911443423015,
|
|
"result": "tp",
|
|
"pnl": 36.055780665942,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12048,
|
|
"time": "2025-03-04 11:05:00",
|
|
"direction": "long",
|
|
"entry": 2915.05,
|
|
"tp": 2917.1466435853185,
|
|
"sl": 2910.098890282771,
|
|
"exit": 2910.098890282771,
|
|
"result": "sl",
|
|
"pnl": -85.50432151905129,
|
|
"bars_held": 16,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12064,
|
|
"time": "2025-03-04 12:25:00",
|
|
"direction": "short",
|
|
"entry": 2909.84,
|
|
"tp": 2907.467714856418,
|
|
"sl": 2914.2002006328526,
|
|
"exit": 2914.2002006328526,
|
|
"result": "sl",
|
|
"pnl": -84.64927830385902,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12072,
|
|
"time": "2025-03-04 13:05:00",
|
|
"direction": "long",
|
|
"entry": 2913.96,
|
|
"tp": 2916.055859605109,
|
|
"sl": 2909.0107416093665,
|
|
"exit": 2916.055859605109,
|
|
"result": "tp",
|
|
"pnl": 35.4879174021523,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12088,
|
|
"time": "2025-03-04 14:25:00",
|
|
"direction": "long",
|
|
"entry": 2918.71,
|
|
"tp": 2920.8092760326253,
|
|
"sl": 2913.752673901726,
|
|
"exit": 2913.752673901726,
|
|
"result": "sl",
|
|
"pnl": -84.15766469484215,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12104,
|
|
"time": "2025-03-04 15:45:00",
|
|
"direction": "long",
|
|
"entry": 2917.51,
|
|
"tp": 2919.608412935148,
|
|
"sl": 2912.554712059446,
|
|
"exit": 2912.554712059446,
|
|
"result": "sl",
|
|
"pnl": -83.31608804789374,
|
|
"bars_held": 16,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12112,
|
|
"time": "2025-03-04 17:20:00",
|
|
"direction": "short",
|
|
"entry": 2915.63,
|
|
"tp": 2913.2529944831394,
|
|
"sl": 2919.998876560623,
|
|
"exit": 2913.2529944831394,
|
|
"result": "tp",
|
|
"pnl": 44.87706855599478,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12120,
|
|
"time": "2025-03-04 18:00:00",
|
|
"direction": "short",
|
|
"entry": 2912.95,
|
|
"tp": 2910.5751793882146,
|
|
"sl": 2917.3148607598587,
|
|
"exit": 2910.5751793882146,
|
|
"result": "tp",
|
|
"pnl": 45.121234391441035,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12136,
|
|
"time": "2025-03-04 19:20:00",
|
|
"direction": "short",
|
|
"entry": 2907.63,
|
|
"tp": 2905.259516587842,
|
|
"sl": 2911.986889095655,
|
|
"exit": 2911.986889095655,
|
|
"result": "sl",
|
|
"pnl": -83.38291019688722,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12152,
|
|
"time": "2025-03-04 20:40:00",
|
|
"direction": "short",
|
|
"entry": 2907.05,
|
|
"tp": 2904.679989440433,
|
|
"sl": 2911.406020004445,
|
|
"exit": 2904.679989440433,
|
|
"result": "tp",
|
|
"pnl": 44.91306139042014,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12160,
|
|
"time": "2025-03-04 21:20:00",
|
|
"direction": "long",
|
|
"entry": 2909.4,
|
|
"tp": 2911.492579834694,
|
|
"sl": 2904.458486608701,
|
|
"exit": 2911.492579834694,
|
|
"result": "tp",
|
|
"pnl": 35.14720499257589,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12176,
|
|
"time": "2025-03-04 22:40:00",
|
|
"direction": "long",
|
|
"entry": 2912.14,
|
|
"tp": 2914.2345505739345,
|
|
"sl": 2907.193832815241,
|
|
"exit": 2914.2345505739345,
|
|
"result": "tp",
|
|
"pnl": 35.29604265947893,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12192,
|
|
"time": "2025-03-05 00:00:00",
|
|
"direction": "long",
|
|
"entry": 2918.0,
|
|
"tp": 2920.0987653666175,
|
|
"sl": 2913.04387981171,
|
|
"exit": 2920.0987653666175,
|
|
"result": "tp",
|
|
"pnl": 35.44551060839634,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12200,
|
|
"time": "2025-03-05 00:40:00",
|
|
"direction": "short",
|
|
"entry": 2917.41,
|
|
"tp": 2915.0315433148426,
|
|
"sl": 2921.7815437715785,
|
|
"exit": 2915.0315433148426,
|
|
"result": "tp",
|
|
"pnl": 45.73353949797896,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12208,
|
|
"time": "2025-03-05 01:20:00",
|
|
"direction": "short",
|
|
"entry": 2915.11,
|
|
"tp": 2912.733418419945,
|
|
"sl": 2919.4780973754005,
|
|
"exit": 2919.4780973754005,
|
|
"result": "sl",
|
|
"pnl": -84.51443468641206,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12216,
|
|
"time": "2025-03-05 02:00:00",
|
|
"direction": "long",
|
|
"entry": 2918.82,
|
|
"tp": 2920.9193551498943,
|
|
"sl": 2913.862487070602,
|
|
"exit": 2920.9193551498943,
|
|
"result": "tp",
|
|
"pnl": 35.43138627449504,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12224,
|
|
"time": "2025-03-05 02:40:00",
|
|
"direction": "short",
|
|
"entry": 2919.15,
|
|
"tp": 2916.77012475707,
|
|
"sl": 2923.5241510452092,
|
|
"exit": 2916.77012475707,
|
|
"result": "tp",
|
|
"pnl": 45.715315588339124,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12232,
|
|
"time": "2025-03-05 03:20:00",
|
|
"direction": "short",
|
|
"entry": 2916.26,
|
|
"tp": 2913.882480867394,
|
|
"sl": 2920.6298205734897,
|
|
"exit": 2913.882480867394,
|
|
"result": "tp",
|
|
"pnl": 45.96404213359725,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12248,
|
|
"time": "2025-03-05 04:40:00",
|
|
"direction": "short",
|
|
"entry": 2915.16,
|
|
"tp": 2912.7833776567904,
|
|
"sl": 2919.5281722970562,
|
|
"exit": 2912.7833776567904,
|
|
"result": "tp",
|
|
"pnl": 46.21412194292815,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12272,
|
|
"time": "2025-03-05 06:40:00",
|
|
"direction": "short",
|
|
"entry": 2915.58,
|
|
"tp": 2913.2030352462934,
|
|
"sl": 2919.948801638967,
|
|
"exit": 2913.2030352462934,
|
|
"result": "tp",
|
|
"pnl": 46.46556237914176,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12280,
|
|
"time": "2025-03-05 07:20:00",
|
|
"direction": "short",
|
|
"entry": 2912.65,
|
|
"tp": 2910.2754239671413,
|
|
"sl": 2917.0144112299226,
|
|
"exit": 2910.2754239671413,
|
|
"result": "tp",
|
|
"pnl": 46.71837084508218,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12288,
|
|
"time": "2025-03-05 08:00:00",
|
|
"direction": "short",
|
|
"entry": 2904.9,
|
|
"tp": 2902.531742256072,
|
|
"sl": 2909.252798373235,
|
|
"exit": 2902.531742256072,
|
|
"result": "tp",
|
|
"pnl": 46.97255478390062,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12296,
|
|
"time": "2025-03-05 08:40:00",
|
|
"direction": "long",
|
|
"entry": 2914.35,
|
|
"tp": 2916.4461401117896,
|
|
"sl": 2909.4000792081074,
|
|
"exit": 2909.4000792081074,
|
|
"result": "sl",
|
|
"pnl": -86.80410387902104,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12304,
|
|
"time": "2025-03-05 09:20:00",
|
|
"direction": "long",
|
|
"entry": 2918.29,
|
|
"tp": 2920.388973948508,
|
|
"sl": 2913.333387256928,
|
|
"exit": 2920.388973948508,
|
|
"result": "tp",
|
|
"pnl": 36.39129512207958,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12312,
|
|
"time": "2025-03-05 10:00:00",
|
|
"direction": "short",
|
|
"entry": 2918.55,
|
|
"tp": 2916.170613914923,
|
|
"sl": 2922.9232519853367,
|
|
"exit": 2922.9232519853367,
|
|
"result": "sl",
|
|
"pnl": -86.29997579145162,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12320,
|
|
"time": "2025-03-05 10:40:00",
|
|
"direction": "long",
|
|
"entry": 2927.7,
|
|
"tp": 2929.805742071229,
|
|
"sl": 2922.727404703476,
|
|
"exit": 2922.727404703476,
|
|
"result": "sl",
|
|
"pnl": -85.4369760335371,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12328,
|
|
"time": "2025-03-05 11:20:00",
|
|
"direction": "short",
|
|
"entry": 2917.76,
|
|
"tp": 2915.3812579727623,
|
|
"sl": 2922.1320682231712,
|
|
"exit": 2915.3812579727623,
|
|
"result": "tp",
|
|
"pnl": 46.01945579189848,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12344,
|
|
"time": "2025-03-05 12:40:00",
|
|
"direction": "short",
|
|
"entry": 2915.07,
|
|
"tp": 2912.6934510304686,
|
|
"sl": 2919.4380374380758,
|
|
"exit": 2919.4380374380758,
|
|
"result": "sl",
|
|
"pnl": -85.04280083112424,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12368,
|
|
"time": "2025-03-05 14:40:00",
|
|
"direction": "long",
|
|
"entry": 2921.96,
|
|
"tp": 2924.061613588294,
|
|
"sl": 2916.9971538912355,
|
|
"exit": 2916.9971538912355,
|
|
"result": "sl",
|
|
"pnl": -84.19237282280793,
|
|
"bars_held": 19,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12376,
|
|
"time": "2025-03-05 15:20:00",
|
|
"direction": "short",
|
|
"entry": 2919.09,
|
|
"tp": 2916.7101736728555,
|
|
"sl": 2923.464061139222,
|
|
"exit": 2916.7101736728555,
|
|
"result": "tp",
|
|
"pnl": 45.34906733605968,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12400,
|
|
"time": "2025-03-05 18:15:00",
|
|
"direction": "long",
|
|
"entry": 2919.39,
|
|
"tp": 2921.489765121196,
|
|
"sl": 2914.4315189456847,
|
|
"exit": 2921.489765121196,
|
|
"result": "tp",
|
|
"pnl": 35.48840619052116,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12408,
|
|
"time": "2025-03-05 18:55:00",
|
|
"direction": "short",
|
|
"entry": 2916.64,
|
|
"tp": 2914.2621710674202,
|
|
"sl": 2921.010389978075,
|
|
"exit": 2921.010389978075,
|
|
"result": "sl",
|
|
"pnl": -84.15882382984545,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12416,
|
|
"time": "2025-03-05 19:35:00",
|
|
"direction": "long",
|
|
"entry": 2921.24,
|
|
"tp": 2923.341095729807,
|
|
"sl": 2916.278376785867,
|
|
"exit": 2923.341095729807,
|
|
"result": "tp",
|
|
"pnl": 35.282301852769216,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12432,
|
|
"time": "2025-03-05 20:55:00",
|
|
"direction": "long",
|
|
"entry": 2925.33,
|
|
"tp": 2927.4340374537105,
|
|
"sl": 2920.3614300649724,
|
|
"exit": 2920.3614300649724,
|
|
"result": "sl",
|
|
"pnl": -83.6700586100795,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12440,
|
|
"time": "2025-03-05 21:35:00",
|
|
"direction": "short",
|
|
"entry": 2921.01,
|
|
"tp": 2918.628608367727,
|
|
"sl": 2925.3869381308145,
|
|
"exit": 2918.628608367727,
|
|
"result": "tp",
|
|
"pnl": 45.06772994634522,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12448,
|
|
"time": "2025-03-05 22:15:00",
|
|
"direction": "short",
|
|
"entry": 2918.53,
|
|
"tp": 2916.1506302201847,
|
|
"sl": 2922.903222016674,
|
|
"exit": 2916.1506302201847,
|
|
"result": "tp",
|
|
"pnl": 45.31293312668034,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12464,
|
|
"time": "2025-03-05 23:35:00",
|
|
"direction": "long",
|
|
"entry": 2918.06,
|
|
"tp": 2920.158808521491,
|
|
"sl": 2913.1037779038243,
|
|
"exit": 2920.158808521491,
|
|
"result": "tp",
|
|
"pnl": 35.46012897170641,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12472,
|
|
"time": "2025-03-06 00:15:00",
|
|
"direction": "long",
|
|
"entry": 2921.35,
|
|
"tp": 2923.451174847076,
|
|
"sl": 2916.3881899547428,
|
|
"exit": 2916.3881899547428,
|
|
"result": "sl",
|
|
"pnl": -84.09176594442297,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12488,
|
|
"time": "2025-03-06 01:35:00",
|
|
"direction": "short",
|
|
"entry": 2914.53,
|
|
"tp": 2912.153891272536,
|
|
"sl": 2918.89722828419,
|
|
"exit": 2912.153891272536,
|
|
"result": "tp",
|
|
"pnl": 45.294876820351064,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12496,
|
|
"time": "2025-03-06 02:15:00",
|
|
"direction": "short",
|
|
"entry": 2907.75,
|
|
"tp": 2905.3794187562717,
|
|
"sl": 2912.1070689076296,
|
|
"exit": 2905.3794187562717,
|
|
"result": "tp",
|
|
"pnl": 45.54131585471509,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12512,
|
|
"time": "2025-03-06 03:35:00",
|
|
"direction": "short",
|
|
"entry": 2897.33,
|
|
"tp": 2894.967913797647,
|
|
"sl": 2901.6714552345084,
|
|
"exit": 2894.967913797647,
|
|
"result": "tp",
|
|
"pnl": 45.789095707343236,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12520,
|
|
"time": "2025-03-06 04:15:00",
|
|
"direction": "long",
|
|
"entry": 2896.64,
|
|
"tp": 2898.7234022315142,
|
|
"sl": 2891.72015901912,
|
|
"exit": 2898.7234022315142,
|
|
"result": "tp",
|
|
"pnl": 35.832755181414086,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12536,
|
|
"time": "2025-03-06 05:35:00",
|
|
"direction": "long",
|
|
"entry": 2905.43,
|
|
"tp": 2907.5197244205383,
|
|
"sl": 2900.4952295138232,
|
|
"exit": 2900.4952295138232,
|
|
"result": "sl",
|
|
"pnl": -84.97542872062013,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12552,
|
|
"time": "2025-03-06 06:55:00",
|
|
"direction": "long",
|
|
"entry": 2903.16,
|
|
"tp": 2905.24809172781,
|
|
"sl": 2898.229085028843,
|
|
"exit": 2905.24809172781,
|
|
"result": "tp",
|
|
"pnl": 35.62465098432548,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12560,
|
|
"time": "2025-03-06 07:35:00",
|
|
"direction": "short",
|
|
"entry": 2902.49,
|
|
"tp": 2900.1237070401135,
|
|
"sl": 2906.8391871494127,
|
|
"exit": 2906.8391871494127,
|
|
"result": "sl",
|
|
"pnl": -84.4819209432523,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12568,
|
|
"time": "2025-03-06 08:15:00",
|
|
"direction": "long",
|
|
"entry": 2908.27,
|
|
"tp": 2910.3617670845692,
|
|
"sl": 2903.3304058738872,
|
|
"exit": 2910.3617670845692,
|
|
"result": "tp",
|
|
"pnl": 35.41775538413501,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12576,
|
|
"time": "2025-03-06 08:55:00",
|
|
"direction": "long",
|
|
"entry": 2914.71,
|
|
"tp": 2916.806399041033,
|
|
"sl": 2909.7594677607917,
|
|
"exit": 2916.806399041033,
|
|
"result": "tp",
|
|
"pnl": 35.56773874922351,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12584,
|
|
"time": "2025-03-06 09:35:00",
|
|
"direction": "short",
|
|
"entry": 2910.13,
|
|
"tp": 2907.7574784301223,
|
|
"sl": 2914.4906351784575,
|
|
"exit": 2914.4906351784575,
|
|
"result": "sl",
|
|
"pnl": -84.34695667515159,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12600,
|
|
"time": "2025-03-06 10:55:00",
|
|
"direction": "long",
|
|
"entry": 2917.24,
|
|
"tp": 2919.338218738215,
|
|
"sl": 2912.2851706449324,
|
|
"exit": 2919.338218738215,
|
|
"result": "tp",
|
|
"pnl": 35.36117367553116,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12616,
|
|
"time": "2025-03-06 12:15:00",
|
|
"direction": "long",
|
|
"entry": 2919.87,
|
|
"tp": 2921.970110360187,
|
|
"sl": 2914.910703682597,
|
|
"exit": 2914.910703682597,
|
|
"result": "sl",
|
|
"pnl": -83.85709884515583,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12624,
|
|
"time": "2025-03-06 12:55:00",
|
|
"direction": "short",
|
|
"entry": 2915.99,
|
|
"tp": 2913.612700988427,
|
|
"sl": 2920.3594159965464,
|
|
"exit": 2913.612700988427,
|
|
"result": "tp",
|
|
"pnl": 45.168476604640944,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12632,
|
|
"time": "2025-03-06 13:35:00",
|
|
"direction": "short",
|
|
"entry": 2913.7,
|
|
"tp": 2911.3245679408983,
|
|
"sl": 2918.0659845846994,
|
|
"exit": 2911.3245679408983,
|
|
"result": "tp",
|
|
"pnl": 45.414227924432915,
|
|
"bars_held": 16,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12648,
|
|
"time": "2025-03-06 14:55:00",
|
|
"direction": "short",
|
|
"entry": 2908.59,
|
|
"tp": 2906.2187339352777,
|
|
"sl": 2912.9483275914513,
|
|
"exit": 2912.9483275914513,
|
|
"result": "sl",
|
|
"pnl": -83.92435490199635,
|
|
"bars_held": 20,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12672,
|
|
"time": "2025-03-06 17:50:00",
|
|
"direction": "short",
|
|
"entry": 2910.21,
|
|
"tp": 2907.8374132090753,
|
|
"sl": 2914.5707550531074,
|
|
"exit": 2907.8374132090753,
|
|
"result": "tp",
|
|
"pnl": 45.20470315756986,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12696,
|
|
"time": "2025-03-06 19:50:00",
|
|
"direction": "long",
|
|
"entry": 2907.07,
|
|
"tp": 2909.160903987092,
|
|
"sl": 2902.132444031607,
|
|
"exit": 2902.132444031607,
|
|
"result": "sl",
|
|
"pnl": -83.53715838455074,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12704,
|
|
"time": "2025-03-06 20:30:00",
|
|
"direction": "long",
|
|
"entry": 2904.55,
|
|
"tp": 2906.6390914823887,
|
|
"sl": 2899.616724162818,
|
|
"exit": 2906.6390914823887,
|
|
"result": "tp",
|
|
"pnl": 35.02167810717097,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12712,
|
|
"time": "2025-03-06 21:10:00",
|
|
"direction": "short",
|
|
"entry": 2905.12,
|
|
"tp": 2902.7515628981923,
|
|
"sl": 2909.4731280285214,
|
|
"exit": 2909.4731280285214,
|
|
"result": "sl",
|
|
"pnl": -83.05200358178351,
|
|
"bars_held": 25,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12752,
|
|
"time": "2025-03-07 00:30:00",
|
|
"direction": "long",
|
|
"entry": 2913.41,
|
|
"tp": 2915.5054640187655,
|
|
"sl": 2908.461675764988,
|
|
"exit": 2915.5054640187655,
|
|
"result": "tp",
|
|
"pnl": 34.81828436403371,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12760,
|
|
"time": "2025-03-07 01:10:00",
|
|
"direction": "long",
|
|
"entry": 2913.56,
|
|
"tp": 2915.65557190595,
|
|
"sl": 2908.611420995273,
|
|
"exit": 2915.65557190595,
|
|
"result": "tp",
|
|
"pnl": 34.96572915264142,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12768,
|
|
"time": "2025-03-07 01:50:00",
|
|
"direction": "long",
|
|
"entry": 2915.66,
|
|
"tp": 2917.757082326536,
|
|
"sl": 2910.7078542192635,
|
|
"exit": 2917.757082326536,
|
|
"result": "tp",
|
|
"pnl": 35.11379832484711,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12776,
|
|
"time": "2025-03-07 02:30:00",
|
|
"direction": "long",
|
|
"entry": 2919.67,
|
|
"tp": 2921.7699665106074,
|
|
"sl": 2914.7110433755506,
|
|
"exit": 2921.7699665106074,
|
|
"result": "tp",
|
|
"pnl": 35.26249452472572,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12800,
|
|
"time": "2025-03-07 04:30:00",
|
|
"direction": "short",
|
|
"entry": 2918.09,
|
|
"tp": 2915.710988935943,
|
|
"sl": 2922.462562706101,
|
|
"exit": 2922.462562706101,
|
|
"result": "sl",
|
|
"pnl": -83.62308660962294,
|
|
"bars_held": 25,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12808,
|
|
"time": "2025-03-07 05:10:00",
|
|
"direction": "long",
|
|
"entry": 2920.78,
|
|
"tp": 2922.8807648757743,
|
|
"sl": 2915.8191580796597,
|
|
"exit": 2915.8191580796597,
|
|
"result": "sl",
|
|
"pnl": -82.78685574353148,
|
|
"bars_held": 25,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12816,
|
|
"time": "2025-03-07 05:50:00",
|
|
"direction": "short",
|
|
"entry": 2918.37,
|
|
"tp": 2915.9907606622783,
|
|
"sl": 2922.742982267375,
|
|
"exit": 2915.9907606622783,
|
|
"result": "tp",
|
|
"pnl": 44.59200483107392,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12824,
|
|
"time": "2025-03-07 06:30:00",
|
|
"direction": "long",
|
|
"entry": 2921.54,
|
|
"tp": 2923.641311504177,
|
|
"sl": 2916.577867246437,
|
|
"exit": 2916.577867246437,
|
|
"result": "sl",
|
|
"pnl": -82.4049072344054,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12832,
|
|
"time": "2025-03-07 07:10:00",
|
|
"direction": "short",
|
|
"entry": 2917.81,
|
|
"tp": 2915.4312172096074,
|
|
"sl": 2922.182143144827,
|
|
"exit": 2915.4312172096074,
|
|
"result": "tp",
|
|
"pnl": 44.38627350318362,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12840,
|
|
"time": "2025-03-07 07:50:00",
|
|
"direction": "long",
|
|
"entry": 2916.69,
|
|
"tp": 2918.787823151871,
|
|
"sl": 2911.736104800554,
|
|
"exit": 2911.736104800554,
|
|
"result": "sl",
|
|
"pnl": -82.02472089709316,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12848,
|
|
"time": "2025-03-07 08:30:00",
|
|
"direction": "long",
|
|
"entry": 2917.57,
|
|
"tp": 2919.6684560900217,
|
|
"sl": 2912.61461015156,
|
|
"exit": 2919.6684560900217,
|
|
"result": "tp",
|
|
"pnl": 34.387611784260294,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12856,
|
|
"time": "2025-03-07 09:10:00",
|
|
"direction": "long",
|
|
"entry": 2926.68,
|
|
"tp": 2928.7850084383726,
|
|
"sl": 2921.7091371375377,
|
|
"exit": 2921.7091371375377,
|
|
"result": "sl",
|
|
"pnl": -81.54834980596632,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12864,
|
|
"time": "2025-03-07 09:50:00",
|
|
"direction": "short",
|
|
"entry": 2915.79,
|
|
"tp": 2913.412864041045,
|
|
"sl": 2920.1591163099224,
|
|
"exit": 2913.412864041045,
|
|
"result": "tp",
|
|
"pnl": 43.92490058783278,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12880,
|
|
"time": "2025-03-07 11:10:00",
|
|
"direction": "short",
|
|
"entry": 2910.72,
|
|
"tp": 2908.3469974249,
|
|
"sl": 2915.081519253999,
|
|
"exit": 2908.3469974249,
|
|
"result": "tp",
|
|
"pnl": 44.16388589578793,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12904,
|
|
"time": "2025-03-07 13:10:00",
|
|
"direction": "short",
|
|
"entry": 2905.37,
|
|
"tp": 2903.0013590824205,
|
|
"sl": 2909.7235026368016,
|
|
"exit": 2909.7235026368016,
|
|
"result": "sl",
|
|
"pnl": -81.61375417274328,
|
|
"bars_held": 17,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12928,
|
|
"time": "2025-03-07 15:10:00",
|
|
"direction": "long",
|
|
"entry": 2910.41,
|
|
"tp": 2912.503306275071,
|
|
"sl": 2905.466771159287,
|
|
"exit": 2912.503306275071,
|
|
"result": "tp",
|
|
"pnl": 34.21532026020511,
|
|
"bars_held": 13,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12944,
|
|
"time": "2025-03-09 16:20:00",
|
|
"direction": "long",
|
|
"entry": 2911.19,
|
|
"tp": 2913.283867288432,
|
|
"sl": 2906.245446356769,
|
|
"exit": 2913.283867288432,
|
|
"result": "tp",
|
|
"pnl": 34.3602116801945,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 12992,
|
|
"time": "2025-03-09 20:20:00",
|
|
"direction": "short",
|
|
"entry": 2910.75,
|
|
"tp": 2908.376972967008,
|
|
"sl": 2915.1115642069926,
|
|
"exit": 2908.376972967008,
|
|
"result": "tp",
|
|
"pnl": 44.33323349170824,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13008,
|
|
"time": "2025-03-09 21:40:00",
|
|
"direction": "short",
|
|
"entry": 2910.15,
|
|
"tp": 2907.777462124861,
|
|
"sl": 2914.51066514712,
|
|
"exit": 2907.777462124861,
|
|
"result": "tp",
|
|
"pnl": 44.57444044531954,
|
|
"bars_held": 21,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13024,
|
|
"time": "2025-03-09 23:00:00",
|
|
"direction": "short",
|
|
"entry": 2909.45,
|
|
"tp": 2907.078032809022,
|
|
"sl": 2913.809616243935,
|
|
"exit": 2907.078032809022,
|
|
"result": "tp",
|
|
"pnl": 44.81695975064203,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13048,
|
|
"time": "2025-03-10 01:00:00",
|
|
"direction": "long",
|
|
"entry": 2914.03,
|
|
"tp": 2916.1259099524623,
|
|
"sl": 2909.0806227168327,
|
|
"exit": 2909.0806227168327,
|
|
"result": "sl",
|
|
"pnl": -82.82061828729618,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13064,
|
|
"time": "2025-03-10 02:20:00",
|
|
"direction": "short",
|
|
"entry": 2904.99,
|
|
"tp": 2902.621668882394,
|
|
"sl": 2909.3429332322153,
|
|
"exit": 2902.621668882394,
|
|
"result": "tp",
|
|
"pnl": 44.61019056238399,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13080,
|
|
"time": "2025-03-10 03:40:00",
|
|
"direction": "long",
|
|
"entry": 2912.99,
|
|
"tp": 2915.085161934648,
|
|
"sl": 2908.0423891201895,
|
|
"exit": 2908.0423891201895,
|
|
"result": "sl",
|
|
"pnl": -82.43851401004554,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13088,
|
|
"time": "2025-03-10 04:20:00",
|
|
"direction": "short",
|
|
"entry": 2905.38,
|
|
"tp": 2903.01135092979,
|
|
"sl": 2909.7335176211327,
|
|
"exit": 2903.01135092979,
|
|
"result": "tp",
|
|
"pnl": 44.40437533212796,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13104,
|
|
"time": "2025-03-10 05:40:00",
|
|
"direction": "short",
|
|
"entry": 2897.27,
|
|
"tp": 2894.9079627134324,
|
|
"sl": 2901.6113653285215,
|
|
"exit": 2901.6113653285215,
|
|
"result": "sl",
|
|
"pnl": -82.05817262326829,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13112,
|
|
"time": "2025-03-10 06:20:00",
|
|
"direction": "short",
|
|
"entry": 2900.71,
|
|
"tp": 2898.34515820841,
|
|
"sl": 2905.0565199384578,
|
|
"exit": 2905.0565199384578,
|
|
"result": "sl",
|
|
"pnl": -81.23759089703384,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13128,
|
|
"time": "2025-03-10 07:40:00",
|
|
"direction": "short",
|
|
"entry": 2901.99,
|
|
"tp": 2899.6241146716575,
|
|
"sl": 2906.3384379328522,
|
|
"exit": 2899.6241146716575,
|
|
"result": "tp",
|
|
"pnl": 43.75751456206501,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13136,
|
|
"time": "2025-03-10 08:20:00",
|
|
"direction": "long",
|
|
"entry": 2905.94,
|
|
"tp": 2908.0300912369667,
|
|
"sl": 2901.0043632967927,
|
|
"exit": 2908.0300912369667,
|
|
"result": "tp",
|
|
"pnl": 34.24291924591057,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13144,
|
|
"time": "2025-03-10 09:00:00",
|
|
"direction": "long",
|
|
"entry": 2906.91,
|
|
"tp": 2909.0007889074277,
|
|
"sl": 2901.9727157859693,
|
|
"exit": 2901.9727157859693,
|
|
"result": "sl",
|
|
"pnl": -81.20521932614008,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13152,
|
|
"time": "2025-03-10 09:40:00",
|
|
"direction": "long",
|
|
"entry": 2905.59,
|
|
"tp": 2907.6798395002024,
|
|
"sl": 2900.654957759461,
|
|
"exit": 2900.654957759461,
|
|
"result": "sl",
|
|
"pnl": -80.39316713288166,
|
|
"bars_held": 12,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13168,
|
|
"time": "2025-03-10 11:00:00",
|
|
"direction": "short",
|
|
"entry": 2894.98,
|
|
"tp": 2892.6198296659036,
|
|
"sl": 2899.317933916674,
|
|
"exit": 2892.6198296659036,
|
|
"result": "tp",
|
|
"pnl": 43.3026772786305,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13176,
|
|
"time": "2025-03-10 11:40:00",
|
|
"direction": "short",
|
|
"entry": 2885.84,
|
|
"tp": 2883.487281170527,
|
|
"sl": 2890.164238237948,
|
|
"exit": 2883.487281170527,
|
|
"result": "tp",
|
|
"pnl": 43.53827721229229,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13184,
|
|
"time": "2025-03-10 12:20:00",
|
|
"direction": "short",
|
|
"entry": 2883.31,
|
|
"tp": 2880.9593437861386,
|
|
"sl": 2887.630447202152,
|
|
"exit": 2887.630447202152,
|
|
"result": "sl",
|
|
"pnl": -80.45764500646229,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13192,
|
|
"time": "2025-03-10 13:00:00",
|
|
"direction": "short",
|
|
"entry": 2883.12,
|
|
"tp": 2880.769498686125,
|
|
"sl": 2887.440162499859,
|
|
"exit": 2880.769498686125,
|
|
"result": "tp",
|
|
"pnl": 43.33740740124267,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13224,
|
|
"time": "2025-03-10 16:35:00",
|
|
"direction": "short",
|
|
"entry": 2884.48,
|
|
"tp": 2882.128389928326,
|
|
"sl": 2888.8022003689034,
|
|
"exit": 2882.128389928326,
|
|
"result": "tp",
|
|
"pnl": 43.57319629352798,
|
|
"bars_held": 12,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13240,
|
|
"time": "2025-03-10 17:55:00",
|
|
"direction": "long",
|
|
"entry": 2884.32,
|
|
"tp": 2886.39454109741,
|
|
"sl": 2879.421084105042,
|
|
"exit": 2886.39454109741,
|
|
"result": "tp",
|
|
"pnl": 34.0986789788809,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13264,
|
|
"time": "2025-03-10 19:55:00",
|
|
"direction": "long",
|
|
"entry": 2890.42,
|
|
"tp": 2892.4989285095885,
|
|
"sl": 2885.510723469967,
|
|
"exit": 2892.4989285095885,
|
|
"result": "tp",
|
|
"pnl": 34.24307645870387,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13272,
|
|
"time": "2025-03-10 20:35:00",
|
|
"direction": "long",
|
|
"entry": 2897.72,
|
|
"tp": 2899.804179019244,
|
|
"sl": 2892.7983246771723,
|
|
"exit": 2892.7983246771723,
|
|
"result": "sl",
|
|
"pnl": -81.20559214771653,
|
|
"bars_held": 40,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13312,
|
|
"time": "2025-03-10 23:55:00",
|
|
"direction": "short",
|
|
"entry": 2895.55,
|
|
"tp": 2893.1893649659437,
|
|
"sl": 2899.8887880235534,
|
|
"exit": 2899.8887880235534,
|
|
"result": "sl",
|
|
"pnl": -80.39353622624235,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13320,
|
|
"time": "2025-03-11 00:35:00",
|
|
"direction": "long",
|
|
"entry": 2899.2,
|
|
"tp": 2901.285243506133,
|
|
"sl": 2894.275810949318,
|
|
"exit": 2901.285243506133,
|
|
"result": "tp",
|
|
"pnl": 33.70376251788632,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13328,
|
|
"time": "2025-03-11 01:15:00",
|
|
"direction": "short",
|
|
"entry": 2898.6,
|
|
"tp": 2896.236878413525,
|
|
"sl": 2902.943358244572,
|
|
"exit": 2902.943358244572,
|
|
"result": "sl",
|
|
"pnl": -79.92663848915879,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13336,
|
|
"time": "2025-03-11 01:55:00",
|
|
"direction": "long",
|
|
"entry": 2900.84,
|
|
"tp": 2902.9264230726867,
|
|
"sl": 2895.9130254671013,
|
|
"exit": 2902.9264230726867,
|
|
"result": "tp",
|
|
"pnl": 33.50802277077458,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13344,
|
|
"time": "2025-03-11 02:35:00",
|
|
"direction": "long",
|
|
"entry": 2906.63,
|
|
"tp": 2908.7205875180166,
|
|
"sl": 2901.693191356104,
|
|
"exit": 2908.7205875180166,
|
|
"result": "tp",
|
|
"pnl": 33.64991900214805,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13360,
|
|
"time": "2025-03-11 03:55:00",
|
|
"direction": "long",
|
|
"entry": 2911.94,
|
|
"tp": 2914.0344067243554,
|
|
"sl": 2906.9941725081944,
|
|
"exit": 2914.0344067243554,
|
|
"result": "tp",
|
|
"pnl": 33.792416120677494,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13400,
|
|
"time": "2025-03-11 07:15:00",
|
|
"direction": "short",
|
|
"entry": 2908.78,
|
|
"tp": 2906.408579035291,
|
|
"sl": 2913.1386122937442,
|
|
"exit": 2913.1386122937442,
|
|
"result": "sl",
|
|
"pnl": -80.13687568319985,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13408,
|
|
"time": "2025-03-11 07:55:00",
|
|
"direction": "long",
|
|
"entry": 2917.89,
|
|
"tp": 2919.9886862493486,
|
|
"sl": 2912.9340666428343,
|
|
"exit": 2919.9886862493486,
|
|
"result": "tp",
|
|
"pnl": 33.59616150422022,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13416,
|
|
"time": "2025-03-11 08:35:00",
|
|
"direction": "short",
|
|
"entry": 2913.83,
|
|
"tp": 2911.4544619566973,
|
|
"sl": 2918.196179381005,
|
|
"exit": 2918.196179381005,
|
|
"result": "sl",
|
|
"pnl": -79.67146854141008,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13424,
|
|
"time": "2025-03-11 09:15:00",
|
|
"direction": "long",
|
|
"entry": 2918.86,
|
|
"tp": 2920.95938391981,
|
|
"sl": 2913.9024191320113,
|
|
"exit": 2920.315,
|
|
"result": "timeout",
|
|
"pnl": 23.148945002893864,
|
|
"bars_held": 50,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13448,
|
|
"time": "2025-03-11 11:15:00",
|
|
"direction": "long",
|
|
"entry": 2918.53,
|
|
"tp": 2920.6291465680038,
|
|
"sl": 2913.572979625384,
|
|
"exit": 2920.6291465680038,
|
|
"result": "tp",
|
|
"pnl": 33.49907537072986,
|
|
"bars_held": 25,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13480,
|
|
"time": "2025-03-11 13:55:00",
|
|
"direction": "short",
|
|
"entry": 2918.25,
|
|
"tp": 2915.870858493849,
|
|
"sl": 2922.6228024554002,
|
|
"exit": 2915.870858493849,
|
|
"result": "tp",
|
|
"pnl": 43.2221531109784,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13512,
|
|
"time": "2025-03-11 17:30:00",
|
|
"direction": "short",
|
|
"entry": 2917.62,
|
|
"tp": 2915.241372109594,
|
|
"sl": 2921.991858442534,
|
|
"exit": 2915.241372109594,
|
|
"result": "tp",
|
|
"pnl": 43.45731493112002,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13520,
|
|
"time": "2025-03-11 18:10:00",
|
|
"direction": "short",
|
|
"entry": 2913.5,
|
|
"tp": 2911.124730993516,
|
|
"sl": 2917.8656848980754,
|
|
"exit": 2911.124730993516,
|
|
"result": "tp",
|
|
"pnl": 43.6937562127777,
|
|
"bars_held": 11,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13536,
|
|
"time": "2025-03-11 19:30:00",
|
|
"direction": "long",
|
|
"entry": 2915.92,
|
|
"tp": 2918.0172693309896,
|
|
"sl": 2910.9674126184245,
|
|
"exit": 2918.0172693309896,
|
|
"result": "tp",
|
|
"pnl": 34.19302445577177,
|
|
"bars_held": 18,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13568,
|
|
"time": "2025-03-11 22:10:00",
|
|
"direction": "short",
|
|
"entry": 2914.08,
|
|
"tp": 2911.704258140925,
|
|
"sl": 2918.4465539892853,
|
|
"exit": 2918.4465539892853,
|
|
"result": "sl",
|
|
"pnl": -81.08689654683863,
|
|
"bars_held": 23,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13592,
|
|
"time": "2025-03-12 00:10:00",
|
|
"direction": "long",
|
|
"entry": 2919.92,
|
|
"tp": 2922.020146322582,
|
|
"sl": 2914.960618759359,
|
|
"exit": 2914.960618759359,
|
|
"result": "sl",
|
|
"pnl": -80.27602758137067,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13600,
|
|
"time": "2025-03-12 00:50:00",
|
|
"direction": "short",
|
|
"entry": 2913.44,
|
|
"tp": 2911.0647799093017,
|
|
"sl": 2917.805594992088,
|
|
"exit": 2911.0647799093017,
|
|
"result": "tp",
|
|
"pnl": 43.23958166520511,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13608,
|
|
"time": "2025-03-12 01:30:00",
|
|
"direction": "long",
|
|
"entry": 2913.51,
|
|
"tp": 2915.6055359435554,
|
|
"sl": 2908.5615059185116,
|
|
"exit": 2915.6055359435554,
|
|
"result": "tp",
|
|
"pnl": 33.83760522066403,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13616,
|
|
"time": "2025-03-12 02:10:00",
|
|
"direction": "long",
|
|
"entry": 2915.8,
|
|
"tp": 2917.897183021242,
|
|
"sl": 2910.8476164341964,
|
|
"exit": 2917.897183021242,
|
|
"result": "tp",
|
|
"pnl": 33.98089713294605,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13624,
|
|
"time": "2025-03-12 02:50:00",
|
|
"direction": "long",
|
|
"entry": 2919.93,
|
|
"tp": 2922.0301535150606,
|
|
"sl": 2914.9706017747108,
|
|
"exit": 2922.0301535150606,
|
|
"result": "tp",
|
|
"pnl": 34.12479584265708,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13632,
|
|
"time": "2025-03-12 03:30:00",
|
|
"direction": "short",
|
|
"entry": 2919.66,
|
|
"tp": 2917.2797089728947,
|
|
"sl": 2924.034915246101,
|
|
"exit": 2917.2797089728947,
|
|
"result": "tp",
|
|
"pnl": 44.02948841033355,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13664,
|
|
"time": "2025-03-12 06:10:00",
|
|
"direction": "short",
|
|
"entry": 2913.29,
|
|
"tp": 2910.9149021987646,
|
|
"sl": 2917.65537022712,
|
|
"exit": 2917.65537022712,
|
|
"result": "sl",
|
|
"pnl": -81.3653909882763,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13672,
|
|
"time": "2025-03-12 06:50:00",
|
|
"direction": "long",
|
|
"entry": 2918.18,
|
|
"tp": 2920.278894831239,
|
|
"sl": 2913.223574088052,
|
|
"exit": 2913.223574088052,
|
|
"result": "sl",
|
|
"pnl": -80.55173707839818,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13680,
|
|
"time": "2025-03-12 07:30:00",
|
|
"direction": "short",
|
|
"entry": 2911.37,
|
|
"tp": 2908.996467503893,
|
|
"sl": 2915.7324932355277,
|
|
"exit": 2915.7324932355277,
|
|
"result": "sl",
|
|
"pnl": -79.74621970761456,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13696,
|
|
"time": "2025-03-12 08:50:00",
|
|
"direction": "long",
|
|
"entry": 2920.44,
|
|
"tp": 2922.540520331489,
|
|
"sl": 2915.47973555768,
|
|
"exit": 2922.540520331489,
|
|
"result": "tp",
|
|
"pnl": 33.43238495145941,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13712,
|
|
"time": "2025-03-12 10:10:00",
|
|
"direction": "long",
|
|
"entry": 2933.31,
|
|
"tp": 2935.419777051937,
|
|
"sl": 2928.327876316137,
|
|
"exit": 2935.419777051937,
|
|
"result": "tp",
|
|
"pnl": 33.5739608797932,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13720,
|
|
"time": "2025-03-12 10:50:00",
|
|
"direction": "short",
|
|
"entry": 2934.91,
|
|
"tp": 2932.517276210805,
|
|
"sl": 2939.3077663511963,
|
|
"exit": 2939.3077663511963,
|
|
"result": "sl",
|
|
"pnl": -79.61882096884925,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13728,
|
|
"time": "2025-03-12 11:30:00",
|
|
"direction": "long",
|
|
"entry": 2939.33,
|
|
"tp": 2941.444106924284,
|
|
"sl": 2934.337651558243,
|
|
"exit": 2934.337651558243,
|
|
"result": "sl",
|
|
"pnl": -78.82263275916199,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13736,
|
|
"time": "2025-03-12 12:10:00",
|
|
"direction": "short",
|
|
"entry": 2935.04,
|
|
"tp": 2932.6471702266035,
|
|
"sl": 2939.437961147502,
|
|
"exit": 2932.6471702266035,
|
|
"result": "tp",
|
|
"pnl": 42.456730470397126,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13784,
|
|
"time": "2025-03-12 17:05:00",
|
|
"direction": "long",
|
|
"entry": 2938.19,
|
|
"tp": 2940.3032869816802,
|
|
"sl": 2933.199587808077,
|
|
"exit": 2940.3032869816802,
|
|
"result": "tp",
|
|
"pnl": 33.22497649817566,
|
|
"bars_held": 23,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13792,
|
|
"time": "2025-03-12 17:45:00",
|
|
"direction": "long",
|
|
"entry": 2937.31,
|
|
"tp": 2939.4226540435297,
|
|
"sl": 2932.3210824570715,
|
|
"exit": 2939.4226540435297,
|
|
"result": "tp",
|
|
"pnl": 33.36567411512484,
|
|
"bars_held": 15,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13808,
|
|
"time": "2025-03-12 19:05:00",
|
|
"direction": "long",
|
|
"entry": 2939.77,
|
|
"tp": 2941.8844233933587,
|
|
"sl": 2934.7769042337463,
|
|
"exit": 2941.8844233933587,
|
|
"result": "tp",
|
|
"pnl": 33.50696754345853,
|
|
"bars_held": 19,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13816,
|
|
"time": "2025-03-12 19:45:00",
|
|
"direction": "short",
|
|
"entry": 2936.63,
|
|
"tp": 2934.235873958294,
|
|
"sl": 2941.0303436561644,
|
|
"exit": 2941.0303436561644,
|
|
"result": "sl",
|
|
"pnl": -79.45994991783576,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13832,
|
|
"time": "2025-03-12 21:05:00",
|
|
"direction": "long",
|
|
"entry": 2944.3,
|
|
"tp": 2946.4176815863375,
|
|
"sl": 2939.2992101883547,
|
|
"exit": 2946.4176815863375,
|
|
"result": "tp",
|
|
"pnl": 33.31237071320817,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13864,
|
|
"time": "2025-03-12 23:45:00",
|
|
"direction": "short",
|
|
"entry": 2939.42,
|
|
"tp": 2937.023599374279,
|
|
"sl": 2943.8245242845724,
|
|
"exit": 2937.023599374279,
|
|
"result": "tp",
|
|
"pnl": 42.981257587605974,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13872,
|
|
"time": "2025-03-13 00:25:00",
|
|
"direction": "short",
|
|
"entry": 2937.54,
|
|
"tp": 2935.145132068884,
|
|
"sl": 2941.9417072303045,
|
|
"exit": 2935.145132068884,
|
|
"result": "tp",
|
|
"pnl": 43.21510875046508,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13880,
|
|
"time": "2025-03-13 01:05:00",
|
|
"direction": "short",
|
|
"entry": 2936.01,
|
|
"tp": 2933.616379421409,
|
|
"sl": 2940.4094146276298,
|
|
"exit": 2933.616379421409,
|
|
"result": "tp",
|
|
"pnl": 43.45023224384587,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13888,
|
|
"time": "2025-03-13 01:45:00",
|
|
"direction": "short",
|
|
"entry": 2933.31,
|
|
"tp": 2930.9185806317455,
|
|
"sl": 2937.7053688582027,
|
|
"exit": 2937.7053688582027,
|
|
"result": "sl",
|
|
"pnl": -80.29494011161361,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13896,
|
|
"time": "2025-03-13 02:25:00",
|
|
"direction": "long",
|
|
"entry": 2941.63,
|
|
"tp": 2943.7457611944496,
|
|
"sl": 2936.6337450892806,
|
|
"exit": 2943.7457611944496,
|
|
"result": "tp",
|
|
"pnl": 33.66242760231719,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13920,
|
|
"time": "2025-03-13 04:25:00",
|
|
"direction": "short",
|
|
"entry": 2943.83,
|
|
"tp": 2941.4300040640614,
|
|
"sl": 2948.2411323746355,
|
|
"exit": 2948.2411323746355,
|
|
"result": "sl",
|
|
"pnl": -79.82861498651569,
|
|
"bars_held": 19,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13928,
|
|
"time": "2025-03-13 05:05:00",
|
|
"direction": "long",
|
|
"entry": 2946.74,
|
|
"tp": 2948.8594365512085,
|
|
"sl": 2941.735065934324,
|
|
"exit": 2948.8594365512085,
|
|
"result": "tp",
|
|
"pnl": 33.466927914033555,
|
|
"bars_held": 12,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13936,
|
|
"time": "2025-03-13 05:45:00",
|
|
"direction": "long",
|
|
"entry": 2946.96,
|
|
"tp": 2949.0795947857464,
|
|
"sl": 2941.954692272076,
|
|
"exit": 2949.0795947857464,
|
|
"result": "tp",
|
|
"pnl": 33.60865012125351,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13944,
|
|
"time": "2025-03-13 06:25:00",
|
|
"direction": "short",
|
|
"entry": 2942.91,
|
|
"tp": 2940.510754106102,
|
|
"sl": 2947.3197538161644,
|
|
"exit": 2947.3197538161644,
|
|
"result": "sl",
|
|
"pnl": -79.70108461700835,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13952,
|
|
"time": "2025-03-13 07:05:00",
|
|
"direction": "short",
|
|
"entry": 2944.32,
|
|
"tp": 2941.9196045851486,
|
|
"sl": 2948.7318666068654,
|
|
"exit": 2948.7318666068654,
|
|
"result": "sl",
|
|
"pnl": -78.90407377083986,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13960,
|
|
"time": "2025-03-13 07:45:00",
|
|
"direction": "long",
|
|
"entry": 2948.43,
|
|
"tp": 2950.5506520801564,
|
|
"sl": 2943.422195528869,
|
|
"exit": 2950.5506520801564,
|
|
"result": "tp",
|
|
"pnl": 33.07932812636361,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13976,
|
|
"time": "2025-03-13 09:05:00",
|
|
"direction": "long",
|
|
"entry": 2967.9,
|
|
"tp": 2970.0346558367323,
|
|
"sl": 2962.859126419868,
|
|
"exit": 2970.0346558367323,
|
|
"result": "tp",
|
|
"pnl": 33.219408966989775,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 13984,
|
|
"time": "2025-03-13 09:45:00",
|
|
"direction": "short",
|
|
"entry": 2969.65,
|
|
"tp": 2967.228953971133,
|
|
"sl": 2974.0998219178205,
|
|
"exit": 2974.0998219178205,
|
|
"result": "sl",
|
|
"pnl": -78.77802040406175,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14000,
|
|
"time": "2025-03-13 11:05:00",
|
|
"direction": "short",
|
|
"entry": 2977.63,
|
|
"tp": 2975.2024481716917,
|
|
"sl": 2982.091779414126,
|
|
"exit": 2982.091779414126,
|
|
"result": "sl",
|
|
"pnl": -77.99024020001795,
|
|
"bars_held": 12,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14024,
|
|
"time": "2025-03-13 13:05:00",
|
|
"direction": "long",
|
|
"entry": 2982.96,
|
|
"tp": 2985.1054877100773,
|
|
"sl": 2977.8935475404865,
|
|
"exit": 2985.1054877100773,
|
|
"result": "tp",
|
|
"pnl": 32.6962173553035,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14048,
|
|
"time": "2025-03-13 16:00:00",
|
|
"direction": "short",
|
|
"entry": 2984.28,
|
|
"tp": 2981.847026672158,
|
|
"sl": 2988.751743994381,
|
|
"exit": 2988.751743994381,
|
|
"result": "sl",
|
|
"pnl": -77.53729997157085,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14056,
|
|
"time": "2025-03-13 16:40:00",
|
|
"direction": "long",
|
|
"entry": 2986.0,
|
|
"tp": 2988.1476742236873,
|
|
"sl": 2980.9283842075965,
|
|
"exit": 2988.1476742236873,
|
|
"result": "tp",
|
|
"pnl": 32.50632908055927,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14072,
|
|
"time": "2025-03-13 18:00:00",
|
|
"direction": "short",
|
|
"entry": 2986.56,
|
|
"tp": 2984.125167872317,
|
|
"sl": 2991.0351604218968,
|
|
"exit": 2984.125167872317,
|
|
"result": "tp",
|
|
"pnl": 41.94126306613316,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14080,
|
|
"time": "2025-03-13 18:40:00",
|
|
"direction": "short",
|
|
"entry": 2984.62,
|
|
"tp": 2982.1867494827075,
|
|
"sl": 2989.092253461642,
|
|
"exit": 2989.092253461642,
|
|
"result": "sl",
|
|
"pnl": -77.50640289332837,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14112,
|
|
"time": "2025-03-13 21:20:00",
|
|
"direction": "long",
|
|
"entry": 2987.47,
|
|
"tp": 2989.6187315180973,
|
|
"sl": 2982.39588746439,
|
|
"exit": 2989.6187315180973,
|
|
"result": "tp",
|
|
"pnl": 32.493375952277326,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14120,
|
|
"time": "2025-03-13 22:00:00",
|
|
"direction": "long",
|
|
"entry": 2992.69,
|
|
"tp": 2994.8424859921256,
|
|
"sl": 2987.6070214783094,
|
|
"exit": 2987.6070214783094,
|
|
"result": "sl",
|
|
"pnl": -77.05627262391609,
|
|
"bars_held": 10,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14128,
|
|
"time": "2025-03-13 22:40:00",
|
|
"direction": "short",
|
|
"entry": 2988.69,
|
|
"tp": 2986.25343136194,
|
|
"sl": 2993.1683520844445,
|
|
"exit": 2986.25343136194,
|
|
"result": "tp",
|
|
"pnl": 41.505304800502316,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14152,
|
|
"time": "2025-03-14 00:40:00",
|
|
"direction": "long",
|
|
"entry": 2984.47,
|
|
"tp": 2986.616573774403,
|
|
"sl": 2979.400982858689,
|
|
"exit": 2986.616573774403,
|
|
"result": "tp",
|
|
"pnl": 32.4804279855616,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14160,
|
|
"time": "2025-03-14 01:20:00",
|
|
"direction": "short",
|
|
"entry": 2980.8,
|
|
"tp": 2978.3698637877033,
|
|
"sl": 2985.26652944712,
|
|
"exit": 2985.26652944712,
|
|
"result": "sl",
|
|
"pnl": -77.02556722553618,
|
|
"bars_held": 7,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14184,
|
|
"time": "2025-03-14 03:20:00",
|
|
"direction": "long",
|
|
"entry": 2995.89,
|
|
"tp": 2998.0447875853993,
|
|
"sl": 2990.801586391057,
|
|
"exit": 2998.0447875853993,
|
|
"result": "tp",
|
|
"pnl": 32.291792940532325,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14200,
|
|
"time": "2025-03-14 04:40:00",
|
|
"direction": "short",
|
|
"entry": 2989.84,
|
|
"tp": 2987.402493809389,
|
|
"sl": 2994.3200752825337,
|
|
"exit": 2987.402493809389,
|
|
"result": "tp",
|
|
"pnl": 41.66445799645793,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14208,
|
|
"time": "2025-03-14 05:20:00",
|
|
"direction": "long",
|
|
"entry": 2997.15,
|
|
"tp": 2999.3056938377513,
|
|
"sl": 2992.0594463254515,
|
|
"exit": 2992.0594463254515,
|
|
"result": "sl",
|
|
"pnl": -76.99487406265072,
|
|
"bars_held": 21,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14216,
|
|
"time": "2025-03-14 06:00:00",
|
|
"direction": "short",
|
|
"entry": 2996.14,
|
|
"tp": 2993.6973576519354,
|
|
"sl": 3000.629515411196,
|
|
"exit": 2993.6973576519354,
|
|
"result": "tp",
|
|
"pnl": 41.472233307253205,
|
|
"bars_held": 12,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14240,
|
|
"time": "2025-03-14 08:00:00",
|
|
"direction": "short",
|
|
"entry": 2985.88,
|
|
"tp": 2983.445722251217,
|
|
"sl": 2990.3541414873744,
|
|
"exit": 2990.3541414873744,
|
|
"result": "sl",
|
|
"pnl": -76.63964765509363,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14248,
|
|
"time": "2025-03-14 08:40:00",
|
|
"direction": "short",
|
|
"entry": 2985.73,
|
|
"tp": 2983.2958445406803,
|
|
"sl": 2990.203916722406,
|
|
"exit": 2983.2958445406803,
|
|
"result": "tp",
|
|
"pnl": 41.28089547300798,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14256,
|
|
"time": "2025-03-14 09:20:00",
|
|
"direction": "short",
|
|
"entry": 2981.06,
|
|
"tp": 2978.6296518193003,
|
|
"sl": 2985.526919039731,
|
|
"exit": 2985.526919039731,
|
|
"result": "sl",
|
|
"pnl": -76.28606013327745,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14288,
|
|
"time": "2025-03-14 12:00:00",
|
|
"direction": "short",
|
|
"entry": 2986.25,
|
|
"tp": 2983.8154206038744,
|
|
"sl": 2990.724695907629,
|
|
"exit": 2983.8154206038744,
|
|
"result": "tp",
|
|
"pnl": 41.09044040209876,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14296,
|
|
"time": "2025-03-14 12:40:00",
|
|
"direction": "short",
|
|
"entry": 2984.11,
|
|
"tp": 2981.6771652668826,
|
|
"sl": 2988.5814892607505,
|
|
"exit": 2981.6771652668826,
|
|
"result": "tp",
|
|
"pnl": 41.314004062389586,
|
|
"bars_held": 21,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14320,
|
|
"time": "2025-03-14 14:40:00",
|
|
"direction": "long",
|
|
"entry": 2987.37,
|
|
"tp": 2989.518659593308,
|
|
"sl": 2982.2960573108667,
|
|
"exit": 2989.518659593308,
|
|
"result": "tp",
|
|
"pnl": 32.330723510977066,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14328,
|
|
"time": "2025-03-16 16:10:00",
|
|
"direction": "long",
|
|
"entry": 2989.5,
|
|
"tp": 2991.650191591331,
|
|
"sl": 2984.422439580914,
|
|
"exit": 2991.650191591331,
|
|
"result": "tp",
|
|
"pnl": 32.46763423994464,
|
|
"bars_held": 14,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14344,
|
|
"time": "2025-03-16 17:30:00",
|
|
"direction": "long",
|
|
"entry": 2993.02,
|
|
"tp": 2995.172723343932,
|
|
"sl": 2987.9364609849367,
|
|
"exit": 2987.9364609849367,
|
|
"result": "sl",
|
|
"pnl": -76.99522755409444,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14352,
|
|
"time": "2025-03-16 18:10:00",
|
|
"direction": "short",
|
|
"entry": 2988.32,
|
|
"tp": 2985.883733009283,
|
|
"sl": 2992.79779766419,
|
|
"exit": 2985.883733009283,
|
|
"result": "tp",
|
|
"pnl": 41.47242371057192,
|
|
"bars_held": 42,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14376,
|
|
"time": "2025-03-16 20:10:00",
|
|
"direction": "short",
|
|
"entry": 2989.45,
|
|
"tp": 2987.012811761993,
|
|
"sl": 2993.9294908936163,
|
|
"exit": 2987.012811761993,
|
|
"result": "tp",
|
|
"pnl": 41.69806565442696,
|
|
"bars_held": 8,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14424,
|
|
"time": "2025-03-17 00:10:00",
|
|
"direction": "long",
|
|
"entry": 2986.13,
|
|
"tp": 2988.277767725914,
|
|
"sl": 2981.058163407177,
|
|
"exit": 2988.277767725914,
|
|
"result": "tp",
|
|
"pnl": 32.63127508966951,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14432,
|
|
"time": "2025-03-17 19:10:00",
|
|
"direction": "long",
|
|
"entry": 3001.17,
|
|
"tp": 3003.3285852143017,
|
|
"sl": 2996.072618497091,
|
|
"exit": 3003.3285852143017,
|
|
"result": "tp",
|
|
"pnl": 32.76945856268415,
|
|
"bars_held": 3,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14456,
|
|
"time": "2025-03-17 21:10:00",
|
|
"direction": "long",
|
|
"entry": 3013.16,
|
|
"tp": 3015.3272089965994,
|
|
"sl": 3008.0422539045417,
|
|
"exit": 3015.3272089965994,
|
|
"result": "tp",
|
|
"pnl": 32.908227200450035,
|
|
"bars_held": 20,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14472,
|
|
"time": "2025-03-17 22:30:00",
|
|
"direction": "long",
|
|
"entry": 3014.15,
|
|
"tp": 3016.317921052019,
|
|
"sl": 3009.030572424423,
|
|
"exit": 3016.317921052019,
|
|
"result": "tp",
|
|
"pnl": 33.04758348097118,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14480,
|
|
"time": "2025-03-17 23:10:00",
|
|
"direction": "short",
|
|
"entry": 3011.72,
|
|
"tp": 3009.2646558530264,
|
|
"sl": 3016.2328609992214,
|
|
"exit": 3009.2646558530264,
|
|
"result": "tp",
|
|
"pnl": 42.639616089535046,
|
|
"bars_held": 1,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14488,
|
|
"time": "2025-03-17 23:50:00",
|
|
"direction": "long",
|
|
"entry": 3012.13,
|
|
"tp": 3014.2964681712647,
|
|
"sl": 3007.014003323251,
|
|
"exit": 3014.2964681712647,
|
|
"result": "tp",
|
|
"pnl": 33.368095629828666,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14496,
|
|
"time": "2025-03-18 00:30:00",
|
|
"direction": "short",
|
|
"entry": 3012.2,
|
|
"tp": 3009.7442645267442,
|
|
"sl": 3016.7135802471194,
|
|
"exit": 3016.7135802471194,
|
|
"result": "sl",
|
|
"pnl": -79.13062273273763,
|
|
"bars_held": 4,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14520,
|
|
"time": "2025-03-18 02:30:00",
|
|
"direction": "long",
|
|
"entry": 3024.98,
|
|
"tp": 3027.155710506755,
|
|
"sl": 3019.842178051003,
|
|
"exit": 3027.155710506755,
|
|
"result": "tp",
|
|
"pnl": 33.17430531941699,
|
|
"bars_held": 6,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14536,
|
|
"time": "2025-03-18 03:50:00",
|
|
"direction": "short",
|
|
"entry": 3020.96,
|
|
"tp": 3018.4971228220948,
|
|
"sl": 3025.4867065212597,
|
|
"exit": 3025.4867065212597,
|
|
"result": "sl",
|
|
"pnl": -78.671059558606,
|
|
"bars_held": 5,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14600,
|
|
"time": "2025-03-18 09:10:00",
|
|
"direction": "long",
|
|
"entry": 3028.59,
|
|
"tp": 3030.768306991667,
|
|
"sl": 3023.4460465931966,
|
|
"exit": 3030.768306991667,
|
|
"result": "tp",
|
|
"pnl": 32.981640475820875,
|
|
"bars_held": 2,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14616,
|
|
"time": "2025-03-18 10:30:00",
|
|
"direction": "long",
|
|
"entry": 3034.61,
|
|
"tp": 3036.7926368640137,
|
|
"sl": 3029.455821835303,
|
|
"exit": 3036.7926368640137,
|
|
"result": "tp",
|
|
"pnl": 33.121307639119685,
|
|
"bars_held": 33,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
},
|
|
{
|
|
"bar": 14640,
|
|
"time": "2025-03-18 12:30:00",
|
|
"direction": "long",
|
|
"entry": 3035.23,
|
|
"tp": 3037.4130827977106,
|
|
"sl": 3030.0747687871476,
|
|
"exit": 3037.4130827977106,
|
|
"result": "tp",
|
|
"pnl": 33.26156625015025,
|
|
"bars_held": 9,
|
|
"pred_high": "0.00059937325",
|
|
"pred_low": "0.0006793859"
|
|
}
|
|
]
|
|
} |